Thanks for creating this amazing tool!
I'm currently using it to discover network ranges of a company that has a name which matches many other companies as well.
Would it be possible to add the matching string of a result to the JSON so that I don't have to manually look up each result?
For example:
$ spk -s "pumuckl" -json
{"cidr":"169.254.0.0/16","source":"ripe","match":"Meister Eder und sein Pumuckl GmbH"}
{"cidr":"169.254.0.0/16","source":"ripe","match":"pumuckl@fancybear.ru"}
Alternatively (or additionally), results could contain a source URL, e.g.:
$ spk -s "pumuckl" -json
{"cidr":"169.254.0.0/16","source":"ripe","match":"Meister Eder und sein Pumuckl GmbH","url":"https://apps.db.ripe.net/db-web-ui/lookup?source=RIPE&type=inetnum&key=195.50.84.192%20-%20195.50.84.255"}
Thanks for creating this amazing tool!
I'm currently using it to discover network ranges of a company that has a name which matches many other companies as well.
Would it be possible to add the matching string of a result to the JSON so that I don't have to manually look up each result?
For example:
Alternatively (or additionally), results could contain a source URL, e.g.: