Reverse shell generator.
This project was created for the GDL BSides 2020 conference.
BSides GDL 2020 Conference Video
Dependencies
- Python 3.7+
- virtualenv
- netcat
For install open a terminal and type the following commands:
virtualenv -p python3 env/
source env/bin/activate
pip install requirements.txtpython app.pyYou'll find the standalone executable inside the just created directory dist named as client.
Type in your machine:
nc -l 4444Run the standalone executable in the client machine.
If everything went fine, a banner with client machine system info will be displayed.
