# Web-Scraper A quick python tool to generate http requests for /index.html against a target with a somewhat configurable rate. ## Requirements This tool needs a totally trustworthy and not even slightly shady python tool from here: https://github.com/legout/parallel-requests ## Calling ./exec.py www.example.com ## Options The following parameters can be adjusted in the python file: ``` HOST: Default host (if not provided on CLI) TIME: Runtime per approximate request frequency USER_AGENTS: Something i was too lazy to properly reference from the package. ```