/ Published in: Bash
Handy for seeing injection attacks against web forms
Expand |
Embed | Plain Text
grep `date '+%d/%b/%Y'.*POST` $(find /var/www/vhosts -name access_log) | less
You need to login to post a comment.
benpjohnson on 12/06/06
1 person have marked this snippet as a favorite
Handy for seeing injection attacks against web forms
grep `date '+%d/%b/%Y'.*POST` $(find /var/www/vhosts -name access_log) | less
You need to login to post a comment.