Skip to content

Commit

Permalink
LDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-geek committed Apr 10, 2019
1 parent 9842f23 commit f6dbe94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 19 - LDAP
@@ -1,3 +1,6 @@
ldapsearch -h <IP ADDRESS> -p 389 -x -s base -b '' "(objectClass=*)" "*" +

nmap -p 88 --script=krb5-enum-users --script-args krb5-enum-users.realm='domain.local',userdb=/usr/share/seclists/Usernames/Names/names.txt <IP ADDRESS>

LDAP Search - Possible users and hashes
nmap -p389 --script=ldap-search <IP ADDRESS>

0 comments on commit f6dbe94

Please sign in to comment.