GithubHelp home page GithubHelp logo

hurryby / probe Goto Github PK

View Code? Open in Web Editor NEW
24.0 1.0 3.0 135 KB

生成探针获取他人信息

Home Page: https://probe.humorously.cn/

License: MIT License

JavaScript 3.29% HTML 4.23% PHP 61.32% Vue 31.17%
ip probe tanzhen

probe's Introduction

IP探针

生成探针,发送探针获取他人信息。

测试网站

网页版测试网站: https://probe.humorously.cn

如何安装

下载release中的最新版本,解压里面的文件至网站根目录

访问/install.html填入数据库信息进行安装

功能列表

  • 可获取GPS,IP,摄像头,浏览器信息
  • 支持在线查询
  • 可自定义程度高
  • 免费开源

介绍

生成探针,发送探针获取他人信息。 当时主要是想着网络上没有什么好用的探针,有的也是年久失修了 然后就突发奇想自己开发一个玩玩,也开发了挺久,希望支持一下!

免责声明

本程序仅对用户使用本软件时因产品自身明显质量缺陷而造成的直接必要损失承担责任。在适用法律允许的最大范围内,对因使用或不能使用本软件所产生的损害及风险,包括但不限于直接或间接的个人损害、商业赢利的丧失、贸易中断、商业信息的丢失或任何其它经济损失,不承担任何责任。禁止非法用途,如造成严重后果作者不负责。如该程序违法,请联系作者

更多

我花费了很多的时间和精力,如果你想让这个项目更新的更快,麻烦点个 Star,谢谢!

最新更新日期 2023/08/20

probe's People

Contributors

hurryby 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

Watchers

 avatar

Forkers

xmsm pyking yanyouke

probe's Issues

#bug

数据库挂了嘛

SQLi vulnerabilities.

/modules/getInformation/gps.php文件中第26行,在获取gps_longitude和gps_location值后直接使用了SQL语句将获得的两个值写入到数据库中,而这两个参数值通过自己构建POST包是可控的,当然可控的变量也包括"key"的值,并且程序没有做任何过滤,从而导致在gps.php文件处存在SQL注入漏洞,这块可以做做过滤。
最后,祝好。 ; )

    // 根据timestamp & key写数据
    $conn = new mysqli($db_host.":".$db_port, $db_user, $db_password, $db_name);
    $sql = "UPDATE `tanzhen_information` SET `gpsaddress` = '$gps_location', `gpsjing` = '$gps_longitude', `gpswei` = '$gps_latitude' WHERE `tanzhen_information`.`timestamp` = '$time' AND `tanzhen_information`.`keyvalue` = '$key';";

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.