> For the complete documentation index, see [llms.txt](https://gitbook.nori-zamurai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.nori-zamurai.com/pentesting-cheatsheets.md).

# Pentesting Cheatsheets

- [Reconnaissance](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/reconnaissance.md)
- [Other method](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/reconnaissance/other-method.md)
- [Nmap](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/reconnaissance/nmap.md): Nmap Cheatsheet for Reconnaissance.
- [Enumeration](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration.md)
- [DNS (53)](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration/dns-53.md)
- [SSH (22)](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration/ssh-22.md)
- [FTP (21)](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration/ftp-21.md)
- [SMTP (25)](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration/smtp-25.md)
- [WEB (80,443)](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration/web.md): cheatsheet in the phase of Enumeration against WEB service.
- [POP3 (110)](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration/pop3-110.md)
- [SMB (139,445)](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration/smb-139-445.md)
- [MySQL (3306)](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/enumeration/mysql-3306.md)
- [Privilege Escalation](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/privesc.md)
- [Linux](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/privesc/linux.md)
- [Windows](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/privesc/windows.md)
- [Shell](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/shell.md)
- [Reverse Shell](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/shell/reverse-shell.md)
- [Upgrade Shell](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/shell/upgrade-shell.md)
- [Meterpreter](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/shell/meterpreter.md)
- [Password Crack](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/password-crack.md)
- [Hash Analysis](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/password-crack/hash-analysis.md)
- [Bruteforce](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/password-crack/bruteforce.md)
- [Exploit](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/exploit.md)
- [Search Exploit](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/exploit/search-exploit.md)
- [Attacks](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/exploit/attacks.md)
- [Paylaod](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/paylaod.md)
- [Msfvenom](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/paylaod/msfvenom.md)
- [File Transfer](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/file-transfer.md)
- [Port Forwarding](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/port-forwarding.md)
- [Service Login and Interaction](https://gitbook.nori-zamurai.com/pentesting-cheatsheets/remote-access.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 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://gitbook.nori-zamurai.com/pentesting-cheatsheets.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.
