LDap

DEFAULT PORT = 389

=========================GUI One (Enumeration): 
>>> jxplorer                              ( tool(GUI) for browsing LDap)
• click on ‘file’
• click on ‘connect’
• enter your target details

=========================Enumeration : 
>>> ldapsearch -h $IP -p 389 -x -b "dc=mywebsite,dc=com"


Last updated