cytopia / cytopia/smtp-user-enum

Fix very unintuitive usage description

Open
#20 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
178
Forks
29
PR merge metrics
No merged PRs in 30d

Description

`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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.