Graybeard
Well-Known Member
If you know how to bash 
$ chmod +x ipintel.sh
$./ipintel.sh
There is a tool on that URL with a web form for you to use
$ chmod +x ipintel.sh
$./ipintel.sh
Code:
#!/bin/bash
#ipintel.sh
echo "Pls enter your ip:"
read ip
#whois -h whois.cymru.com "$ip"
#curl "https://ipinfo.io/$ip"
curl "http://check.getipintel.net/check.php?ip=$ip&contact=YOUR@e-mail.com&flags=b"
echo =a[1] is real bad!
exit
There is a tool on that URL with a web form for you to use
Last edited: