mirror of
https://github.com/maride/afl-transmit.git
synced 2024-11-21 15:04:25 +00:00
Add a README
This commit is contained in:
parent
fbacb2903e
commit
1e5c8efdce
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# afl-transmit
|
||||
|
||||
Transfer AFL files over a mesh to fuzz across multiple servers
|
||||
|
||||
## Usage
|
||||
|
||||
You need to specify your AFL output directory with `--fuzzer-directory`, and your peers with `--peers`.
|
||||
Some other options exist to let you fine-tune your *afl-transmit* experience, have a look at them via `--help`.
|
||||
|
||||
On default, *afl-transmit* opens port 1337/TCP to wait for incoming connections. If you are not on a private net, make sure to protect this port with a firewall, or anyone on the internet may send you files (although this might become interesting).
|
||||
|
||||
### Quickstart
|
||||
|
||||
- On your host 10.0.0.1: `./afl-transmit --fuzzer-directory /ram/output --peers 10.0.0.2,10.0.0.3`
|
||||
- On your host 10.0.0.2: `./afl-transmit --fuzzer-directory /ram/output --peers 10.0.0.1,10.0.0.3`
|
||||
- On your host 10.0.0.3: `./afl-transmit --fuzzer-directory /ram/output --peers 10.0.0.1,10.0.0.2`
|
||||
|
Loading…
Reference in New Issue
Block a user