voukau
voukau
In console you can see that requests error out with 503 ```http GET https://api.shodan.io/dns/resolve?key=MM72AkzHXdHpC8iP65VVEEVrJjp7zkgd&hostnames=account.shodan.io [HTTP/3 503 Service Unavailable 236ms] ``` with `MM72AkzHXdHpC8iP65VVEEVrJjp7zkgd` being the API key used by the authors...
Local workaround I ended up using: - Clone the repo and add your API key on lines 16 and 36 in [background.js](https://github.com/PaulSec/Shodan-Firefox-Addon/blob/d0be519c75ab4f73d47c6aea1c9f1a230262576e/js/background.js) - Load the add-on to Firefox as a...
Hey @romainletendart, thanks for the quick update! Everything seems to work fine (I've built the add-on from source to test it out), however, we're back to just using your API...