Skip to content
Simone Margaritelli edited this page Oct 25, 2023 · 1 revision

LDAP Password Authentication.

Options

Name Description
--ldap-domain <LDAP_DOMAIN> LDAP domain

Examples

legba ldap \
    --target 127.0.0.1:389 \
    --username admin \
    --password @wordlists/passwords.txt \
    --ldap-domain example.org \
    --single-match
Clone this wiki locally