POP3
POP3 password authentication.
Options¶
| Name | Description |
|---|---|
--pop3-ssl |
Enable SSL for POP3 |
Examples¶
Insecure:
legba pop3 \
--username [email protected] \
--password wordlists/passwords.txt \
--target localhost:110
Via SSL:
legba pop3 \
--username [email protected] \
--password wordlists/passwords.txt \
--target localhost:995 \
--pop3-ssl