Giter Club home page Giter Club logo

keyfinder's Introduction

logo of keyfinder


What is keyFinder?

keyFinder is chrome 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.

Features:

  • 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)

Installation

  1. git clone https://github.com/momenbasel/KeyFinder.git
  2. open chrome and go to chrome://extensions
  3. Enable "Developer mode"
  4. drag and drop the keyFinder folder


Demo:

demo of extension

Disclaimer

This tool is for educational purposes only. You are responsible for your own actions. If you break any laws while using this chrome extension, it's your fault.

Contact:

@momenbassel

keyfinder's People

Contributors

momenbasel avatar paralax 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

keyfinder's Issues

ANDROID

can we use it to find api on android projects and is yes how???

regex support

if i add my own regex your tools can support regex ?

Uncaught TypeError: Cannot read property 'querySelectorAll' of null

Uncaught TypeError: Cannot read property 'querySelectorAll' of null

google chrome 84.0.4147.135

js/results.js:41

//numbering results && self-inovking the function
(function(cl){
  var table = document.querySelector('table.' + cl)
  var trs = table.querySelectorAll('tr')
  var counter = 1

  Array.prototype.forEach.call(trs, function(x,i){
    var firstChild = x.children[0]

Keyfinder can inject data into pages.

(function(cl){

If a two cell table is created on a page and a row in that table only has one cell, a new cell is created by keyfinder and prints the results of the variable "counter". ex:

<table>
    <tr>
        <td>something</td>
        <td>something else</td>
    </tr>
    <tr>
        <td>something</td>
    </tr>
</table>

becomes (when rendered)

<table>
    <tr>
        <td>something</td>
        <td>something else</td>
    </tr>
    <tr>
        <td>1</td>
        <td>something</td>
    </tr>
</table>

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.