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

POP3 password authentication.

Options

Name Description
--pop3-ssl Enable SSL for POP3

Examples

Insecure:

legba pop3 \
    --username admin@example.com \
    --password wordlists/passwords.txt \
    --target localhost:110

Via SSL:

legba pop3 \
    --username admin@example.com \
    --password wordlists/passwords.txt \
    --target localhost:995 \
    --pop3-ssl
Clone this wiki locally