项目作者: tagnullde
项目描述 :
My OSCP notes
高级语言:
项目地址: git://github.com/tagnullde/OSCP.git
OSCP / HackTheBox
These are my notes and exploits I wrote while preparing for the OSCP and playing CTF on HackTheBox.
Cheatsheet usage
The cheatsheet is meant to be as searchable as possible.
A such you have the following options to search for an entry:
- You can search for a known toolname:
- example: “gobuster”
- example: “rpcclient”
- You can search for the targeted service:
- example “service: smb”
- example “service: ftp”
- You can search for MITRE-tactics:
- example “tactics: enumeration”
- example “tactics: lateral_movement”
- You can search for tool suites:
- example: “suites: impacket”
- example: “suites: powershell_empire”
Some parts of this document still need some work. Feel free to submit a PR.
Exploit-Development
I moved this folder to it’s own repository