✅ 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
All the classes from all the plugins are visible.
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.