mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
161 Yaml
This commit is contained in:
parent
3f06798973
commit
2514e3a259
1 changed files with 18 additions and 16 deletions
|
@ -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}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue