This commit is contained in:
CoolHandSquid 2021-09-13 11:47:39 -04:00 committed by GitHub
parent 6feaee0cb0
commit f5d2b9af7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```