N0rz3/GitSint
GitHub: N0rz3/GitSint
GitSint 是一款基于 Python 的 GitHub OSINT 工具,通过用户名、邮箱或组织名异步抓取并关联展示公开信息,用于数字足迹调查和身份追踪。
Stars: 243 | Forks: 29
🔎🐈 G i t S i n t
 [](https://www.python.org/downloads/) [](https://www.gnu.org/licenses/gpl-3.0.fr.html) # **😇 关于 GitSint** **脚本功能** - 完全异步 - 异步抓取 - cli 格式的菜单(命令) **GitSint 提取各种信息,例如** - 登录名 - 姓名 - email - id - 个人简介 - 位置 - avatar(+ 上传) - followers - following - repos - gists - 日期 - X (Twitter) - 博客 - 公司 - 组织 - 好友 - 贡献 - 相似名称 - 相关 email - 相关姓名 - 使用过的姓名 - email 到账户 👀 **GitSint 找到的信息以树状结构呈现,以便更好地导航。**  ## **🎉有什么新功能?** - 完全异步系统 - 全面重做的设计 - 查找 commits 中的所有 email 地址 - 查找 commits 中的所有用户名 - 添加了基于 email 的账户追踪。 - 从组织进行信息搜索 - Light 模式 => 通过 email 追踪账户(通过 GitHub API 工作) - Avatar 上传 - 搜索相似名称 ## **📦 安装** - [Python 3](https://www.python.org/downloads/) - [Git](https://git-scm.com/downloads) ⚠️ **对于 GitSint 的正常运行是必需的** ``` $ git clone https://github.com/N0rz3/GitSint.git $ cd ./GitSint $ pip install -r requirements.txt ``` ## **🎲 用法** ``` usage: gitsint.py [-h] [-u [USERNAME]] [-o [ORGANIZATION]] [-e [EMAIL]] [-f [FRIENDS]] [-l] [-a [AVATAR]] [-s [SIMILAR]] options: -h, --help show this help message and exit -u, --username [USERNAME] searches all public information by username -o, --organization [ORGANIZATION] searches all public information by organization -e, --email [EMAIL] search for an account by email -f, --friends [FRIENDS] search for potential friends by username -l, --light light mode with option '-e' (search account by email with API) -a, --avatar [AVATAR] download profile picture (avatar) by username -s, --similar [SIMILAR] search for similar names by username ``` ### 🐧 一些用法示例 - `$ python3 gitsint.py -u username` - `$ python3 gitsint.py -o orga` - `$ python3 gitsint.py -e email@email.com`🦾 推荐用于 **100%** 准确的结果。 - `$ python3 gitsint.py -l -e email@email.com` ✨ 'light' 模式的效率远低于 'email' 模块;它通过 GitHub API 工作。 ## 🌞 更多 ### 🛡️ 保护 如果你不想在 commits 中显示你的 email 地址并保持私密,你只需要前往 **settings -> emails** 并勾选这两个参数  *我邀请你阅读这份指南,它将解释如何保护你在 GitHub 上的个人数据。[(文档)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository)* ### **✔️ / ❌ 规则** **此工具仅为教育目的而设计,不用于任何恶意用途,我对其使用不承担任何责任。** ### **📜 许可证** **本项目采用 [License GPL v3](https://www.gnu.org/licenses/gpl-3.0.fr.html),请务必遵守所有规则 👍** ### **💖 感谢** - 如果你喜欢我做的事情,请订阅 💖。如果你觉得这个工具有用,别忘了点 star 🌟 - 此工具的灵感来自 [GitFive](https://github.com/mxrch/GitFive),由 [mxrch](https://github.com/mxrch) 开发 **💶 支持我 👇**
标签:ESC4, meg, OSINT, Python, 信息安全, 安全研发, 异步爬虫, 数据泄露, 文档结构分析, 无后门, 网络情报, 逆向工具