NoWarDDoS icon indicating copy to clipboard operation
NoWarDDoS copied to clipboard

Using asyncio

Open ArcasCZ opened this issue 4 years ago • 3 comments

I've got an idea - wouldn't be using threads in combination with asyncio far more powerful? 🤔

ArcasCZ avatar Feb 26 '22 22:02 ArcasCZ

@ArcasCZ using threads in combination with asyncio is a pretty hard but interesting idea. Definitely try it here

EdwardBrave avatar Feb 27 '22 10:02 EdwardBrave

Also, there's AIOHTTP for HTTP request through Asyncio. Of course it's just for study purposes, nobody wants to DDoS anybody, right? 😆

ArcasCZ avatar Feb 27 '22 14:02 ArcasCZ

implemented fork from one of the previous versions: https://github.com/abionics/attacker/blob/master/main.py

ignitedevua avatar Mar 01 '22 16:03 ignitedevua