/ Published in: Bash
Handy for seeing injection attacks against web forms
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
grep `date '+%d/%b/%Y'.*POST` $(find /var/www/vhosts -name access_log) | less