# Certified Ethical Hacker

## Certified Ethical Hacker

- [Certified Ethical Hacker Cheatsheet](https://ceh.securescape.cc/certified-ethical-hacker-cheatsheet.md)
- [APT Package Manager](https://ceh.securescape.cc/general-settings/apt-package-manager.md)
- [Cron](https://ceh.securescape.cc/general-settings/cron.md)
- [Firefox Extensions](https://ceh.securescape.cc/general-settings/firefox-extensions.md): Couple of useful extensions
- [Obsidian](https://ceh.securescape.cc/research-and-report/obsidian.md)
- [Notion](https://ceh.securescape.cc/research-and-report/notion.md)
- [Pwndocs](https://ceh.securescape.cc/research-and-report/pwndocs.md)
- [NSLookup // Dig // Whois](https://ceh.securescape.cc/information-gathering/nslookup-dig-whois.md)
- [Nmap](https://ceh.securescape.cc/information-gathering/nmap.md)
- [DNS Enumeration](https://ceh.securescape.cc/information-gathering/dns-enumeration.md)
- [Web Assessment](https://ceh.securescape.cc/vulnerability-assessment/web-assessment.md)
- [Nikto](https://ceh.securescape.cc/vulnerability-assessment/web-assessment/nikto.md): Nikto Website Vulnerability Assessment Tool
- [WPScan](https://ceh.securescape.cc/vulnerability-assessment/web-assessment/wpscan.md): Wordpress Enumerator & Bruteforcer
- [Network Assessment](https://ceh.securescape.cc/vulnerability-assessment/network-assessment.md)
- [OpenVAS](https://ceh.securescape.cc/vulnerability-assessment/network-assessment/openvas.md): OpenVAS Open-Source Vulnerability Scanner
- [Nessus](https://ceh.securescape.cc/vulnerability-assessment/network-assessment/nessus.md): Nessus Vulnerability Scanner
- [Metasploit](https://ceh.securescape.cc/exploitation/metasploit.md): Metasploit Command & Control Framework
- [MSFVenom](https://ceh.securescape.cc/exploitation/msfvenom.md): Payload generation
- [Searchsploit](https://ceh.securescape.cc/exploitation/searchsploit.md): ExploitDB Parser
- [Revshells](https://ceh.securescape.cc/exploitation/revshells.md)
- [Netcat](https://ceh.securescape.cc/exploitation/netcat.md)
- [Pwncat-CS](https://ceh.securescape.cc/exploitation/netcat/pwncat-cs.md): Python Command & Control through Netcat
- [Brute Force](https://ceh.securescape.cc/exploitation/brute-force.md)
- [Wi-FI](https://ceh.securescape.cc/exploitation/wi-fi.md)
- [Persistence](https://ceh.securescape.cc/post-exploitation/persistence.md)
- [File Transfer](https://ceh.securescape.cc/post-exploitation/file-transfer.md)
- [Netcat](https://ceh.securescape.cc/post-exploitation/file-transfer/netcat.md)
- [SMB](https://ceh.securescape.cc/post-exploitation/file-transfer/smb.md)
- [Python](https://ceh.securescape.cc/post-exploitation/file-transfer/python.md)
- [Updog](https://ceh.securescape.cc/post-exploitation/file-transfer/updog.md)
- [Linpeas](https://ceh.securescape.cc/post-exploitation/file-transfer/linpeas.md)
- [Tunnelling](https://ceh.securescape.cc/post-exploitation/tunnelling.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://ceh.securescape.cc/certified-ethical-hacker-cheatsheet.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.
