Giter Club home page Giter Club logo

shodan-firefox-addon's Introduction

Shodan Firefox Add-on

The new Shodan Firefox Add-on is now out.

You can get it directly from Mozilla or on Github in the release section.

Contributing

If you have any feedback regarding the add-on, feel free to ping us on Twitter: @romainletendart and @PaulWebSec. If you find a bug, create an issue on Github and/or submit your pull request. It will be later on pushed on Mozilla website.

Building and testing

Simply use web-ext.

License

This add-on has been released under MIT License.

shodan-firefox-addon's People

Contributors

christophetd avatar paulsec avatar romainletendart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shodan-firefox-addon's Issues

Cache request's results

I think it is not useful nor performance-prone to repeat the request to shodan API every time an user click on the extension button instead of caching results until page is closed.

Don't strip "www." from host names, but do strip port numbers

When getting information about the visited site http://www.example.com/, the extension actually looks up the IP address for example.com, which isn't even guaranteed to exist, much less be the same as that of www.example.com. Additionally, if the URL includes a port number, it gets sent along in the lookup as well (as e.g. "example.com:81"), giving no results.

I'm very much not a JavaScript programmer, but some playing around with Firefox's console suggests that changing the regexp in lib/main.js::queryDnsInformation() from /https?:\/\/(?:www\.)?(.[^/]+).*/ to /https?:\/\/([^/:]+)*/ gives a better result.

Resize panel to fit content's dimensions

At the moment, panel's content is either too big or too small to fit into the default dimensions.
We need to find a way to resize the panel to actually fit content's dimensions.

Not Compatible with Multiprocess

FireFox Multiprocess is now available to the public, however add-ons must support it for it to function. This extension is one of the extensions I have which is blocking support, so I thought I would submit an issue on it.

403 api shodan

There seems to be a problem with the key, how do I change the extension?

Extension icon greyed out in toolbar.

ss+(2021-05-30+at+12 30 58)
The extension's icon is greyed out in the toolbar and does not function while clicked.
Attempted restarting Firefox and reinstalling extension, but the issue persists.

No button

There's no button showing showing in private browsing.

Tested in Firefox ESR 38.1.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.