Where are you, scammers? :)
Use this to track scammer location.
Please use it ethically.
Doing cat and mouse with scammers is tricky. Using this tool, we actually scam back the scammers. This tool requires location permission, we will ask scammer to grant the location. We won't be able to get their location if they are too aware.
- Make sure you have install Go
- Install Ngrok for proxy the local server to public
- Run
go run .
to start server - Recommendation You can fork this repo and customize your own
- Run
go build
and it will make a binary versionserver
- Run
./server
, server will run with port8080
by default - Run the Ngrok
ngrok http 8080
- Send Ngrok URL forwarding to target, it's recommended to mask the URL with URL shortener e.g.
https://<generated-id>.ap.ngrok.io/wa.me
->https://shorturl.at/<whatever>
- Turn off server after you get scammer location
CTRL+D
in the terminal
Logging
JSON File
{
"geo_info": {
"status": 0,
"longitude": "13.105939",
"latitude": "145.508881"
},
"ip_address": "[::1]:60316"
}
Path | Description |
---|---|
wa.me | Inpersonate WA URL |
redirect | Redirection after we acquire location info |
result | API to send the coordinate to server |
Based on Error Code
Error Code | Description |
---|---|
0 | Success |
1 | Permission denied |
2 | Location unavailable |
3 | Timeout |