All Projects → chrispetrou → shellback

chrispetrou / shellback

Licence: GPL-3.0 license
Reverse shell generator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to shellback

rs
Reverse shell auto generator used for Hackthebox/OSCP/Pentest/LABExp
Stars: ✭ 37 (+68.18%)
Mutual labels:  reverse-shell, pentestmonkey, oscp-tools
Offensive-Reverse-Shell-Cheat-Sheet
Offensive Reverse Shell (Cheat Sheet)
Stars: ✭ 138 (+527.27%)
Mutual labels:  reverse-shell, oscp, reverse-shells
Pentest-Service-Enumeration
Suggests programs to run against services found during the enumeration phase of a Pentest
Stars: ✭ 80 (+263.64%)
Mutual labels:  oscp, oscp-tools
Pentest-Methodologies
渗透测试方法论
Stars: ✭ 86 (+290.91%)
Mutual labels:  oscp, oscp-tools
Cheatsheet God
Penetration Testing Reference Bank - OSCP / PTP & PTX Cheatsheet
Stars: ✭ 3,521 (+15904.55%)
Mutual labels:  oscp, oscp-tools
Revshellgen
Reverse shell generator written in Python 3.
Stars: ✭ 190 (+763.64%)
Mutual labels:  reverse-shell, oscp
OSCP-BoF
This is a walkthrough about understanding the #BoF machine present in the #OSCP exam.
Stars: ✭ 53 (+140.91%)
Mutual labels:  oscp, oscp-tools
HackingAllTheThings
My documentation and tools for learn ethical hacking.
Stars: ✭ 66 (+200%)
Mutual labels:  oscp, oscp-tools
dark-lord-obama
AV-evading Pythonic Reverse Shell with Dynamic Adaption Capabilities
Stars: ✭ 61 (+177.27%)
Mutual labels:  oscp, oscp-tools
php-reverse-shell
PHP shells that work on Linux OS, macOS, and Windows OS.
Stars: ✭ 274 (+1145.45%)
Mutual labels:  reverse-shell, oscp
rsGen
rsGen is a Reverse Shell Payload Generator for hacking.
Stars: ✭ 71 (+222.73%)
Mutual labels:  reverse-shell, reverse-shell-generator
Reverse Shell Cheatsheet
🙃 Reverse Shell Cheat Sheet 🙃
Stars: ✭ 297 (+1250%)
Mutual labels:  reverse-shell, oscp
gtfo
Search for Unix binaries that can be exploited to bypass system security restrictions.
Stars: ✭ 88 (+300%)
Mutual labels:  reverse-shell, oscp
Hrshell
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
Stars: ✭ 193 (+777.27%)
Mutual labels:  reverse-shell, oscp
Print My Shell
Python script wrote to automate the process of generating various reverse shells.
Stars: ✭ 140 (+536.36%)
Mutual labels:  reverse-shell
Evilosx
An evil RAT (Remote Administration Tool) for macOS / OS X.
Stars: ✭ 1,826 (+8200%)
Mutual labels:  reverse-shell
Gosh
Golang reverse/bind shell generator
Stars: ✭ 124 (+463.64%)
Mutual labels:  reverse-shell
Rsh
generate reverse shell from CLI for linux and Windows.
Stars: ✭ 233 (+959.09%)
Mutual labels:  reverse-shell
Androrat
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
Stars: ✭ 187 (+750%)
Mutual labels:  reverse-shell
Karkinos
Penetration Testing and Hacking CTF's Swiss Army Knife with: Reverse Shell Handling - Encoding/Decoding - Encryption/Decryption - Cracking Hashes / Hashing
Stars: ✭ 115 (+422.73%)
Mutual labels:  reverse-shell

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:

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

💭 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].