# Dado1513

## Dado1513 Pentesting Notes

- [Dado1513 Pentest Notes](https://notes.dado1513.dev/readme.md)
- [Introduction & Documentation](https://notes.dado1513.dev/introduction-and-documentation.md)
- [Pentesting Methodologies](https://notes.dado1513.dev/pentesting-methodologies.md)
- [External Recon Pentesting](https://notes.dado1513.dev/external-recon-pentesting.md)
- [Brute Force](https://notes.dado1513.dev/brute-force.md)
- [LotL - Living off the Land](https://notes.dado1513.dev/lotl-living-off-the-land.md)
- [Pivoting Tunnelling and Port Forward](https://notes.dado1513.dev/pivoting-tunnelling-and-port-forward.md)
- [Active Directory Enumeration & Attacks](https://notes.dado1513.dev/active-directory/active-directory-pentesting.md)
- [ACL/ACE Abuse](https://notes.dado1513.dev/active-directory/acl-ace-abuse.md)
- [ADCS](https://notes.dado1513.dev/active-directory/adcs.md): Abusing Active Directory Certificate Services (ADCS)
- [Kerberos Attack Cheatsheet](https://notes.dado1513.dev/active-directory/kerberos.md)
- [Trust Attacks](https://notes.dado1513.dev/active-directory/trust-attacks.md)
- [Linux Privilege Escalation](https://notes.dado1513.dev/linux-pentesting/linux-pentesting.md)
- [Windows Privilege Escalation](https://notes.dado1513.dev/windows-pentesting/windows-privilege-escalation.md)
- [Android Application Pentesting](https://notes.dado1513.dev/mobile-pentesting/android-pentesting.md)
- [iOS Application Pentesting](https://notes.dado1513.dev/mobile-pentesting/ios-application-pentesting.md)
- [iOS RE Cheatsheet](https://notes.dado1513.dev/mobile-pentesting/ios-re-cheatsheet.md)
- [Cloud Pentesting](https://notes.dado1513.dev/cloud-pentest/cloud-pentesting.md)
- [WiFi Pentesting](https://notes.dado1513.dev/wireless-pentesting/wifi-pentesting.md)
- [XSS Cheatsheet](https://notes.dado1513.dev/web-pentesting/xss-cheatsheet.md)
- [SQL Injection](https://notes.dado1513.dev/web-pentesting/sql-injection.md)
- [Google Dorks](https://notes.dado1513.dev/osint/google-dorks.md)
- [Attacking Common Services](https://notes.dado1513.dev/network-services-pentest/attacking-common-services.md)
- [139,445 SMB](https://notes.dado1513.dev/network-services-pentest/139-445-smb.md)
- [161,162,10161,10162- Pentesting SNMP](https://notes.dado1513.dev/network-services-pentest/161-162-10161-10162-pentesting-snmp.md)
- [winrm](https://notes.dado1513.dev/network-services-pentest/winrm.md)
- [NetExec](https://notes.dado1513.dev/tools/netexec.md)
- [chisel](https://notes.dado1513.dev/tools/chisel.md)
- [bloodyAD](https://notes.dado1513.dev/tools/bloodyad.md)
- [PowerView](https://notes.dado1513.dev/tools/powerview.md)
- [certipy](https://notes.dado1513.dev/tools/certipy.md)
- [sqlmap](https://notes.dado1513.dev/tools/sqlmap.md)
- [mimikatz](https://notes.dado1513.dev/tools/mimikatz.md)
- [mSFVenom Cheatsheet](https://notes.dado1513.dev/tools/msfvenom-cheatsheet.md)
- [Ligolo-ng](https://notes.dado1513.dev/tools/ligolo-ng.md)
- [Rubeus](https://notes.dado1513.dev/tools/rubeus.md)
- [ldapsearch](https://notes.dado1513.dev/tools/ldapsearch.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://notes.dado1513.dev/readme.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.
