This repository has been archived by the owner on Apr 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.py
66 lines (47 loc) · 1.48 KB
/
config.py
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
from random import uniform
user = ""
password = ""
# Enter Max Antivir to attack in normal mode
maxanti_normal = 3000
# Active or not the protection for cluster ( don't attack if you are ddos your cluster)
active_cluster_protection = True
# Use booster
booster = True
# define number task update
number_task = 30
# Finish all task by netcoins
Use_netcoins = False
# Enter Max Antivir to attack tournament
maxanti_tournament = 3000
# Enter the minimal energy for update botnet
minimal_energy_botnet_upgrade = 0
# Enter Amount of Attacks normal
attacks_normal = 2
# Enter Amount of Attacks in tournament
attacks_tournament = 30
# define the initial mode
mode = "Secure"
# update botnet auto
BotNet_update = True
# Enter Updates (fw, av, smash, mwk)
BotNet_updates = ["fw", "av", "smash", "mwk"]
#BotNet_updates = "ALL" # Makes all updates
# check list of more player in tournament and ddos the cluster.
ddos_cluster = False
# change auto mode Potator for tournament
tournament_potator = False
AttackTournamentDB = False
Max_point_tournament = 1300
# Enter Updates (inet, hdd, cpu, ram, fw, av, sdk, ipsp, spam, scan, adw)
updates = ["ipsp", "fw", "scan", "sdk", "av"]
#updates = "ALL" # Makes all updates
# Do you want to attack during tournament [True, False]
joinTournament = False
# Time to wait between each cycle in seconds
wait = round(uniform(0, 1), 2)
wait_load = round(uniform(0, 3), 2)
updatecount = 0
attackneeded = False
database = 'database.db'
# check attack anonymous
anon = True