/ 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.
