Search for todays post requests in multiple log files


/ Published in: Bash
Save to your folder(s)

Handy for seeing injection attacks against web forms


Copy this code and paste it in your HTML
  1. grep `date '+%d/%b/%Y'.*POST` $(find /var/www/vhosts -name access_log) | less

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.