insidious-security / revshell-generator

Easy reverse shell generator in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

revshell-generator

This python code creates a bash script called 'rev' listening for incoming tcp connections with several interpreters:

  • bash
  • php
  • netcat

Usage:

██████  ███████ ██    ██ ███████ 
██   ██ ██      ██    ██ ██      
██████  █████   ██    ██ ███████ 
██   ██ ██       ██  ██       ██ 
██   ██ ███████   ████   ███████ 
     - Reverse shell generator                            

IPAddress: 
Port: 

# This script is based on the revshell generator used by XCT in his CTF challenges.
# Since I could not find the source in his github repos, I wrote the above code instead.

Hack The Box

About

Easy reverse shell generator in python

License:MIT License


Languages

Language:Python 100.0%