Info
Version: | 2.1.0 |
Author(s): | Malte |
Last Update: | Monday, April 28, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nfMalde/NoBrute |
NuGet Url: | https://www.nuget.org/packages/NoBrute |
Install
Install-Package NoBrute
dotnet add package NoBrute
paket add NoBrute
NoBrute Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.10)
- Microsoft.Extensions.Configuration(>= 3.1.10)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.10)
- Microsoft.Extensions.Configuration.FileExtensions(>= 3.1.10)
- Microsoft.Extensions.Configuration.Json(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.10)
Tags
This library will protect defined actions in your controllers by making them inefficient to be brute-forced.
It will append request times in milliseconds if a local cache entry on the server is found for the same request,
request name, and method, and the hit count reaches a defined limit (referred to here as "green requests") within a specified amount of time.