Monitoring a Page for a GET Request

Monitoring a Page for a GET Request

I'm trying to run a script that loads a website and monitors the resulting network traffic for all get requests whose URLs match a specific pattern. Right now, I can pluck the URLs manually from the Network tab under Developer Tools in my browser, but I'd like to automate this process. Is there a command-line tool that will do what I'm asking?

Note that I'm not looking for something like tcpdump. I don't need packet information, just GET requests, i.e. the kind of stuff shown here:

https://preview.redd.it/pj9gex80omwb1.png?width=1222&format=png&auto=webp&s=08e4b9ee45a222de66601714bc8e1fbe886f68c0

submitted by /u/CuriousHippieGeek
[link] [comments]


from hacking: security in practice https://ift.tt/xRO9SGP

Comments