TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Crash my webserver, please (no DDoS)

6 pointsby trikkoabout 2 years ago
Hi there, I&#x27;m developing a small HTTP webserver named serverino. Serverino is supposed to work as proxy under a full webserver, like nginx.<p>I wonder if you can help me testing it not ddos-ing&#x2F;spamming requests but trying to crash it with bad&#x2F;strange&#x2F;malformed requests.<p>There is an instance running on a small server online here: http:&#x2F;&#x2F;test.andreafontana.it (https too), shielded under nginx.<p>The same instance is running on-the-wild on port 57123.<p>Source code: https:&#x2F;&#x2F;github.com&#x2F;trikko&#x2F;serverino<p>You can report anything on github or here :)

1 comment

stefanos82about 2 years ago
Install `siege` if you don&#x27;t have it and run `siege <a href="http:&#x2F;&#x2F;test.andreafontana.it" rel="nofollow">http:&#x2F;&#x2F;test.andreafontana.it</a> -c 100 -t 1m`; it should be more than enough.
评论 #35960763 未加载