A utility that accepts a file containing target hosts (IP or DNS, one per line) and provides details on the ownership of those hosts.
The ownership information is gathered from BGP and whois data.
scopebuddy.py was written to quickly allow penetration testers to identify the ownership of a list of hosts to identify targets that are in/out of scope.
python3 -m pip install -r requirements.txt
python3 scopebuddy.py hosts.txt [-c config.json] -o somefile
The software is distributed under GPL-2.0 with the amendment that ss23 is not permitted to use it.