/check-links

Simple python script for checking live links

Primary LanguagePython

check-links

Simple multithreading python script for checking live links while doing bug bounty.

Usage :

python3 checks.py -f files.txt -t [threads number]

or

python3 checks.py -f files.txt -t [threads number] | tee save.txt

Installation :

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)