I need to create a script that goes through a few thousand websites and fetch data such as headers, ips, response code and also some other stuff for fingerprinting (college schoolwork).
How does multithreading or multiple http requests work if the script needs to go through all the thousands of website, this would take ages and ages.
Can anyone share their knowledge?
Thanks