项目作者: chrispetrou

项目描述 :
Reverse shell generator
高级语言: Python
项目地址: git://github.com/chrispetrou/shellback.git
创建时间: 2018-05-08T22:11:56Z
项目社区:https://github.com/chrispetrou/shellback

开源协议:GNU General Public License v3.0

下载


shellback: reverse shell generator

GPLv3 license

Known Vulnerabilities


Shellback is a standalone python script to automate the process of generating a reverse-shell command like those described in pentestmonkey blog.

Compatibility:

  • The shellback.py script is compatible with python 2.x and
  • the /py3_version/shellback.py is compatible with python3.x.
► Supported reverse shells (-v option)

default: bash

Reverse shells |
|-|
| bash |
| perl |
| python |
| php |
| ruby |
| nc1 (nc version 1)|
| nc2 (nc version 2)|
| java |

► Supported shell types (-s option)

default: /bin/sh

In some cases it is possible to specify the shell type. The supported shell-types are the following:

Shell types |
|-|
| sh |
| zsh |
| ksh |
| tcsh |
| bash |
| dash |

This script was originally part of the scripts in my pypentesting-repository, but since I tend to use a lot on CTF-like challenges and pentesting labs I decided to create a separate repository for it.

Requirements:

To install the requirements:

  1. pip install -r requirements.txt --upgrade --user

:thought_balloon: Contributions & Feedback

Feedback and contributions are welcome. If you find any bug or have a feature request feel free to open an issue, and as soon as I review it I’ll try to fix it.

Disclaimer

This tool is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this tool and software.

Credits

License

This project is licensed under the GPLv3 License - see the LICENSE file for details