Logo
Info Security
News
Advisories
Web pentesting
 
WebKnight
Features
Download
Support
SQL Injection
Robots
Hot Linking
DoS
Blocklists
Testimonials
 
Extensions
Googlebot Verifier
Fight Back
 
Log Analysis
Features
Download
Manual
 
Databases
User Agents
Http Headers
 
Members
Login
 

WebKnight.NET

WebKnight Banner
What is it

We have a version of WebKnight that is programmed in C# .NET instead of C++. So a managed module instead of a native one.

Purpose

This version can be implemented as a module in your website and you can access the firewall functionality from within your ASP.NET pages. You can change the configuration or call validation or scanning functions of our firewall.

Add to ASP.NET

You can add the dll as any other library in your ASP.NET website. Use Add Reference to add the dll.

You can then call WebKnightModule.WebKnightModule.Settings to change individual settings or call the Firewall functionality to use as input validation filters or call other functions from the assembly.

web.config

Copy the WebKnightModule.dll to the bin folder and add the module in your web.config.

<system.webServer>
  
    <!-- Load WebKnight Module -->
    <modules>
      <add name="WebknightModule" type="WebKnightModule.WebKnightModule,WebKnightModule"/>
    </modules>

</system.webServer>

Contact us

Contact us with the form below if you want to use our WebKnight.NET module.


Published: 5/11/2025Document Type: General
Last modified: 6/04/2026Target: General
Visibility: PublicLanguage: English

[top] Print Edit


Comments (use this form to send comments to the author of the page):
Text:
How much is 5
5
+ 9 ?
E-mail: (optional)