警长朱尔斯·梅格雷(Commissioner Jules Maigret)是一位虚构的法国警察侦探,由乔治·西默农(Georges Simenon)创造。他的调查方法基于对不同人物性格及其相互关系的理解。
工具介绍
Maigret仅通过用户名收集个人档案,检查大量网站上的账户,并从网页中收集所有可用信息。无需API密钥。Maigret 是 Sherlock 的一个易于使用且功能强大的分支版本。目前支持超过3000个站点(完整列表),默认情况下搜索会按流行度降序对500个流行站点进行查询。还支持检查Tor站点、I2P站点和域名(通过DNS解析)。
Maigret支持
这些是用于社交媒体内容分析和OSINT调查的专业工具,使用Maigret。
工具特点
-
个人资料页面解析,提取个人信息、其他资料的链接等。
-
通过发现的新用户名和其他ID进行递归搜索。
-
按标签(网站类别、国家)搜索。
-
审查和验证码检测。
-
请求重试。
-
网页界面运行Maigret。
安装
Windows的独立EXE二进制文件位于GitHub仓库的Releases部分。
本地部署
Maigret 可以通过 pip、Docker 安装,或者直接从克隆的仓库启动。
注意:需要 Python 3.10 或更高版本,以及 pip,推荐使用 Python 3.11。
# install from pypipip3installmaigret# usagemaigretusername
克隆仓库
# or clone and install manuallygit clone https://github.com/soxoj/maigret && cd maigret# build and installpip3 install .# usagemaigret username
使用案例
# make HTML, PDF, and Xmind8 reportsmaigret user --htmlmaigret user --pdfmaigret user --xmind#Output not compatible with xmind 2022+# search on sites marked with tags photo & datingmaigret user --tags photo,dating# search on sites marked with tag usmaigret user --tags us# search for three usernames on all available sitesmaigret user1 user2 user3 -a
使用maigret --help
获取更多的参数文档。
Web接口
您可以通过网页界面运行 Maigret,在该界面上,您可以查看带有结果的图表,并在单一页面上下载各种格式的报告。
网页界面截图
使用说明:
1.运行Maigret,指定--web
参数并指定端口:
maigret --web 5000
2.在浏览器中访问该端口 http://127.0.0.1:5000 ,输入一个或者多个用户名进行搜索。
3.稍等片刻,等待搜索完成,查看带有结果的图表、所有找到的账户的表格,并下载所有格式的报告。
项目地址:
https://github.com/soxoj/maigret
原文始发于微信公众号(风铃Sec):工具集:Maigret【开源的OSINT工具】
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论