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

RSS Icon Subscribe to comments

You need to login to post a comment.