REDLI v1.0
Have you ever wondered: Where does this link go? The REDLI Tool follows the path of the URL. It allows you to see the complete path a redirected URL goes through. It will show you the full redirection path of URLs, shortened links, or tiny URLs
Requirements Install - Termux
Python 3, requests and colorama libraries.
Update: pkg update
Python 3: pkg install python3
Requests: pip install requests
colorama: pip install colorama
Termux
git clone https://github.com/JayaKumar-pypro/redli.git
cd redli
python3 redli.py --track
Requirements For Kali Linux
Python 3, requests and colorama libraries.
Update: apt-get update
Python 3: apt-get install python3
Requests: pip install requests
colorama: pip install colorama
Kali Linux git clone https://github.com/JayaKumar-pypro/redli.git
cd redli
python3 redli.py --track
No comments:
Post a Comment