Jenkins
Through Existing Project
First get access to jenkins login panel and then login
Under Project Options, there is a configure tab which allows to execute system commands
You can put a reverse shell payload there
You first need to download the Powershell script, and make it available for the server to download. You can do this by creating a http server with python:
python3 -m http.server
After Re-Building the project, your malicious reverse shell code would be executed
Reverse Shell through Groovy Scripting Console
Bind Shell through Groovy Scripting Console
Bind shell is useful in case we have used pivoting technique and the target does not know how to communicate back to us
Last updated