Skip to content

HouseOfAgile/geoip-scanner

Repository files navigation

Geolocation IP Scanner

This project uses the IPinfo API to fetch geolocation data for a list of IP addresses.

Setup

  1. Clone the repository:
git clone https://github.com/HouseOfAgile/geoip-scanner.git
cd geoip-scanner
  1. Install the required packages:
pip install -r requirements.txt
  1. Create a token.txt file and add your IPinfo access token:
echo 'your_ipinfo_access_token' > token.txt
  1. Run the script:
python geoip_scanner.py --file ip_list.txt

or

python geoip_scanner.py --ip 8.8.8.8

Requirements

  • Python 3.x
  • ipinfo package

Output

The script outputs the geolocation data to the console and saves it to geoip_scanner_info.csv.

About

minimalistic scanner using ipinfo.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages