介绍社交媒体监测工具:soxoj/maigret

github代码地址: https://github.com/soxoj/maigret

Maigret 通过用户名收集个人档案,仅检查大量网站上的账户,并从网页上收集所有可用信息。无需 API 密钥。Maigret 是一个易于使用且功能强大的 Sherlock 分叉版本。

目前支持超过 3000 个网站(完整列表),默认情况下,搜索针对按人气降序排列的 500 个热门网站。还支持检查 Tor 网站、I2P 网站 和域名(通过 DNS 解析)。

Main features  主要功能

  • Profile page parsing, extraction of personal info, links to other profiles, etc.
    个人资料页解析,提取个人信息,其他资料页链接等
  • Recursive search by new usernames and other IDs found
    递归搜索新用户名和其他找到的 ID
  • Search by tags (site categories, countries)
    按标签搜索(网站类别、国家)
  • Censorship and captcha detection
    审查和验证码检测
  • Requests retries  请求重试

See the full description of Maigret features in the documentation.

Installation  安装

‼️ Maigret is available online via official Telegram bot. Consider using it if you don’t want to install anything.
‼️ Maigret 可通过官方 Telegram 机器人在线使用。如果您不想安装任何东西,可以考虑使用它。

Windows安装

Standalone EXE-binaries for Windows are located in Releases section of GitHub repository.
Windows 独立 EXE 二进制文件位于 GitHub 仓库的发布部分。

Video guide on how to run it: https://youtu.be/qIgwTZOmMmM.
如何运行它的视频指南:https://youtu.be/qIgwTZOmMmM。

Installation in Cloud Shells 在云 Shell 中安装

You can launch Maigret using cloud shells and Jupyter notebooks. Press one of the buttons below and follow the instructions to launch it in your browser.
您可以使用云 Shell 和 Jupyter 笔记本来启动 Maigret。

Local installation  本地安装

Maigret can be installed using pip, Docker, or simply can be launched from the cloned repo.
Maigret 可以使用 pip、Docker 安装,或者直接从克隆的仓库中启动。

NOTE: Python 3.10 or higher and pip is required, Python 3.11 is recommended.
注意:需要 Python 3.10 或更高版本以及 pip,推荐使用 Python 3.11。

# install from pypi
pip3 install maigret

# usage
maigret username

Cloning a repository  克隆仓库

# or clone and install manually
git clone https://github.com/soxoj/maigret && cd maigret

# build and install
pip3 install .

# usage
maigret username

Docker

# official image
docker pull soxoj/maigret

# usage
docker run -v /mydir:/app/reports soxoj/maigret:latest username --html

# manual build
docker build -t maigret .

Usage examples  使用示例

# make HTML, PDF, and Xmind8 reports
maigret user --html
maigret user --pdf
maigret user --xmind #Output not compatible with xmind 2022+

# search on sites marked with tags photo & dating
maigret user --tags photo,dating

# search on sites marked with tag us
maigret user --tags us

# search for three usernames on all available sites
maigret user1 user2 user3 -a

Use maigret --help to get full options description. Also options are documented.
使用 maigret --help 获取完整选项描述。选项也有文档记录。

Web interface  网页界面

You can run Maigret with a web interface, where you can view the graph with results and download reports of all formats on a single page.
你可以使用带有网页界面的 Maigret,在那里你可以查看带有结果的图表,并在单页上下载所有格式的报告。