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

SMTP password authentication.

Options

Name Description
--smtp-mechanism <SMTP_MECHANISM> SMTP authentication mechanism, can be PLAIN (RFC4616), LOGIN (obsolete but needed for some providers like office365) or XOAUTH2 [default: PLAIN]

Examples

legba smtp \
    --username [email protected] \
    --password wordlists/passwords.txt \
    --target localhost:25
Clone this wiki locally