Skip to content

metalerk/parazit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parazit

parazit_log

Reverse shell generator.

This project was created for the GDL BSides 2020 conference.

BSides GDL 2020 Conference Video

Quickstart

Install (Linux/OSX)

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.txt

Generating client

python app.py

You'll find the standalone executable inside the just created directory dist named as client.

Type in your machine:

nc -l 4444

Run the standalone executable in the client machine.
If everything went fine, a banner with client machine system info will be displayed.

About

Reverse shell generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages