Interceptor Is a simple Ip-Grabber tool, It also provide you some information reletad to your target ip thanks to a custom redirect link
THIS TOOL IS FOR EDUCATIONAL AND TESTING PURPOSES ONLY I DO NOT ASSUME ANY KIND OF RESPONSABILITY FOR ANY INTENTIONAL OR UNINTENTIONAL DAMAGE YOU WILL CAUSE WITH THIS TOOL, ATTACKS WITHOUT SOMEONE CONSENT IS CONSIDERATED ILLEGAL BY THE LAW. BY USING THIS TOOL YOU ACCEPT THIS CONDITION.USE IT WITH GOOD SENSE
git clone https://github.com/Lucksi/Interceptor
cd Interceptor
sudo chmod +x Installer.sh
sudo bash Installer.sh
sudo bash Interceptor.sh
In case Your link doesnt show up Try to edit the Interceptor.sh file and replace:
link=$(curl -s -N http://127.0.0.1:4040/api/tunnels|sed 's#"# #g'|sed 's#http#\nhttp#g'|sed 's#.io#.io\n#g'|grep https|head -n 1)
With
link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")
Name | Description |
---|---|
Ip-GeoLocation |
Geolocate target Ip Address |
GPS-Geolocation |
Geolocate target approximate GPS Geolocation |
ORIGINAL CREATOR: LUCA GAROFALO (Lucksi)