Hacker News new | ask | show | jobs
by thegoodduck 703 days ago
thark doesnt have automatic DOS detection nor MITM setup(beta)
1 comments

Detecting "DOS" by putting the packets into a Python buffer seems... counterproductive.
... for the reasons the other guy said: https://news.ycombinator.com/item?id=41011627

DoS attacks attempt to overwhelm your system or your system's connection by sheer amount of packets. And here you are capturing those packets and keeping them in memory - this just makes your system fall over faster.