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

# Utility

- [General](https://ivalexev.gitbook.io/rednote/utility/general.md): Utilities that can always be useful in different contexts.
- [Server](https://ivalexev.gitbook.io/rednote/utility/server.md)
- [Transferring File](https://ivalexev.gitbook.io/rednote/utility/transferring-file.md): Techniques for downloading and uploading files from Windows and Linux.
- [Main](https://ivalexev.gitbook.io/rednote/utility/transferring-file/main.md)
- [Code](https://ivalexev.gitbook.io/rednote/utility/transferring-file/code.md)
- [Miscellaneous](https://ivalexev.gitbook.io/rednote/utility/transferring-file/miscellaneous.md): The different applications/tools can also be used for file transfer (also useful for Evading Detection).
- [Reverse & Bind Shells](https://ivalexev.gitbook.io/rednote/utility/reverse-and-bind-shells.md)
- [C2 & Exploitation Framework](https://ivalexev.gitbook.io/rednote/utility/c2-and-exploitation-framework.md): Command & Control & Exploitation Frameword
- [Metasploit](https://ivalexev.gitbook.io/rednote/utility/c2-and-exploitation-framework/metasploit.md): Exploitation Framework.
- [Havoc](https://ivalexev.gitbook.io/rednote/utility/c2-and-exploitation-framework/havoc.md): Command and Control (C2).
- [CobaltStrike](https://ivalexev.gitbook.io/rednote/utility/c2-and-exploitation-framework/cobaltstrike.md): Command and Control (C2) with advanced post-exploitation capabilities.
- [Empire](https://ivalexev.gitbook.io/rednote/utility/c2-and-exploitation-framework/empire.md): Command and Control (C2) with post-exploitation capabilities.
- [Service](https://ivalexev.gitbook.io/rednote/utility/service.md): List of interesting services to enumerate.
- [FTP (21)](https://ivalexev.gitbook.io/rednote/utility/service/ftp-21.md): File Transfer Protocol.
- [SSH (22)](https://ivalexev.gitbook.io/rednote/utility/service/ssh-22.md): Secure Shell.
- [DNS (53)](https://ivalexev.gitbook.io/rednote/utility/service/dns-53.md): Domain Name System.
- [HTTP/HTTPS (80-443)](https://ivalexev.gitbook.io/rednote/utility/service/http-https-80-443.md): Hypertext Transfer Protocol e HyperText Transfer Protocol over Secure Socket Layer.
- [SMTP (25-465-587)](https://ivalexev.gitbook.io/rednote/utility/service/smtp-25-465-587.md): Simple Mail Transfer Protocol.
- [POP3 (110-995)](https://ivalexev.gitbook.io/rednote/utility/service/pop3-110-995.md): Post Office Protocol.
- [IMAP (143-993)](https://ivalexev.gitbook.io/rednote/utility/service/imap-143-993.md): Internet Message Access Protocol.
- [MySQL (3306)](https://ivalexev.gitbook.io/rednote/utility/service/mysql-3306.md): Oracle MySQL.
- [MSSQL (1433-2433)](https://ivalexev.gitbook.io/rednote/utility/service/mssql-1433-2433.md): Microsoft SQL Server.
- [PSQL (5432)](https://ivalexev.gitbook.io/rednote/utility/service/psql-5432.md): PostgreSQL.
- [SMB (139-445)](https://ivalexev.gitbook.io/rednote/utility/service/smb-139-445.md): Server Message Block.
- [RDP (3389)](https://ivalexev.gitbook.io/rednote/utility/service/rdp-3389.md): Remote Desktop Protocol.
- [WinRM (5985-5986)](https://ivalexev.gitbook.io/rednote/utility/service/winrm-5985-5986.md): Windows Remote Management.
- [WMI (135)](https://ivalexev.gitbook.io/rednote/utility/service/wmi-135.md): Windows Management Instrumentation.
- [LLMNR & NBT-NS (5355-137)](https://ivalexev.gitbook.io/rednote/utility/service/llmnr-and-nbt-ns-5355-137.md): Link-Local Multicast Name Resolution.
- [NFS (111-2049)](https://ivalexev.gitbook.io/rednote/utility/service/nfs-111-2049.md): Network File System.
- [SNMP (161-162)](https://ivalexev.gitbook.io/rednote/utility/service/snmp-161-162.md): Simple Network Management Protocol.
- [VNC (5900)](https://ivalexev.gitbook.io/rednote/utility/service/vnc-5900.md): Virtual Network Computing.
- [Rsync (873)](https://ivalexev.gitbook.io/rednote/utility/service/rsync-873.md)
- [R-Service (512-513-514)](https://ivalexev.gitbook.io/rednote/utility/service/r-service-512-513-514.md): Suite of remote services.
- [IPMI (623)](https://ivalexev.gitbook.io/rednote/utility/service/ipmi-623.md): Intelligent Platform Management Interface.
- [Oracle TNS (1521)](https://ivalexev.gitbook.io/rednote/utility/service/oracle-tns-1521.md): Oracle Transparent Network Substrate.


---

# 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, and the optional `goal` query parameter:

```
GET https://ivalexev.gitbook.io/rednote/utility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
