> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/master-1/snmp-enum.md).

# SNMP Enum

### SNMP Enumeration

```
snmp-check 10.10.10.10
```

### SNMP nse scriprs

```
nmap -vv -sV -sU -Pn -p 161,162 --script=snmp-netstat,snmp-processes INSERTIPADDRESSSNMP check
```

```
snmpcheck -t 192.168.1.X -c public
```

### SNMP walk

```
snmpwalk -c public -v1 10.0.0.0
```

### OneSixtyOne

```
onesixtyone -c names -i hosts
```

### NMAP scan

```
nmap -sT -p 161 192.168.X.X -oG snmp_results.txt
```

### SNMP enum

```
snmpenum -t 192.168.1.X
```
