# security / hacking

- [Domain Exploitation](https://burmat.gitbook.io/security/hacking/domain-exploitation.md)
- [Execution (TA0002)](https://burmat.gitbook.io/security/hacking/domain-exploitation/execution.md): The adversary is trying to run malicious code. https://attack.mitre.org/tactics/TA0002/
- [Persistence (TA0003)](https://burmat.gitbook.io/security/hacking/domain-exploitation/persistence.md): The adversary is trying to maintain their foothold. https://attack.mitre.org/tactics/TA0003/
- [Privilege Escalation (TA0004)](https://burmat.gitbook.io/security/hacking/domain-exploitation/privilege-escalation.md): The adversary is trying to gain higher-level permissions. https://attack.mitre.org/tactics/TA0004/
- [Defense Evasion (TA0005)](https://burmat.gitbook.io/security/hacking/domain-exploitation/defense-evasion.md): The adversary is trying to avoid being detected. https://attack.mitre.org/tactics/TA0005/
- [Credential Access (TA0006)](https://burmat.gitbook.io/security/hacking/domain-exploitation/credential-access.md): The adversary is trying to steal account names and passwords. https://attack.mitre.org/tactics/TA0006/
- [Discovery (TA0007)](https://burmat.gitbook.io/security/hacking/domain-exploitation/discovery.md): The adversary is trying to figure out your environment. https://attack.mitre.org/tactics/TA0007/
- [Lateral Movement (TA0008)](https://burmat.gitbook.io/security/hacking/domain-exploitation/lateral-movement.md): The adversary is trying to move through your environment. https://attack.mitre.org/tactics/TA0008/
- [Command and Control (TA0011)](https://burmat.gitbook.io/security/hacking/domain-exploitation/command-and-control.md): The adversary is trying to communicate with compromised systems to control them. https://attack.mitre.org/tactics/TA0011/
- [Impact (TA0040)](https://burmat.gitbook.io/security/hacking/domain-exploitation/impact.md): The adversary is trying to manipulate, interrupt, or destroy your systems and data. https://attack.mitre.org/tactics/TA0040/
- [Tools and Services](https://burmat.gitbook.io/security/hacking/tools-and-services.md)
- [Adobe Experience Manager (AEM)](https://burmat.gitbook.io/security/hacking/tools-and-services/adobe-experience-manager-aem.md)
- [amass](https://burmat.gitbook.io/security/hacking/tools-and-services/amass.md)
- [ike-scan](https://burmat.gitbook.io/security/hacking/tools-and-services/ike-scan.md)
- [jq](https://burmat.gitbook.io/security/hacking/tools-and-services/jq.md)
- [Shodan](https://burmat.gitbook.io/security/hacking/tools-and-services/shodan.md)
- [smbmap](https://burmat.gitbook.io/security/hacking/tools-and-services/smbmap.md)
- [tmux](https://burmat.gitbook.io/security/hacking/tools-and-services/tmux.md)
- [tshark](https://burmat.gitbook.io/security/hacking/tools-and-services/tshark.md)
- [Voice Over IP (VoIP)](https://burmat.gitbook.io/security/hacking/tools-and-services/voice-over-ip-voip.md)
- [One-Liners and Dirty Scripts](https://burmat.gitbook.io/security/hacking/one-liners-and-dirty-scripts.md): They don't have to be elegant, they just have to get the job done.
- [MSFvenom Cheatsheet](https://burmat.gitbook.io/security/hacking/msfvenom-cheetsheet.md): My various MSFvenom commands to generate shellcode, reverse shells, and meterpreter payloads that I end up using over, and over, and over, and over...
- [Web Application Hacking](https://burmat.gitbook.io/security/hacking/web-application-hacking.md)
- [Cross-Site Scripting (XSS)](https://burmat.gitbook.io/security/hacking/web-application-hacking/cross-site-scripting-xxs.md)
- [SQL Injection (SQLi)](https://burmat.gitbook.io/security/hacking/web-application-hacking/sql-injection-sqli.md)
- [OSCP / PWK - Random Tips and Tricks](https://burmat.gitbook.io/security/hacking/oscp-pwk-random-tips-and-tricks.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://burmat.gitbook.io/security/hacking.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.
