priyamharsh14 / SniffnDetect

Advanced DDOS attack detector tool written completely on Python3
BSD 3-Clause "New" or "Revised" License
35 stars 18 forks source link

How to attack the website #11

Open shiven7734 opened 1 year ago

shiven7734 commented 1 year ago

How to attack the website With DDOs attack so that we can detect which type of attack is happening,is there any demo on how to attack it for testing purpose

priyamharsh14 commented 1 year ago

This tool doesn't allow you to attack a website. You can use it to detect DDoS attack on a specific machine.

shiven7734 commented 1 year ago

Yes , how to detect that? And test if its working or not Currently it’s showing that no DDos attack How to check and show that it can detect Ddos attack

shiven7734 commented 1 year ago

Like we can attack from an external tool and then detect using your sniffndetect, so have tested something like that?

priyamharsh14 commented 1 year ago

you can either create small python scripts to attack the machine or use common DDoS tools like MHDDoS available in the internet.

shiven7734 commented 1 year ago

Should I host the website on heroku then , attack or is it working without that also? Can we attack using Kali Linux also by pinging on thr IP identified in the DDos tool?