Skip to content

Flood a form with fake information designed for phishing sites to dilute down any legitimate submissions.

License

Notifications You must be signed in to change notification settings

andydixon/honeybadger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

honeybadger

Flood a form with fake information designed for phishing sites to dilute down any legitimate submissions. Also my first project in Rust

Doing the buildful

git clone git@github.com:andydixon/honeybadger.git honeybadger
cd honeybadger
cargo build

Doing the runful

via cargo: cargo run -- -u http://url/to/attack.htm -n 500 -d 250

with a build: honeybadger -u http://url/to/attack.htm -n 500 -d 250

Options:

    -u, --url URL       URL to attack
    -n, --num HITS      Number of hits
    -d, --delay DELAY   delay in msec per request

About

Flood a form with fake information designed for phishing sites to dilute down any legitimate submissions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages