-
-
Notifications
You must be signed in to change notification settings - Fork 86
POP3
Simone Margaritelli edited this page Oct 25, 2023
·
1 revision
POP3 password authentication.
Name | Description |
---|---|
--pop3-ssl |
Enable SSL for POP3 |
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
- Installation and Building
- Usage & Main Options
- REST API
- Recipes
- Plugins
- AMQP (ActiveMQ, RabbitMQ, Qpid, JORAM and Solace)
- DNS
- FTP
- HTTP
- IMAP
- Kerberos
- LDAP
- MongoDB
- MQTT
- Microsoft SQL
- MySQL
- Oracle
- Port Scanner
- PostgreSQL
- POP3
- RDP
- Redis
- Samba
- ScyllaDB / Cassandra
- SSH / SFTP
- SMTP
- SOCKS5
- STOMP (ActiveMQ, RabbitMQ, HornetQ and OpenMQ)
- Telnet
- VNC
- Custom Binary