CPTS / OSCP
Wordlist
# Wordlist
# WEB
/usr/share/wordlists/dirb/common.txt
/usr/share/dirb/wordlists/big.txt
# Passwords
/usr/share/wordlists/rockyou.txt
# Usernames
/usr/share/wordlists/dirb/others/names.txt
# Extensions (used for web directories bruteforce)
txt, pdf, config
# Passwords Leak
https://scatteredsecrets.com
https://weleakinfo.io
https://haveibeenpwned.com
# Hashcat rules
/usr/share/hashcat/rules/
# Precomplied binaries for Windows
/usr/share/windows-resources/
Cheat Sheet
https://github.com/bryanqb07/oscp_notes
https://github.com/xsudoxx/OSCP
https://freedium.cfd/https://medium.com/@hunterid/recommendation-for-oscp-8477b0007154
Scenarios
# File Read
/home/user/.ssh/id_rsa
/home/user/.ssh/id_ecdsa
- All ways try the machine name as user:pass
Troubleshooting
# VPN issue with RDP
sudo ifconfig tun0 mtu 1250
https://help.offsec.com/hc/en-us/articles/360046293832-Common-VPN-and-Machine-VM-Issues
Ressources
https://gtfobins.github.io
https://lolbas-project.github.io
https://wadcoms.github.io
https://swisskyrepo.github.io/InternalAllTheThings
https://ippsec.rocks
https://www.netexec.wiki/
Last updated