[mod-security-users] Variable name for "data"
Brought to you by:
victorhora,
zimmerletw
|
From: homesh j. <ho...@gm...> - 2022-05-31 12:06:18
|
Hi All, Please refer to the following from modsec logs in json format. [file \"/usr/share/modsec/rules/10_gen_rules.conf\"] [line \"283\"] [id \"11\"] [rev \"43\"] [msg \"SQL Injection\"] [data \"or 2=2\"] [severity \"CRITICAL\"] I am able to get the values of msg, id & severity variables(using rule.msg, rule.id,rule.severity) but I can't find the variable name for data ([data \"or 2=2\"]) I have searched on google as well as on modsec handbook pdf but can't find the name. Can someone share some info on this please. Thanks, Homesh |