[Mod-security-developers] LibModsecurity
Brought to you by:
victorhora,
zimmerletw
From: Fakhri Z. <d0l...@ya...> - 2016-02-22 11:42:19
|
Hello, i'm having a hard time in finding the function call that actually detect injection payload (e.g <script>alert(1)</script>). The payload does not necessarily need to exactly like the one i provided in the brackets. Based on the code flow (https://github.com/SpiderLabs/ModSecurity/blob/libmodsecurity/examples/simple_example_using_c/test.c) , the code basically just initiate the rules to the modsecurity instance and also try to initiate remote rules and i don't find any function call that actually does the payload detection, is it already implemented? maybe i missed somewhere. Thanks. |