https://github.com/go-nerds/go-locator
Go-locator is a Go package designed to get offline information about any IP address and save it to a file!
https://github.com/go-nerds/go-locator
cybersecurity go golang information-retrieval ipaddress ipaddress-tracker
Last synced: 4 months ago
JSON representation
Go-locator is a Go package designed to get offline information about any IP address and save it to a file!
- Host: GitHub
- URL: https://github.com/go-nerds/go-locator
- Owner: go-nerds
- License: mit
- Created: 2023-07-15T23:26:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T11:31:28.000Z (almost 3 years ago)
- Last Synced: 2025-12-18T23:19:04.532Z (6 months ago)
- Topics: cybersecurity, go, golang, information-retrieval, ipaddress, ipaddress-tracker
- Language: Go
- Homepage:
- Size: 32.2 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-locator
Go-locator is a Go package designed to get offline information about any IP address and save it to a file!
## Usage
```bash
go-locator.exe [--ip IP] [-f FILE] [--output -o OUTPUT]
```
- --ip: For single IP
- -f: For multiple IPs in a file
- -o: For saving in output file
## Demo
```bash
go run . --ip 8.8.8.8
Processing...
Country name: United States
ISO country code: US
Time zone: America/Chicago
Coordinates: 37.751, -97.822
Accuracy Radius: 1000
Metro Code: 0
Is Anonymous Proxy: false
Is Satellite Provider: false
Is In European Union: false
Finished in: 392.4106ms
```
## License
This project is licensed under the [MIT License](https://github.com/go-nerds/go-locator/blob/main/LICENSE). See the [LICENSE](https://github.com/go-nerds/go-locator/blob/main/LICENSE) file for details.