keyFinder is Firefox extension that searches the DOM for any embedded script link, as script tag may contain keys for specific API(such as Google maps API) and you can add keywords to search for it at any website you visit.
- it searches the DOM for "src" of scripts and see if it contains certain words such as "keys" and save them.
- it works at background
- it is expandable(as you can add words to it)
- git clone https://github.com/geeknik/KeyFinder.git
- open Firefox and and go to
about:debugging#/runtime/this-firefox - Click
Load Temporary Add-on - browse to the
manifest.jsonin the keyFinder folder
This tool is for educational purposes only. You are responsible for your own actions. If you break any laws while using this Firefox extension, it's your fault.
Contact: @geeknik
Author of the original Chrome extension: @momenbassel