All3xJ / Hibernet

An HTTP flooder that uses proxies or socks to attack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udp Or Tcp DDos Not WORKING

Gladiator666Satan opened this issue · comments

when choosing a flood method: http, tcp, udp
http - working
tcp and udp - shuts down with a critical error

File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "HibernetV2.2.py", line 760, in run
p = bytes(IP(dst=str(url2))/TCP(sport=RandShort(), dport=int(port))/data) # costruzione pacchetto tcp + data
NameError: name 'IP' is not defined

Can you please fix this error?

Same here, same error with TCP and UDP

I have the same error(

the only supported is http.
tcp and udp have been removed since they were not anonymized.