show all http requests being made


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

make sure the en1 value is the interface you are using


Copy this code and paste it in your HTML
  1. sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E "Host\: .*|GET \/.*"

Report this snippet


Comments


You need to login to view comments.