Crash my webserver, please (no DDoS)6 points·by trikko·vor 3 Jahren·2 commentsHi there, I'm developing a small HTTP webserver named serverino. Serverino is supposed to work as proxy under a full webserver, like nginx.I wonder if you can help me testing it not ddos-ing/spamming requests but trying to crash it with bad/strange/malformed requests.There is an instance running on a small server online here: http://test.andreafontana.it (https too), shielded under nginx.The same instance is running on-the-wild on port 57123.Source code: https://github.com/trikko/serverinoYou can report anything on github or here :)1 commentsPost comment[–]stefanos82·vor 3 JahrenreplyInstall `siege` if you don't have it and run `siege http://test.andreafontana.it -c 100 -t 1m`; it should be more than enough.[–]trikko·vor 3 JahrenreplyI didn't explain myself well but load testing is not the point
I wonder if you can help me testing it not ddos-ing/spamming requests but trying to crash it with bad/strange/malformed requests.
There is an instance running on a small server online here: http://test.andreafontana.it (https too), shielded under nginx.
The same instance is running on-the-wild on port 57123.
Source code: https://github.com/trikko/serverino
You can report anything on github or here :)