Open source IP geolocation tool to trace IP addresses, domains, and detect scammers.
- IP & Domain Lookup - Trace any IP address or domain
- Geolocation - Country, Region, City, ZIP, Timezone
- ISP & Organization - Get ISP name and AS number
- Network Detection - Detect Proxy/VPN, Hosting, Mobile
- Google Maps - Direct link to coordinates
wget -O nscam https://github.com/dogesenic/nscam/releases/latest/nscam-x86_64-unknown-linux-gnu
chmod +x nscam
./nscam <target># Download .exe from Releases
.\nscam-x86_64-pc-windows-gnu.exe <target>wget -O nscam https://github.com/dogesenic/nscam/releases/latest/nscam-aarch64-apple-darwin
chmod +x nscam
./nscam <target>Build from source:
git clone https://github.com/dogesenic/nscam.git
cd nscam/cli
cargo build --release
./target/release/nscam <target>cd web
php -S localhost:8080
# Open http://localhost:8080
# or Open http://nscam.gt.tc/- Upload
index.phpto public_html - Open your site URL
# Trace IP
./nscam 8.8.8.8
# Trace Domain
./nscam google.com
# Trace Website
./nscam pornhub.com- Open website
- Enter IP or Domain
- Click "Trace"
TARGET INFORMATION
-----------------------------------
Target: 8.8.8.8
Type: Residential IP
ISP: Google LLC
Organization: Google Public DNS
AS Number: 15169
GEOLOCATION
-----------------------------------
Country: United States (US)
Region: California
City: Mountain View
ZIP: 94043
Timezone: America/Los_Angeles
MAPS
-----------------------------------
Coordinates: 37.3861, -122.0840
Google Maps: https://www.google.com/maps/search/?api=1&query=37.3861,-122.0840
| Platform | Download |
|---|---|
| Windows x64 | nscam-x86_64-pc-windows-gnu.exe |
| Linux x64 | nscam-x86_64-unknown-linux-gnu |
| macOS Intel | nscam-x86_64-apple-darwin |
| macOS Apple | nscam-aarch64-apple-darwin |
| Version | Language | Framework |
|---|---|---|
| CLI | Rust | Tokio, Reqwest, Clap |
| Web | PHP | Native |
MIT License - See LICENSE