An open API service indexing awesome lists of open source software.

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

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
```