Skip to content

Comment on Show HN: devsigh.com - post all your stories of developer sighparent

Comments

Not quite. Your rate limiting seems to be cookie based, which makes it easy for someone to circumvent just by replaying their initial request (or by deleting the cookie you set).

Ooops.

There's about a half dozen people down_vote DOSing the server right now.

  sudo iptables -I INPUT -s <offending ip> -j DROP

Or just hit the vote URL repeatedly with cURL (which is done via GET request).

The author might want to change it to POST/PUT and limit votes based on IP address instead.

It's ok - someone has submitted a sigh to point this out:

http://devsigh.com/sigh/58

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.