Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 580 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 580 Bytes

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