This commit is contained in:
CoolHandSquid 2021-08-15 13:47:07 -04:00 committed by GitHub
parent 3f06798973
commit 2514e3a259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 16 deletions

View File

@ -188,24 +188,26 @@ Protocol_Name: SNMP #Protocol Abbreviation if there is one.
Port_Number: 161 #Comma separated if there is more than one.
Protocol_Description: Simple Network Managment Protocol #Protocol Abbreviation Spelled out
Name: Notes
Description: Notes for SNMP
Note: """
SNMP - Simple Network Management Protocol is a protocol used to monitor different devices in the network (like routers, switches, printers, IoTs...).
Entry_1:
Name: Notes
Description: Notes for SNMP
Note: |
SNMP - Simple Network Management Protocol is a protocol used to monitor different devices in the network (like routers, switches, printers, IoTs...).
https://book.hacktricks.xyz/pentesting/pentesting-snmp
"""
https://book.hacktricks.xyz/pentesting/pentesting-snmp
Name: SNMP Check
Descriptio: Enumerate SNMP
Command: """snmp-check {IP}"""
Entry_2:
Name: SNMP Check
Descriptio: Enumerate SNMP
Command: snmp-check {IP}
Name: OneSixtyOne
Description: Crack SNMP passwords
Command: """onesixtyone -c /usr/share/seclists/Discovery/SNMP/common-snmp-community-strings-onesixtyone.txt {IP} -w 100"""
Entry_3:
Name: OneSixtyOne
Description: Crack SNMP passwords
Command: onesixtyone -c /usr/share/seclists/Discovery/SNMP/common-snmp-community-strings-onesixtyone.txt {IP} -w 100
Name: Nmap
Description: Nmap snmp (no brute)
Command: nmap --script "snmp* and not snmp-brute" {IP}
Entry_4:
Name: Nmap
Description: Nmap snmp (no brute)
Command: nmap --script "snmp* and not snmp-brute" {IP}
```