Skip to content

Commit 9ed87f0

Browse files
authored
Merge pull request #79 from br-sn/master
Update config.json
2 parents d36da40 + 441d376 commit 9ed87f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Reconnoitre/lib/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@
329329
],
330330
"output": [
331331
{
332-
"description": "Find public exploits",
332+
"description": "Enumeration",
333333
"commands": [
334-
"searchsploit kerberos"
334+
"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"
335335
]
336336
}
337337
]
@@ -351,4 +351,4 @@
351351
]
352352
}
353353
}
354-
}
354+
}

0 commit comments

Comments
 (0)