mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
Fix punctuation in connection with "however"
This commit is contained in:
@ -34,16 +34,17 @@ afl-network-server -i 1111 -m 25M -t 1000 -- /bin/target -f @@
|
||||
|
||||
### on the (afl-fuzz) main node
|
||||
|
||||
Just run afl-fuzz with your normal options, however the target should be
|
||||
Just run afl-fuzz with your normal options, however, the target should be
|
||||
`afl-network-client` with the IP and PORT of the `afl-network-server` and
|
||||
increase the -t value:
|
||||
|
||||
```
|
||||
afl-fuzz -i in -o out -t 2000+ -- afl-network-client TARGET-IP 1111
|
||||
```
|
||||
Note the '+' on the -t parameter value. The afl-network-server will take
|
||||
care of proper timeouts hence afl-fuzz should not. The '+' increases the
|
||||
timeout and the value itself should be 500-1000 higher than the one on
|
||||
afl-network-server.
|
||||
|
||||
Note the '+' on the -t parameter value. The afl-network-server will take care of
|
||||
proper timeouts hence afl-fuzz should not. The '+' increases the timeout and the
|
||||
value itself should be 500-1000 higher than the one on afl-network-server.
|
||||
|
||||
### networking
|
||||
|
||||
@ -53,7 +54,7 @@ either. Note that also the outgoing interface can be specified with a '%' for
|
||||
|
||||
Also make sure your default TCP window size is larger than your MAP_SIZE
|
||||
(130kb is a good value).
|
||||
On Linux that is the middle value of `/proc/sys/net/ipv4/tcp_rmem`
|
||||
On Linux that is the middle value of `/proc/sys/net/ipv4/tcp_rmem`
|
||||
|
||||
## how to compile and install
|
||||
|
||||
|
Reference in New Issue
Block a user