# My OSCP Journey: Tips, Tricks, and Cheat Sheets

## Astaruf's Notes: OSCP

- [Introduction](https://oscp.nstsec.com/introduction.md)
- [Network Scan](https://oscp.nstsec.com/network-scan.md)
- [Services Exploitation](https://oscp.nstsec.com/services-exploitation.md)
- [21 - FTP](https://oscp.nstsec.com/services-exploitation/21-ftp.md)
- [25, 465, 587 - SMTP](https://oscp.nstsec.com/services-exploitation/25-465-587-smtp.md)
- [53 - DNS](https://oscp.nstsec.com/services-exploitation/53-dns.md)
- [88 - Kerberos](https://oscp.nstsec.com/services-exploitation/88-kerberos.md)
- [80, 443 - HTTP/S](https://oscp.nstsec.com/services-exploitation/80-443-http-s.md)
- [110, 995 - POP](https://oscp.nstsec.com/services-exploitation/110-995-pop.md)
- [111 - NFS/RPC](https://oscp.nstsec.com/services-exploitation/111-nfs-rpc.md)
- [135, 593 - MSRPC](https://oscp.nstsec.com/services-exploitation/135-593-msrpc.md)
- [139, 445 - SMB](https://oscp.nstsec.com/services-exploitation/139-445-smb.md)
- [143, 993 - IMAP](https://oscp.nstsec.com/services-exploitation/143-993-imap.md)
- [161 - SNMP](https://oscp.nstsec.com/services-exploitation/161-snmp.md)
- [389, 636, 3268, 3269 - LDAP](https://oscp.nstsec.com/services-exploitation/389-636-3268-3269-ldap.md)
- [3306 - Mysql](https://oscp.nstsec.com/services-exploitation/3306-mysql.md)
- [5432 - Postgres](https://oscp.nstsec.com/services-exploitation/5432-postgres.md)
- [27017 - MongoDB](https://oscp.nstsec.com/services-exploitation/27017-mongodb.md)
- [Web Application Attacks](https://oscp.nstsec.com/web-application-attacks.md)
- [SQL Injection](https://oscp.nstsec.com/web-application-attacks/sql-injection.md)
- [File Inclusion Vulnerabilty](https://oscp.nstsec.com/web-application-attacks/file-inclusion-vulnerabilty.md)
- [Command Injection](https://oscp.nstsec.com/web-application-attacks/command-injection.md)
- [Client-Side Attacks](https://oscp.nstsec.com/web-application-attacks/client-side-attacks.md)
- [Brute Forcing](https://oscp.nstsec.com/brute-forcing.md)
- [Privilege Escalation](https://oscp.nstsec.com/privilege-escalation.md)
- [Manual Enumeration](https://oscp.nstsec.com/privilege-escalation/manual-enumeration.md)
- [Windows Enumeration](https://oscp.nstsec.com/privilege-escalation/manual-enumeration/windows-enumeration.md)
- [Linux Enumeration](https://oscp.nstsec.com/privilege-escalation/manual-enumeration/linux-enumeration.md)
- [Windows Privesc](https://oscp.nstsec.com/privilege-escalation/windows-privesc.md)
- [Linux Privesc](https://oscp.nstsec.com/privilege-escalation/linux-privesc.md)
- [Active Directory](https://oscp.nstsec.com/active-directory.md)
- [AD Manual Enumeration](https://oscp.nstsec.com/active-directory/ad-manual-enumeration.md)
- [AD Automatic Enumeration](https://oscp.nstsec.com/active-directory/ad-automatic-enumeration.md)
- [AD Authentication](https://oscp.nstsec.com/active-directory/ad-authentication.md)
- [AD Lateral Movement](https://oscp.nstsec.com/active-directory/ad-lateral-movement.md)
- [AD Attacking Kerberos](https://oscp.nstsec.com/active-directory/ad-attacking-kerberos.md)
- [Hash Cracking Techniques](https://oscp.nstsec.com/active-directory/hash-cracking-techniques.md)
- [Transfer Files](https://oscp.nstsec.com/transfer-files.md)
- [Windows Downloads](https://oscp.nstsec.com/transfer-files/windows-downloads.md)
- [Windows Uploads](https://oscp.nstsec.com/transfer-files/windows-uploads.md)
- [Shells](https://oscp.nstsec.com/shells.md)
- [Reverse/Bind Shells](https://oscp.nstsec.com/shells/reverse-bind-shells.md)
- [Web Shells](https://oscp.nstsec.com/shells/web-shells.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://oscp.nstsec.com/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
