O
O
OSCP Notes
Search
⌃
K
Introduction
Port scanning
Passive Information Gathering
Ports enum:
22
21 FTP
23 (telnet)
25
53 DNS
port 80
389 LDAP
445 SMB
443 https
500 (IPSEC IKE)
3000 Node.js grapql
4455 RSIP
5355(LLMNR)
2049 nfs
rpc
3128 Squid
Recon Tools
Tech Skills Needed
msfvenom
meterpreter commands
Web Apps
python scripts
Windows hacks
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
443 https
Directory busting:
Syntax:
gobuster dir -u https://10.129.168.90 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt
-k
ignores ssl certificate
-x
specifies file extensions
Previous
445 SMB
Next
500 (IPSEC IKE)
Last modified
1yr ago