forked from PherricOxide/Network-App-Stress-Tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
47 lines (32 loc) · 696 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Compile with 'g++ fast.c -o fast'
Run ./fast for current usage instructions and options
Usage options (may not apply to all fuzzing types),
-srcip x.x.x.x
-srcipmin x.x.x.x
-srcipmax x.x.x.x
-dstip x.x.x.x
-dstipmin x.x.x.x
-dstipmax x.x.x.x
-srcmac xx:xx:xx:xx:xx:xx
-dstmac xx:xx:xx:xx:xx:xx
-srcport x
-srcportmin x
-srcportmax x
-dstport x
-dstportmin x
-dstportmax x
-payload x
-payloadmin x
-payloadmax x
-interval x
-intervalmin x
-intervalmax x
Fuzzer options
-fuzz[Random|Sequential]SrcPort
-fuzz[Random|Sequential]DstPort
-fuzz[Random|Sequential]SrcIp
-fuzz[Random|Sequential]DstIp
-fuzzPayloadSize
-fuzzPacketInterval
-packetcount x
Need more help? Use the source Luke.