githubEdit

Capture LDAP Credentials

Requirements:

Have access to a web interface of a network printer that queries LDAP to search for user list.

Steps:

  • sudo nc -lvnp 389

  • Change Server Address to point our attacking IP

  • Press button for the printer to send data

  • Check our nc terminal (We captured the LDAP password)

Last updated