Disk logging for ASP-WAF Core Web Application Firewall NuGet Package

Reporting interface for the firewall and the windows to support logging to disk as well as start Post-Reporting work-flows like PowerShel scripts or executables.
The Package extends the reporting functionality to NuGet package Walter.Web.Firewall and is easily activated by dependency injection during service configuration

services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
, domainName: new Uri("https://www.your-domain.com", UriKind.Absolute)
, options =>
{
//your options

}).UseDiskLogging(opt=>{
opt.DataDirectory = @"D:\Web-FireWall\FireWall";
opt.PowerShellOption = PowerShellFilesOption.GenerateIfMissing;
opt.Commandline = new System.Diagnostics.ProcessStartInfo(@"D:\jobs\FireWall.bat"){UseShellExecute = true};
});

More information on how to use this Add-On is available in this manual https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf.




Got any Disk logging for ASP-WAF Core Web Application Firewall Question?





Info

Version: 2023.11.13.1117
Author(s): Walter Verhoeven, Stijn Snellinx
Last Update: Monday, November 13, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://www.asp-waf.com/
NuGet Url: https://www.nuget.org/packages/Walter.Web.FireWall.DiskLogger


Install
Install-Package Walter.Web.FireWall.DiskLogger
dotnet add package Walter.Web.FireWall.DiskLogger
paket add Walter.Web.FireWall.DiskLogger
Walter.Web.FireWall.DiskLogger Download (Unzip the "nupkg" after downloading)

net5.0 netcoreapp3.1 netstandard2.1


Tags



STATS

must-have-score

2

avg-downloads-per-day

152

days-since-last-release

165