harpoontools

CLI tools going with Harpoon


Keywords
osint
License
GPL-3.0
Install
pip install harpoontools==0.1.7

Documentation

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