freeBuf
主站

分类

漏洞 工具 极客 Web安全 系统安全 网络安全 无线安全 设备/客户端安全 数据安全 安全管理 企业安全 工控安全

特色

头条 人物志 活动 视频 观点 招聘 报告 资讯 区块链安全 标准与合规 容器安全 公开课

官方公众号企业安全新浪微博

FreeBuf.COM网络安全行业门户,每日发布专业的安全资讯、技术剖析。

FreeBuf+小程序

FreeBuf+小程序

如何使用Maigret根据用户名进行OSINT信息收集
2021-04-06 20:02:03

HW期间,为防范钓鱼,即日起FreeBuf将取消投稿文章的一切外部链接。给您带来的不便,敬请谅解~

关于Maigret

Maigret是一款功能强大的OSINT用户名检测工具,该工具可以帮助广大研究人员从大量网站上通过用户名来收集目标用户的个人信息。

Maigret的主要功能就是通过用户名在大量网站上收集关于目标用户的信息,并建立个人档案。目前,Maigret支持超过2000个网站(https://github.com/soxoj/maigret/blob/main/sites.md),默认配置下Maigret会搜索前500个热门网站。

功能介绍

个人资料页面解析、提取个人信息、链接到其他个人资料等。

根据找到的新用户名进行递归搜索。

按标签搜索(站点类别、国家)。

信息审查和验证码检测。

假阳性低。

工具安装

注意:Maigret的正常运行要求系统安装好Python 3.6或更高版本,以及pip工具。我们建议广大用户使用Python 3.8。

包安装

通过PYPI安装:

pip3 install maigret

手动克隆并安装:

git clone https://github.com/soxoj/maigret && cd maigret

pip3 install

克隆代码库

git clone https://github.com/soxoj/maigret && cd maigret

虚拟机安装

当然了,你也可以使用一个免费的虚拟机,代码库将会自动完成克隆和安装:

Google Cloud:https://console.cloud.google.com/cloudshell/open?git_repo=https:/github.com/soxoj/maigret&tutorial=README.md

Repl:https://repl.it/github/soxoj/maigret

Colab:https://colab.research.google.com/gist/soxoj/879b51bc3b2f8b695abb054090645000/maigret.ipynb

pip3 install -r requirements.txt

工具使用

包安装使用:

./maigret.py user

克隆代码库使用:

maigret user

功能使用

制作HTML和PDF报告:

maigret user --html --pdf

搜索带有photo和dating标签的网站:

maigret user --tags photo,dating

在所有网站上搜索三个用户名:

maigret user1 user2 user3 -a

使用下列命令可获取所有参数的介绍:

maigret --help

Docker使用

手动构建:

docker build -t maigret . && docker run maigret user

官方镜像:

docker run soxoj/maigret:latest user

工具运行演示

页面解析和用户名递归搜索示例

演示GIF:https://github.com/soxoj/maigret/blob/main/static/recursive_search.svg

PDF报告:https://github.com/soxoj/maigret/blob/main/static/report_alexaimephotographycars.pdf

HTML报告:https://htmlpreview.github.io/?https:/raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotographycars.html

许可证协议

本项目的开发与发布遵循MIT开源许可证协议。

项目地址

Maigret:https://github.com/soxoj/maigret

# 信息收集 # OSINT # 个人信息安全
本文为 独立观点,未经允许不得转载,授权请联系FreeBuf客服小蜜蜂,微信:freebee2022
被以下专辑收录,发现更多精彩内容
+ 收入我的专辑
+ 加入我的收藏
相关推荐
  • 0 文章数
  • 0 关注者
文章目录