Guardian@JUMPERZ.NET :Plugins :Standard plugins :

IllegalEncodingDetector

Prev Next

This plugin detects illegally encoded URI. If it finds the illegal URI, it blocks an HTTP session. The following are examples of illegally encoded URI.

%0X

A character except 0-9 or A-F is used.


%u0041%41

HEX encoding and %u encoding are mixed.


%u00%u0041

%u encoding has only 2 byte data. It must have 4 byte data.


This plugin is stable. It is recommended that you use this plugin to all HTTP sessions.

The name of the class of this plugin is :
net.jumperz.app.MGuardian.plugin.MIllegalEncodingDetector


Standard plugins