John Matherly
John Matherly
These are the top 1,000 ports as Shodan sees them: https://www.shodan.io/search/facet?query=net%3A0%2F0&facet=port You can also get that information via the CLI: ```shell shodan stats --facets port:1000 net:0/0 ``` You can adjust...
Yeah, I would caution that Shodan's view will be biased towards services that get exposed to the Internet. There are at least a handful of services that we rarely see...
1. Yes, Shodan does not scan all 65k ports. It starts off by checking the ports from https://api.shodan.io/shodan/ports and based on that information can also crawl other ports. For example:...
A few live examples: https://www.shodan.io/search?query=jetty+2000+200+bytes
Yes, but we probably need to add something like `tldextract` as a dependency to identify whether the user is setting up a specific hostname. The workflow would look something like:...
The validation of the filename looks good but I'm not sure what the validation of the output parameters adds. `click` already checks that the output format is one of the...
We had to change the API key due to abuse and we will be releasing a new version of the Firefox add-on that lets you enter your own API key...
@7h30th3r0n3 That API key was specially created for the browser add-ons and is treated differently by the API. Originally I wanted everybody to be able to use the add-on without...
@PaulSec Sry, I missed your first sentence. If it's possible to redirect users to the new page then that would also work!
I rewrote the Exploits search, put it on a separate domain and in the process also normalized the data (so there isn't a need for different classes for ExploitDB and...