Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf committed Jan 23, 2022
1 parent 677ccf7 commit 5b68f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/enum/smtp.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ var smtpOptions smtp.Options
var smtpCmd = &cobra.Command{
Use: "smtp",
Short: "Enumerate email address by connection to the smtp port of the target.",
Long: `
Long: `SMTP user enumeration with RCPT, VRFY and EXPN.
Credits: https://github.com/cytopia/smtp-user-enum`,
Example: `go run main.go userenum smtp -u users -t mail.contoso.com -o validUsers`,
Example: `go run main.go userenum smtp -u users -t mail.contoso.com -d domain.tld -o validUsers`,
Run: func(cmdCli *cobra.Command, args []string) {
log := logger.New("Enumeration", "SMTP", smtpOptions.Target)
log.SetLevel(level)
Expand Down

0 comments on commit 5b68f86

Please sign in to comment.