Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.02 KB

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