hacktricks/network-services-pentesting/pentesting-web/git.md

3.7 KiB
Raw Blame History

Git

从零到英雄学习AWS黑客技术通过 htARTE (HackTricks AWS Red Team Expert)!

支持HackTricks的其他方式

要从URL转储.git文件夹请使用 https://github.com/arthaud/git-dumper

使用 https://www.gitkraken.com/ 来检查内容

如果在web应用程序中找到了_.git_目录您可以使用_wget -r http://web.com/.git_下载所有内容。然后您可以使用_git diff_查看所做的更改。

工具:Git-MoneyDVCS-PillageGitTools 可用于检索git目录的内容。

工具 https://github.com/cve-search/git-vuln-finder 可用于在提交消息中搜索CVE和安全漏洞消息。

工具 https://github.com/michenriksen/gitrob 用于搜索组织及其员工的仓库中的敏感数据。

Repo security scanner 是一个基于命令行的工具它有一个目标帮助您发现开发人员不小心通过推送敏感数据而造成的GitHub泄露。和其他工具一样它将帮助您找到密码、私钥、用户名、令牌等。

TruffleHog 通过搜索GitHub仓库并深入提交历史和分支寻找意外提交的秘密

在这里您可以找到关于github dorks的研究https://securitytrails.com/blog/github-dorks

从零到英雄学习AWS黑客技术通过 htARTE (HackTricks AWS Red Team Expert)!

支持HackTricks的其他方式