Simple multithreading python script for checking live links while doing bug bounty.
python3 checks.py -f files.txt -t [threads number]
python3 checks.py -f files.txt -t [threads number] | tee save.txt
git clone https://github.com/zulfi0/check-links.git
Update:
1. Change the requests library to urllib3
2. Change my shit code to be better
3. Work Faster (not fast enough)