-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.txt
executable file
·70 lines (63 loc) · 1.33 KB
/
config.txt
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
#[BENCHMARK]
##Ps. Boolean integer values, 0 value meaning OFF, 1 value meaning ON
#dnsBenchMark = 0
#ntpBencMark = 0
#snmpBenchMark = 0
#ssdpBenchMark = 0
[DNSAmplificaton]
enabled = no
benchmark = yes
dnsServerList = dnsServerList.txt
threads = 10
#192.168.1.1
targetIp = 192.168.1.1
outputFile = DnsAttackResult.txt
[NTPAmplificaton]
enabled = no
benchmark = no
ntpServerList = ntpServerList.txt
threads = 10
targetIp = 192.168.1.1
outputFile = NtpAttackResult.txt
[SNMPAmplificaton]
enabled = no
benchmark = no
snmpServerList = SnmpServerList.txt
threads = 10
targetIp = 192.168.1.1
outputFile = SnmpAttackResult.txt
[SSDPAmplificaton]
enabled = no
benchmark = no
ssdpServerList = SsdpServerList.txt
threads = 10
targetIp = 192.168.1.1
outputFile = SsdpAttackResult.txt
#192.168.1.1
#10.184.104.213
# For adding more ports, use like; port: 80,8000,22
[SYNFlood]
enabled = yes
benchmark = no
targetIp = 192.168.1.102
# For adding more ports, use like 80,8000,22
threads = 1
port = 80
targetIp = 192.168.43.1
port = 8000
packetCount = 1000
packetSize = 120
windowSize = 64
flooding = yes
outputFile = SynFloodAttackResult.txt
[HTTPFlood]
enabled = no
benchmark = no
targetURL = https://google.com
threads = 10
# concurrent socket number
numberOfSocket = 100
#Available method types: get <-> post
method = get
debug = 0
outputFile = HttpAttackResult.txt