Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameera-madushan/Print-My-Shell
Python script wrote to automate the process of generating various reverse shells.
https://github.com/sameera-madushan/Print-My-Shell
awk bash ctf ctf-tools golang java nodejs penetration-testing perl php python reverse-shell reverse-shell-generator reverse-shells ruby telnet
Last synced: 22 days ago
JSON representation
Python script wrote to automate the process of generating various reverse shells.
- Host: GitHub
- URL: https://github.com/sameera-madushan/Print-My-Shell
- Owner: sameera-madushan
- License: mit
- Created: 2020-04-09T07:20:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T10:37:26.000Z (over 3 years ago)
- Last Synced: 2024-11-07T03:27:39.031Z (about 1 month ago)
- Topics: awk, bash, ctf, ctf-tools, golang, java, nodejs, penetration-testing, perl, php, python, reverse-shell, reverse-shell-generator, reverse-shells, ruby, telnet
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 193
- Watchers: 7
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - sameera-madushan/Print-My-Shell - Python script wrote to automate the process of generating various reverse shells. (Python)
README
# Print-My-Shell
"Print My Shell" is a python script, wrote to automate the process of generating various reverse shells based on [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md) and [Pentestmonkey](http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet) reverse shell cheat sheets.
Using this script you can easily generate various types of reverse shells without leaving your command line. This script will come in handy when you are playing [CTF](https://en.wikipedia.org/wiki/Capture_the_flag#Computer_security) like challenges.
![iaa](https://user-images.githubusercontent.com/55880211/78874353-e461f080-7a69-11ea-848c-32186f1d60fa.gif)
## Available Shell Types
- Bash
- Perl
- Ruby
- Golang
- Netcat
- Ncat
- Powershell
- Awk
- Lua
- Java
- Socat
- Nodejs
- Telnet
- Python## Git Installation
```
# clone the repo
$ git clone https://github.com/sameera-madushan/Print-My-Shell.git# change the working directory to Print-My-Shell
$ cd Print-My-Shell
```## Usage
```
usage: shell.py [-h] [-i IPADDR] [-p PORTNUM] [-t TYPE] [-l] [-a]optional arguments:
-h, --help show this help message and exit
-i IPADDR, --ip IPADDR
IP address
-p PORTNUM, --port PORTNUM
Port number
-t TYPE, --type TYPE Type of the reverse shell to generate
-l, --list List all available shell types
-a, --all Generate all the shells
```## Support & Contributions
- Please ⭐️ this repository if this project helped you!
- Contributions of any kind welcome!## License
Print My Shell is made with ♥ by [@_\_sa_miya__](https://twitter.com/__sa_miya__) and it is released under the MIT license.## References
[Payloads All The Things Reverse Shell Cheat Sheet](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md)[Pentestmonkey Reverse Shell Cheat Sheet](http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet)