Skip to content

SMTP password fuzzer for SMTP services that ask for the password directly.

Notifications You must be signed in to change notification settings

nrrpinto/smtp_bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

smtp_bruteforce

This is a SMTP password fuzzer for SMTP services that ask for the password directly. When i developed it, i was not sure if the server wanted to receive the password in base64 so the script fuzzes with plain text password and base64.

It's very easy to change the script to fuzz services that deman user and password.

Syntax:

smtp_bruteforce <IP address> <wordlist>

Example:

smtp_bruteforce 192.168.1.10 /usr/share/wordlists/rockyou.txt

About

SMTP password fuzzer for SMTP services that ask for the password directly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages