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

# Network Pentesting

- [Network services](https://red.infiltr8.io/network-pentesting/protocols.md)
- [DNS](https://red.infiltr8.io/network-pentesting/protocols/dns.md): Pentesting DNS - TCP/UDP Port 53
- [FastCGI](https://red.infiltr8.io/network-pentesting/protocols/fastcgi.md): Pentesting FastCGI - TCP Port 9000
- [HTTP & HTTPS](https://red.infiltr8.io/network-pentesting/protocols/http-and-https.md): Pentesting  HTTP & HTTP - TCP Ports 80,443
- [LDAP](https://red.infiltr8.io/network-pentesting/protocols/ldap.md): Pentesting LDAP - TCP Ports 389,3268,636,3269
- [NFS](https://red.infiltr8.io/network-pentesting/protocols/nfs.md): Pentesting NFS - TCP/UDP Port 2049
- [MS-RPC](https://red.infiltr8.io/network-pentesting/protocols/ms-rpc.md): Pentesting MS-RPC - TCP Ports 135,593
- [MSSQL](https://red.infiltr8.io/network-pentesting/protocols/mssql.md): Pentesting MSSQL - TCP Port 1433
- [NBT-NS (NetBIOS)](https://red.infiltr8.io/network-pentesting/protocols/nbt-ns-netbios.md): Pentesting NBT-NS - TCP/UDP Ports 137,138,139
- [Oracle TNS](https://red.infiltr8.io/network-pentesting/protocols/oracle-tns.md): Pentesting Oracle TNS - TCP Ports 1521,1522-1529
- [RDP](https://red.infiltr8.io/network-pentesting/protocols/rdp.md): Pentesting RDP - TCP Port 3389
- [Rsync](https://red.infiltr8.io/network-pentesting/protocols/rsync.md): Pentesting RSync - TCP Ports 873
- [SMB](https://red.infiltr8.io/network-pentesting/protocols/smb.md): Pentesting SMB - TCP Ports 445,139
- [SMTP](https://red.infiltr8.io/network-pentesting/protocols/smtp.md): Pentesting SMTP - TCP Ports 25,465,587
- [SNMP](https://red.infiltr8.io/network-pentesting/protocols/snmp.md): Pentesting SNMP - UDP Ports 161,162,10161,10162
- [SSH](https://red.infiltr8.io/network-pentesting/protocols/ssh.md): Pentesting SSH - TCP Port 22
- [WebDAV](https://red.infiltr8.io/network-pentesting/protocols/webdav.md): Pentesting WebDAV - TCP Ports 80,443
- [WinRM](https://red.infiltr8.io/network-pentesting/protocols/winrm.md): Pentesting WinRM - TCP Ports 5985,5986
- [XMPP/Jabber](https://red.infiltr8.io/network-pentesting/protocols/xmpp-jabber.md): Pentesting XMPP/Jabber - TCP Ports 5222, 5269, 8010
- [RPC Port Mapper](https://red.infiltr8.io/network-pentesting/protocols/rpc-port-mapper.md): Port TCP/UDP 111
- [FTP](https://red.infiltr8.io/network-pentesting/protocols/ftp.md)
- [Telnet](https://red.infiltr8.io/network-pentesting/protocols/telnet.md)
- [MySQL](https://red.infiltr8.io/network-pentesting/protocols/mysql.md)
- [WiFi](https://red.infiltr8.io/network-pentesting/wifi.md)
- [WEP](https://red.infiltr8.io/network-pentesting/wifi/wep.md)
- [WPA2](https://red.infiltr8.io/network-pentesting/wifi/wpa2.md)
- [WPS](https://red.infiltr8.io/network-pentesting/wifi/wps.md)
- [Bluetooth](https://red.infiltr8.io/network-pentesting/bluetooth.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://red.infiltr8.io/network-pentesting.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.
