Skip to content

HackerSpray First Release

Latest
Compare
Choose a tag to compare
@oazabir oazabir released this 15 Jul 19:45
· 1 commit to master since this release

First fully working .NET4 and .NET Core version.

Features:

  • Protect login, registration, password reset pages against brute force and DOS attacks.
  • Block users from performing any action too many times.
  • Prevent too many hits from any IP or IP Range.
  • Blacklist/Whitelist specific IP, IP range, username, URLs, transactions for a period.

An example scenario is a Bank Login page, where brute force password attempts on user accounts and DOS attack on Login page are a regular event.
Using this library, you can protect login page from brute force attacks, blocking too many usernames from certain IPs,
or too many hits from a range of IP trying to do DOS attack,
or even simple 3 invalid login attempts per username, per 15 mins.

Get it via nuget.