# Scanning

- [Running scans with Nmap](https://tzero86.gitbook.io/tzero86/scanning/running-scans-with-nmap.md): Various examples of how to run different types of scans using Nmap.
- [Basic Scanning (Shodan.io & Nmap)](https://tzero86.gitbook.io/tzero86/scanning/basic-scanning-shodan.io-and-nmap.md): In this lab we will see how to use Shodan to locate servers with ports 22 and 23 open and we will use nmap to obtain basic information about the targets.


---

# 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://tzero86.gitbook.io/tzero86/scanning.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.
