Tuesday, 2 October 2018

Detect evil urls with Termux


Installation and commands
$ apt update && apt upgrade enter
$ apt install git enter
$ apt install python2 enter
$ apt install python enter
$ git clone https://github.com/UndeadSec/checkURL enter
$ cd checkURL enter/ls

$ chmod +x *
enter
$ python3 checkURL.py --url sitename.com
if you don't understand anything about it then run this command
$ python3 checkURL.py --help
it will show up with all the necessary information you need to know about checkURl
To run check url
$ python3 checkURL.py --url the url is where you going to put the attackerurl coming to your way.

Related Topics

Detect evil urls with Termux
4/ 5
Oleh