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

# SNMP Enumeration

SNMP Enumeration is crucial because using different commands one can determine the networking interfaces, version, and other useful information that can easily be exploited.

Useful Command: **snmp-check \<IP>**

This command was really useful, in ClamAV from Proving Grounds, the snmp-check command allowed us to check for the running ClamAV service running on the computer which allowed us to exploit it.&#x20;

![Notice the different information that is provided to us.](/files/H4G1sLwT5wYlihirF2kD)

![](/files/m4K8bf5k9aYSFmnJs5BO)

<details>

<summary>Example of SNMP Exploitation</summary>

[https://app.gitbook.com/s/wHYOvbdHNwGOuZd2n6gr/](https://lyethar.gitbook.io/clamav/)  (ClamAV PG)

</details>


---

# 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://lyethar.gitbook.io/methodology/readme/enumeration/snmp-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.
