We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d36da40 + 441d376 commit 9ed87f0Copy full SHA for 9ed87f0
Reconnoitre/lib/config.json
@@ -329,9 +329,9 @@
329
],
330
"output": [
331
{
332
- "description": "Find public exploits",
+ "description": "Enumeration",
333
"commands": [
334
- "searchsploit kerberos"
+ "nmap -p$port --script=krb5-enum-users --script-args krb5-enum-users.realm='CHANGEME.local',userdb=/usr/share/seclists/Usernames/Names/names.txt -oA '$outputdir/$ip_$port_kerberos' $ip"
335
]
336
}
337
@@ -351,4 +351,4 @@
351
352
353
354
-}
+}
0 commit comments