Skip to content

Instantly share code, notes, and snippets.

@0xdreadnaught
Last active February 19, 2020 16:17
Show Gist options
  • Select an option

  • Save 0xdreadnaught/659f63426f1a09760b3fc3f297716003 to your computer and use it in GitHub Desktop.

Select an option

Save 0xdreadnaught/659f63426f1a09760b3fc3f297716003 to your computer and use it in GitHub Desktop.
LDAP Enumeration
Command Question
ldapsearch -h <target> -p <port> -x -s base Server information disclosed? User information disclosed?
ldapsearch -H ldap://<target>:<port> -x -b"<base-here>" Server information disclosed? User information disclosed?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment