Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix very unintuitive usage description #20

Open
Shumerez opened this issue Dec 13, 2024 · 1 comment
Open

Fix very unintuitive usage description #20

Shumerez opened this issue Dec 13, 2024 · 1 comment

Comments

@Shumerez
Copy link

usage: smtp-user-enum [options] -u/-U host port

Is red as smtp-user-enum example.com 25
But in fact it is smtp-user-enum -u admin example.com 25
Or smtp-user-enum -U usernames.txt example.com 25

Tried ~8 times, then just found answer in sources. It is subtle and actually not as in other popular tools. I suggest to change description to
usage: smtp-user-enum [options] -u username/-U list_of_usernames.txt host port
or smth alike

Pls change description

@Shumerez
Copy link
Author

Also in RCPT mode section "Troubleshooting EXPN enumeration" named, well, as "Troubleshooting EXPN enumeration"
It should be "Troubleshooting RCPT enumeration", I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant