Simple http traffic generator.
This traffic generator creates HTTP requests based on configuration and sends it to specified target.
HEAD /logo.jpg HTTP/1.1
host: localhost
X-Forwarded-For: 10.0.0.182
- Methods list
- Uris list
- Target
- Source network (IP is put into
X-Forwarded-For
header)
Traffic generator is configured by config.toml
file.
Please see the example in sources.
- Rust nigthly toolchain
cargo build
cargo run
Log level can be set with RUST_LOG
environment variable.
$ RUST_LOG=trace cargo run
- Passing configuration file as parameter
- Simulate connections drops
- Send requests with body
- URI and body fuzzing