You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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":"[email protected]"}
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"}
The text was updated successfully, but these errors were encountered:
Hey, thanks for your feedback! I already have some tasks on my list, but I'll try to add this feature as well. I can't promise when I'll have the time to take a deeper look into it, but I'll keep it in mind.
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.:
The text was updated successfully, but these errors were encountered: