You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a function to display only the "parameters" that we chose for each PARTS:
Example :
modseclogc --match-path /ajs.php --show-request-line --show-params Referer,X-Forwarded-For --hide-parts FHKZA modsec_audit.log
expected result :
GET /ajs.php?zid=13013 HTTP/1.1
--5a1c1823-B--
X-Forwarded-For: XXX.XXX.XXX.XX
Referer: http://www.test.fr/choserien/
thanks
The text was updated successfully, but these errors were encountered:
hm... the problem with this is which audit part the --show-params option applies to. to be explicit, it would need to be something like --show-request-headers, but then for symmetry, we'd need to create one for every audit part (e.g. --show-response-headers, --show-trailer-params, ...).
Hi metagriffin
Is it possible to add a function to display only the "parameters" that we chose for each PARTS:
Example :
modseclogc --match-path /ajs.php --show-request-line --show-params Referer,X-Forwarded-For --hide-parts FHKZA modsec_audit.log
expected result :
GET /ajs.php?zid=13013 HTTP/1.1
--5a1c1823-B--
X-Forwarded-For: XXX.XXX.XXX.XX
Referer: http://www.test.fr/choserien/
thanks
The text was updated successfully, but these errors were encountered: