mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
Cookie Attack Method Fix
Fixed a module problem in the script that prevented the execution of the "cookie" attack mode.
This commit is contained in:
parent
515ca024d2
commit
f6507a2ff3
2
start.py
2
start.py
|
@ -1529,7 +1529,7 @@ def makefile(text):
|
|||
print('File: ', text)
|
||||
|
||||
if __name__ == '__main__':
|
||||
import os, requests, socket, socks, time, random, threading, sys, ssl, datetime, cfscrape, re
|
||||
import os, requests, socket, socks, time, random, threading, sys, ssl, datetime, cfscrape, re, secrets
|
||||
from time import sleep
|
||||
from icmplib import ping as pig
|
||||
from scapy.layers.inet import TCP
|
||||
|
|
Loading…
Reference in New Issue
Block a user