Skip to content

ethicalhackingplayground/specter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

specter

Bruteforce Any SMTP Password

Setup && Install

python setup.py

Usage

python specter.py -h

usage: specter.py [-h] --username U --wordlist W --server S --port P [--verbosity V]

Brute forces SMTP Passwords

optional arguments: -h, --help show this help message and exit

Required Arguments: --username U --wordlist W --server S --port P --verbosity V

Examples

python specter.py --username "email" --wordlist "wordlist" --server "smtp server" --port "smtp port" --verbosity 1

Problems

Bruteforcing Gmail passwords is only possible if less secure apps is turned on, so you might need to use you're social engineering skills to get the victim to turn it on.

About

SMTP Password Bruteforcer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages