/WebShells

Webshell with the newest, easiest, and shortest code and technique.

Primary LanguageASP.NET

Web-Shell

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:

  1. Use python3
  2. 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

image

In real case, we need to encode payload as URL(Ctrl+U in Burpsuite):

image

image