-
Notifications
You must be signed in to change notification settings - Fork 1
/
multiple_test2.yaml
122 lines (121 loc) · 2.22 KB
/
multiple_test2.yaml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# First basic config I'm making to show as an example on what the tool will be able to do.
interface: "ens18"
sequences:
one:
block: true
count: 10
delay: 0
threads: 1
eth:
srcmac: "1a:c4:df:70:d8:a6"
dstmac: "ae:21:14:4b:3a:6d"
ip:
srcip: "10.50.0.3"
dstip: "10.50.0.4"
protocol: udp
csum: True
udp:
srcport: 27000
dstport: 27017
l4csum: True
payload:
exact: "FF FF FF FF 49"
two:
block: true
count: 1
delay: 0
threads: 1
eth:
srcmac: "1a:c4:df:70:d8:a6"
dstmac: "ae:21:14:4b:3a:6d"
ip:
srcip: "10.50.0.3"
dstip: "10.50.0.4"
protocol: udp
csum: True
udp:
srcport: 27000
dstport: 27015
l4csum: True
payload:
exact: "FF FF FF FF 66"
three:
block: true
count: 1
delay: 0
threads: 1
eth:
srcmac: "1a:c4:df:70:d8:a6"
dstmac: "ae:21:14:4b:3a:6d"
ip:
srcip: "10.50.0.3"
dstip: "10.50.0.4"
protocol: udp
csum: True
udp:
srcport: 27000
dstport: 27015
l4csum: True
payload:
exact: "FF FF FF FF 80"
four:
block: true
count: 1
delay: 0
threads: 1
eth:
srcmac: "1a:c4:df:70:d8:a6"
dstmac: "ae:21:14:4b:3a:6d"
ip:
srcip: "10.50.0.3"
dstip: "10.50.0.4"
protocol: udp
csum: True
udp:
srcport: 27000
dstport: 27015
l4csum: True
payload:
exact: "FF FF FF FF 90"
five:
block: true
count: 1
delay: 0
threads: 1
eth:
srcmac: "1a:c4:df:70:d8:a6"
dstmac: "ae:21:14:4b:3a:6d"
ip:
srcip: "10.50.0.3"
dstip: "10.50.0.4"
protocol: udp
csum: True
udp:
srcport: 27000
dstport: 27015
l4csum: True
payload:
exact: "01 02 03 04 05"
six:
count: 4
delay: 0
threads: 2
eth:
srcmac: "1a:c4:df:70:d8:a6"
dstmac: "ae:21:14:4b:3a:6d"
ip:
ranges:
- 192.168.90.0/24
- 10.30.0.0/24
- 172.16.0.0/16
dstip: "10.50.0.4"
protocol: udp
csum: True
udp:
srcport: 27000
dstport: 27016
l4csum: True
payload:
length:
min: 300
max: 500