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


You need to login to view comments.