Skip to content

EL-Psyc0p4the/Th3Reverser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Th3Reverser

Python 3.4 Th3Reverser is a python tool designed to generate reverse shell scripts and commands and exploit them using nclib module for python.

ScreenShot

Th3Reverser

Recommended Python Version:

Th3Reverser currently supports Python 3 only.

  • The recommened version for Python 3 is 3.4.x

Installation

Installation on Windows

NOTE: NCLIB DOESN'T WORK FOR WINDOWS YOU NEED TO INSTALL NETCAT
python -m pip install colorama
python Th3Reverser.py

Installation on Termux

pkg install python
pkg install git
git clone https://www.github.com/EL_Psyc0p4the/Th3Reverser.git
cd Th3Reverser
python3 -m pip install -r requirements.txt
python3 Th3Reverser.py

Installation on Kali Linux

apt-get install python3-pip
git clone https://www.github.com/EL_Psyc0p4the/Th3Reverser.git
cd Th3Reverser
python3 -m pip install -r requirements.txt
python3 Th3Reverser.py

Installation on Ubuntu 18.04 & 17.10

sudo apt-get install git python3-pip
git clone https://www.github.com/EL_Psyc0p4the/Th3Reverser.git
cd Th3Reverser
python3 -m pip install -r requirements.txt
python3 Th3Reverser.py

Installation on OSX

git clone https://www.github.com/EL_Psyc0p4the/Th3Reverser.git
cd Th3Reverser
sudo python3 -m pip install -r requirements.txt
python3 Th3Reverser.py

About

Th3Reverser is a python tool designed to generate reverse shell scripts and commands and exploit them using nclib module for python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages