-
-
Notifications
You must be signed in to change notification settings - Fork 86
Telnet
Simone Margaritelli edited this page Oct 25, 2023
·
1 revision
Telnet password authentication.
Name | Description |
---|---|
--telnet-user-prompt <TELNET_USER_PROMPT> |
Telnet server username login prompt string [default: "login: " ] |
--telnet-pass-prompt <TELNET_PASS_PROMPT> |
Telnet server password login prompt string [default: "Password: " ] |
--telnet-prompt <TELNET_PROMPT> |
Telnet server shell prompt after successful login [default: ":~$ " ] |
legba telnet \
--username admin \
--password wordlists/passwords.txt \
--target localhost:23 \
--telnet-user-prompt "login: " \
--telnet-pass-prompt "Password: " \
--telnet-prompt ":~$ " \
--single-match # this option will stop the program when the first valid pair of credentials will be found, can be used with any plugin
- 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