A simple Python script that fetches URLs from the Wayback Machine for a list of domains provided in a file.
To use this script, run the following command:
python3 wayback.py -l files.txt -o output.txt
this is not the final code yet... there may still be bugs