GithubHelp home page GithubHelp logo

momosecurity / findsomething Goto Github PK

View Code? Open in Web Editor NEW
909.0 11.0 110.0 460 KB

基于chrome、firefox插件的被动式信息泄漏检测工具

License: GNU General Public License v3.0

JavaScript 91.63% HTML 8.37%

findsomething's Introduction

FindSomething

FindSomething,基于浏览器插件的被动式信息提取工具
首发于陌陌安全 https://security.immomo.com/blog/145

chrome插件

  1. 直接访问 https://chrome.google.com/webstore/detail/findsomething/kfhniponecokdefffkpagipffdefeldb
  2. 或使用chrome开发者模式加载源码。

firefox插件

  1. 直接访问 https://addons.mozilla.org/zh-CN/firefox/addon/findsomething/
  2. 或切换到firefox分支,使用“调试附加组件”加载。

欢迎一起交流,微信搜索canxiao_xiao

findsomething's People

Contributors

osxtest avatar residuallaugh 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

findsomething's Issues

能否增加一个js名称白名单

会使用广告过滤软件,软件会给每个站点加上js
AdGuard Popup Blocker.user.js
里面包含大量的url信息。导致阅读不方便
能否增加一个js名称白名单,麻烦了

数据不够全

在使用过程中,我发现与JSFinder内容有些出入,使用此插件没有获取到任何数据,但使用JSFinder却能获取到,还有我能够使用此插件完全代替JSFinder吗?

firefox 93版本无法安装附件

如题,firefox 93版本无法安装附件
报该附加组件无法安装,因为它似乎已损坏。

百度解决方法是关闭设置中xpinstall.signatures.required双击将其值设为false,但是还是提示损坏- -

油耗高啊,所有url跑两次

油耗高啊,所有url跑两次
1·、浏览器自己跑一次
2、插件自己在跑一次
3、匹配出来的内容 建议 去重
4、建议增加input value 是表达式、xml、json等形态的进行批评,便于后期表达式、xml、js等注入攻击

function findsomething(url){
        $.ajax({
                url: url,
                type: 'get',
                dataType: 'text',
            })

Thanks

I want to express my sincere gratitude to all of you for creating this incredible extension. I truly appreciate it because I forked it and made the effort to adapt it to the Arabic language. I hope you don't mind the modification. Thank you once again for your contribution.

ajax请求占用主线程导致某些网站功能不正常

开启扩展的情况下,无法正常登录AWS
Console 提示信息:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

解决方法,修改 content.js,将ajax改为异步请求 :

        $.ajax({
                url: url,
                type: 'get',
                dataType: 'text',
            })

全路径

我发现每次在使用时都需要多一个步骤,或是手动拼接再批量打开,或是复制进burp直接爆破,等等
如果可以,希望可以有一个功能是导出绝对路径
image

测试网址:http://219.142.83.35/survey/
FindSomething
image
jsfinder
image

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.