spk icon indicating copy to clipboard operation
spk copied to clipboard

Feature Request: Show Matching String

Open ret2src opened this issue 1 year ago • 1 comments

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":"[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"}

ret2src avatar Jul 22 '24 13:07 ret2src

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.

dhn avatar Jul 22 '24 16:07 dhn