renovate[bot] e140cc59f5 Update dependency golang to v1.18.2 (#11)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-21 15:42:19 +01:00
2022-04-13 16:19:51 +01:00
2022-04-13 15:26:05 +01:00
2022-02-11 15:17:03 +00:00
2022-04-13 15:27:17 +01:00
2020-12-17 16:43:40 +00:00
2022-02-11 15:17:03 +00:00
2022-02-11 15:17:03 +00:00
2022-04-13 16:25:49 +01:00
2022-04-13 15:26:05 +01:00

IP Information Lookup Tool (iPilot)

This Go application takes an IP address or domain name and gathers the following information:

  • Location
  • Timezone
  • Internet Service Provider
  • Autonomous System
  • Advertised Prefixes

Running the script

Here are some ways that you can run the script:

Command Description
./iPilot -i me Run against your own connection
./iPilot -i 1.1.1.1 Run against the IP address 1.1.1.1
./iPilot -i google.com Run against the domain name google.com
./iPilot -i google.com -p Run against the domain name google.com and lists BGP prefixes

Support

For support please open an issue on GitLab or email ipilot@help.tainton.uk.

Credits

This script runs thanks to the APIs provided by IP-API and HackerTarget.

Description
iP [i]nformation [lo]okup [t]ool, written in Go.
Readme 154 KiB
Latest
2021-03-07 16:53:46 +00:00
Languages
Go 93.6%
Dockerfile 6.4%