Te-k / harpoontools

CLI tools using Harpoon features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harpoon Tools

CLI tools using Harpoon features

PyPI PyPI - Downloads PyPI - License GitHub issues

Tools

  • ipinfo : provides information on an IP address (ASN and location)
  • asninfo : provides information on an ASN number
  • dns : provides DNS information on a domain or IP
  • dnsresolve : provinde IP information on a list of domains
  • asncount : count IP addresses by ASN numbers
  • countrycount : count IP addresses by countries
  • htraceroute: traceroute adding AS and geolocation of IPs (you need to have traceroute installed)
  • myip: get your public IP and location from ipinfo.io

Install

Install Harpoon and then harpoontools :

pip install harpoon
pip install harpoontools

Configure Harpoon and download static files:

harpoon config -u
harpoon config

Licence

This code is licensed under GPLv3

About

CLI tools using Harpoon features

License:GNU General Public License v3.0


Languages

Language:Python 98.1%Language:Makefile 1.9%