https://github.com/dietcokesec/smtp-enum
A straightforward smtp enumeration script
https://github.com/dietcokesec/smtp-enum
penetration-testing python scripting smtp smtp-enum
Last synced: 11 months ago
JSON representation
A straightforward smtp enumeration script
- Host: GitHub
- URL: https://github.com/dietcokesec/smtp-enum
- Owner: dietcokesec
- License: mit
- Created: 2025-05-20T00:37:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T00:41:49.000Z (about 1 year ago)
- Last Synced: 2025-06-16T08:49:56.575Z (12 months ago)
- Topics: penetration-testing, python, scripting, smtp, smtp-enum
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This work has been sponsored by [Sythe Labs](https://sythelabs.com).
# smtp-enum
A straightforward smtp enumeration script
## Usage
```
Usage: main.py [OPTIONS] TARGET WORDLIST
╭─ Arguments ─────────────────────────────────────────────────────────────────────────────╮
│ * target TEXT [default: None] [required] │
│ * wordlist TEXT [default: None] [required] │
╰─────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────────────────╮
│ --sleep-every INTEGER [default: 10] │
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it │
│ or customize the installation. │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────╯
```
## Example
```bash
uv run main.py 192.168.1.1 ~/Desktop/Kali/Tools/statistically-likely-usernames/jsmith.txt
```