Jenkins Developer Console Jenkins/2.401.3
endpoint /jenkins/script/ auth none
🔧 Jenkins Script Console — Unauthenticated Access

This is a simulation of a Jenkins 2.401.3 instance running with no authentication. The Script Console at /jenkins/script/ allows arbitrary Groovy script execution. Click any payload in the sidebar to load and execute a Groovy script.

✅ Info Gathering
📋
Enumerate plugins, version, system info
Reconnaissance phase
📁 File Read
📂
Read server files via Groovy File API
Path traversal
💻 RCE
Execute system commands via Groovy
Remote Code Execution
🖥️ Script Console
Type in an arbitrary Groovy script and execute it on the server. Useful for trouble-shooting and diagnostics. Use the println command to see the output.
All the classes from all the plugins are visible. jenkins.*, jenkins.model.*, hudson.*, and hudson.model.* are pre-imported.
1