/url_traffic_monitor

Python tool designed to monitor network traffic generated by visiting a list of URLs.

Primary LanguagePython

url_traffic_monitor

Python tool designed to monitor network traffic generated by visiting a list of URLs.

Usage:

  • Install the latest python version
  • Install the required Python packages using pip install selenium webdriver.
  • Run the script using python url_traffic_monitor.py <input_file> where <input_file> contains the list of URLs to monitor, with one URL per line.

Example:

Copy code python3.11 url_traffic_monitor.py urls.txt