https://github.com/lucksi/interceptor
An Ip-Grabber Tool With a Custom Redirect Link
https://github.com/lucksi/interceptor
ip-geolocation ip-grabber ip-tracker kali-linux linux php shell-script
Last synced: 27 days ago
JSON representation
An Ip-Grabber Tool With a Custom Redirect Link
- Host: GitHub
- URL: https://github.com/lucksi/interceptor
- Owner: Lucksi
- License: gpl-3.0
- Created: 2021-08-12T10:24:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T21:21:42.000Z (about 1 year ago)
- Last Synced: 2025-07-05T19:09:40.289Z (9 months ago)
- Topics: ip-geolocation, ip-grabber, ip-tracker, kali-linux, linux, php, shell-script
- Language: Shell
- Homepage:
- Size: 180 KB
- Stars: 87
- Watchers: 2
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INTERCEPTOR:
**Interceptor Is a simple Ip-Grabber tool, It also provide you some information reletad to your target ip thanks to a custom redirect link**
# DISCLAIMER
**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**
# SCREENSHOT:

# INSTALLATION(LINUX):
```bash
git clone https://github.com/Lucksi/Interceptor
cd Interceptor
sudo chmod +x Installer.sh
sudo bash Installer.sh
```
# USAGE(LINUX):
```bash
sudo bash Interceptor.sh
```
# ATTENTION:
**In case Your link doesnt show up Try to edit the Interceptor.sh file and replace:**
```bash
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**
```bash
link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")
```
## FEATURES:
| Name | Description |
| ------------- | ------------- |
| `Ip-GeoLocation` | Geolocate target Ip Address |
| `GPS-Geolocation` | Geolocate target approximate GPS Geolocation|
##
STARGAZERS OVER TIME
[](https://starchart.cc/Lucksi/Interceptor)
##
MADE WITH :heart: BY LUCKSI IN :it:
##
ORIGINAL CREATOR: LUCA GAROFALO (Lucksi)
##
LICENSE: GPL-3.0 License
COPYRIGHT: (C) 2021-2025 Lucksi