# Recon and Enumeration

- [Assessment organization](https://book.ice-wzl.xyz/recon-enumeration/assessment-organization.md)
- [Engagement types (black / grey / white box)](https://book.ice-wzl.xyz/recon-enumeration/engagement-types.md)
- [Exploit Research](https://book.ice-wzl.xyz/recon-enumeration/exploit-research.md)
- [Pentesting DNS](https://book.ice-wzl.xyz/recon-enumeration/pentesting-dns.md)
- [Pentesting FTP](https://book.ice-wzl.xyz/recon-enumeration/ftp-pentesting.md)
- [Pentesting Email](https://book.ice-wzl.xyz/recon-enumeration/pentesting-email.md)
- [Pentesting SMB](https://book.ice-wzl.xyz/recon-enumeration/pentesting-smb.md)
- [Pentesting Redis](https://book.ice-wzl.xyz/recon-enumeration/pentesting-redis.md)
- [Banner Grabbing](https://book.ice-wzl.xyz/recon-enumeration/banner-grabbing.md)
- [Pentesting Rsync](https://book.ice-wzl.xyz/recon-enumeration/pentesting-rsync.md)
- [Pentesting MsSql](https://book.ice-wzl.xyz/recon-enumeration/pentesting-mssql.md)
- [Pentesting PostgreSQL](https://book.ice-wzl.xyz/recon-enumeration/pentesting-postgresql.md)
- [Scanning](https://book.ice-wzl.xyz/recon-enumeration/scanning.md)
- [Pentesting SNMP](https://book.ice-wzl.xyz/recon-enumeration/pentesting-snmp.md)
- [Pentesting TFTP](https://book.ice-wzl.xyz/recon-enumeration/pentesting-tftp.md)
- [Pentesting IPsec/IKE](https://book.ice-wzl.xyz/recon-enumeration/pentesting-ipsec-ike.md)
- [Pentesting Java RMI/JMX](https://book.ice-wzl.xyz/recon-enumeration/pentesting-java-rmi-jmx.md)
- [Pentesting NFS](https://book.ice-wzl.xyz/recon-enumeration/pentesting-nfs.md)
- [Pentesting LDAP](https://book.ice-wzl.xyz/recon-enumeration/pentesting-ldap.md)
- [Pentesting Finger](https://book.ice-wzl.xyz/recon-enumeration/pentesting-finger.md)
- [User Recon](https://book.ice-wzl.xyz/recon-enumeration/user-recon.md)
- [Vulnerability Scanning](https://book.ice-wzl.xyz/recon-enumeration/vulnerability-scanning.md)
- [Pentesting RDP](https://book.ice-wzl.xyz/recon-enumeration/pentesting-rdp.md)
- [Pentesting MySQL](https://book.ice-wzl.xyz/recon-enumeration/pentesting-mysql.md)
- [Pentesting Oracle TNS](https://book.ice-wzl.xyz/recon-enumeration/pentesting-oracle.md)
- [Pentesting IPMI](https://book.ice-wzl.xyz/recon-enumeration/pentesting-ipmi.md)
- [Pentesting R-Services](https://book.ice-wzl.xyz/recon-enumeration/pentesting-r-services.md)
- [Pentesting WinRM](https://book.ice-wzl.xyz/recon-enumeration/pentesting-winrm.md)
- [Credential Hunting - Network](https://book.ice-wzl.xyz/recon-enumeration/credential-hunting-network.md)
- [IIS Short name scanning](https://book.ice-wzl.xyz/recon-enumeration/iis-short-name-scanning.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://book.ice-wzl.xyz/recon-enumeration.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.
