|
|
|
Ask HN: How can I DDOoS attack my personal website (for curiosity)?
|
|
11 points
by alienlid
1304 days ago
|
|
Am curious about simulating cyber attacks (e.g. DDOS) on my own little website, for my curiosity. Am a software developer but know embarrassingly little about security and exploits. Should mention I have a few laptops (2020 Macbook Pros) at my disposal to act as DIY Botnets. EDIT:
Thanks everyone. It seems to me the suggestions for DDOS'ing converge on hitting a expensive query/operation many times and this can be aided by various tools, such as botnets and load testing tools. What about other "common" security exploits? ie, exploits that are commonly unprotected against and can cause damage to a website? Also...I have websites hosted on Bluehost (wordpress) and Namecheap. Do these hosting services automatically protect me from the DDOS tactics suggested? |
|
- buy a bunch of VMs and curl your site's weakest point (don't wait for the http response) / use loadtesting tools
- change the site infra to support 1 request per second at most, and hit it with 2! :D
- posting the url here will get you far
- develop an app for your site, make it super popular and let it call home (an unidentifiable and cache breaking request -- many have fallen to this)
Depending on the deployment and the site's infra, this can be trivial. Or you might need to pay a botnet (or create an app with x milion downloads, whatever is easiest).