mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
HAC SNMP
This commit is contained in:
parent
6feaee0cb0
commit
f5d2b9af7c
1 changed files with 5 additions and 0 deletions
|
@ -210,5 +210,10 @@ Entry_4:
|
|||
Name: Nmap
|
||||
Description: Nmap snmp (no brute)
|
||||
Command: nmap --script "snmp* and not snmp-brute" {IP}
|
||||
|
||||
Entry_5:
|
||||
Name: Hydra Brute Force
|
||||
Description: Need Nothing
|
||||
Command: hydra -P {Big_Passwordlist} -v {IP} snmp
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue