Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Show Matching String #6

Open
ret2src opened this issue Jul 22, 2024 · 1 comment
Open

Feature Request: Show Matching String #6

ret2src opened this issue Jul 22, 2024 · 1 comment

Comments

@ret2src
Copy link

ret2src commented Jul 22, 2024

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"}
@dhn
Copy link
Owner

dhn commented Jul 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants