epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.16k stars 603 forks source link

How to have infinite rounds of attack? #458

Closed MiChaelinzo closed 9 months ago

MiChaelinzo commented 9 months ago

I tried -r 999999 etc. maximum but it stop somewhere to 100 etc. is there an infinite mode? Thank you and great work!

AnonymousModz420 commented 9 months ago

sorry couldn't figure out how to email u guys about ur tool i got a question i have kali whenever i try run the tool i get this

Traceback (most recent call last): File "/home/linux/Desktop/Misc/ufonet/ufonet", line 10, in from core.main import UFONet File "/home/linux/Desktop/Misc/ufonet/core/main.py", line 14 in from Crypto.Cipher import AES ModuleNotFoundError: No Module named 'Crypto'

can u plz help me fix this thanks

-------- Original Message -------- On Nov 6, 2023, 3:39 PM, Michael G. Inso wrote:

I tried -r 999999 etc. maximum but it stop somewhere to 100 etc. is there an infinite mode? Thank you and great work!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

epsylon commented 9 months ago

@MiChaelinzo geomapping sometimes doesn't work propertly because of GeoIP lib. You can try -r 99999 using shell

epsylon commented 9 months ago

@AnonymousModz420 you should try to search this issue and not to write in threads of others.. grrr

btw, try:

   pip3 install pycrypto
   sudo apt-get install python3-crypto
MiChaelinzo commented 9 months ago

@MiChaelinzo geomapping sometimes doesn't work propertly because of GeoIP lib. You can try -r 99999 using shell

thank you, btw I was running on terminal etc. keep up the good work and updates!