专栏名称: 院长技术
《院长技术》专注于DevOps技术栈研究,云原生、Istio,CICD、Docker、Prometheus、K8s、ServiceMesh、Jenkins、Linux、微服务、分布式存储、监控、日志收集、安全渗透、虚拟化等技术栈。
目录
相关文章推荐
十堰晚报  ·  价格大跳水!还要继续降!很多人爱吃 ·  昨天  
成都本地宝  ·  成都再添一座大型高铁站!建成时间→ ·  2 天前  
润农畜牧报价  ·  2025年2月23日 小麦彻底起飞,行情要反转? ·  2 天前  
51好读  ›  专栏  ›  院长技术

自建黑客工具-可查到城市/省市/手机型号/IP/浏览器版本/分辨率,千万别点陌生链接

院长技术  · 公众号  ·  · 2024-06-19 15:27

正文

院长简介

作者:院长

职位:运维开发工程师

官网:https://deanit.cn

博客:https://blog.deanit.cn

擅长:

【虚拟化,容器化,自动化运维,CICD,监控,日志,中间件,双机热备,分布式存储,数据库,认证,组网隧道,Kali 安全渗透,网络攻击,负载均衡,Html,Css,Js,Jq,Vue3,Shell,Python,Go,前后端框架】

项目地址

GitHub:https://github.com/thewhiteh4t/seeker#installation

项目简介

Seeker是一个开源的自动化工具,专为网络侦查和安全研究人员设计。它基于Python编写,旨在帮助用户高效地进行一系列的网络侦查任务。

功能特点

目标是为Web应用的安全评估提供全方位的信息收集能力。

部署安装

安装Docker

curl -sSL https://get.docker.com/ | sh

安装Docker-compose

下载 Docker-Compose 二进制包
curl -L https://github.com/docker/compose/releases/download/v2.2.2/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose

给文件增加执行权限
chmod +x /usr/local/bin/docker-compose

检查 Docker-Compose 版本
docker-compose -v

创建持久化目录

mkdir /root/seeker

创建服务

[root@VM-8-13-centos ~]# docker run --rm -it -p 52101:8080 --name seeker -v /root/seeker:/root/seeker/db/ docker.m.daocloud.io/thewhiteh4t/seeker

                        __
  ______  ____   ____  |  | __  ____ _______
 /  ___/_/ __ \_/ __ \ |  |/ /_/ __ \\_  __ \
 \___ \ \  ___/\  ___/ |    /____  > \___  >\___  >|__|_ \ \___  >|__|
     \/      \/     \/      \/     \/

[>] Created By   : thewhiteh4t
 |---> Twitter   : https://twitter.com/thewhiteh4t
 |---> Community : https://twc1rcle.com/
[>] Version      : 1.3.1

[!] Select a Template :

[0] NearYou
[1] Google Drive
[2] WhatsApp
[3] WhatsApp Redirect
[4] Telegram
[5] Zoom
[6] Google ReCaptcha
[7] Custom Link Preview
[>] 6
###### 这里我选择的是6,是一个谷歌的人会验证页面,你也可以选择其他的

[+] Loading Google ReCaptcha Template...
######  输入真实转发URL: https://deanit.cn
[+] Enter Real Forward URL : https://deanit.cn
######  输入虚假转发URL: https://deanit.cn
[+] Enter Fake Forward URL : https://deanit.cn




[+] Port : 8080

[+] Starting PHP Server...[ ✔ ]

[+] Waiting for Client...[ctrl+c to exit]

######  当我们访问页面,点击了验证,就会获取到访问者的信息了

[!] Device Information :

[+] OS         : Intel Mac OS X 10_15_7
[+] Platform   : MacIntel
[+] CPU Cores  : 8
[+] RAM        : Not Available
[+] GPU Vendor : Google Inc. (Apple)
[+] GPU        : ANGLE (Apple, ANGLE Metal Renderer: Apple M2, Unspecified Version)
[+] Resolution : 2560x1440
[+] Browser    : Chrome/126.0.0.0
[+] Public IP  : 36.112.193.1

[!] IP Information :

[+] Continent : Asia
[+] Country   : China
[+] Region    : Beijing
[+] City      : Beijing
[+] Org       : Chinanet BJ
[+] ISP       : China Networks Inter exchange

[-] User denied the request for Geolocation

[+] Data Saved : /root/seeker/db/results.csv

[+] Waiting for Client...[ctrl+c to exit]

Web访问

https://ip:52101

终端输出信息

把持久化目录里的文件下载下来,里面存的是访问者的信息:results.csv

招贤纳士

欢迎👏关注《院长技术》,只做原创,干货~~~

更多技术干货持续输出中......


知识星球,试运营中,

原价188¥在不断上涨, 现加入仅需129¥ ,文档正逐渐上传!

欢迎加入 QQ-4 群:【

1群-2群-3群已满

推荐阅读







请到「今天看啥」查看全文