Sunday 13 June 2021

Prevent from shorten URL - REDLI Tool - JTECHCODE 2.O

 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

Flask Course Presented by JTECHCODE 2.O | Python Flask web framework full course

Learn the fundamentals of the Flask framework and its various extensions. This course is designed to teach you everything you need to know t...