2022-07-16 14:38:39 +00:00
# Git
2022-04-28 16:01:33 +00:00
< details >
2024-01-08 12:07:15 +00:00
< summary > < strong > 从零到英雄学习AWS黑客技术, 通过< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > !< / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-01-08 12:07:15 +00:00
支持HackTricks的其他方式:
2022-04-28 16:01:33 +00:00
2024-01-08 12:07:15 +00:00
* 如果您想在**HackTricks中看到您的公司广告**或**下载HackTricks的PDF版本**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
* 获取[**官方的PEASS & HackTricks商品**](https://peass.creator-spring.com)
* 发现[**PEASS家族**](https://opensea.io/collection/the-peass-family),我们独家的[**NFTs系列**](https://opensea.io/collection/the-peass-family)
* **加入** 💬 [**Discord群组** ](https://discord.gg/hRep4RUj7f ) 或 [**telegram群组** ](https://t.me/peass ) 或在 **Twitter** 🐦 上**关注**我 [**@carlospolopm** ](https://twitter.com/carlospolopm )**。**
* **通过向** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github仓库提交PR来分享您的黑客技巧。**
2022-04-28 16:01:33 +00:00
< / details >
2024-01-08 12:07:15 +00:00
**要从URL转储.git文件夹, 请使用** [**https://github.com/arthaud/git-dumper** ](https://github.com/arthaud/git-dumper )
2022-04-28 16:01:33 +00:00
2023-08-03 19:12:22 +00:00
**使用** [**https://www.gitkraken.com/** ](https://www.gitkraken.com/ ) **来检查内容**
2022-07-16 14:40:47 +00:00
2024-01-08 12:07:15 +00:00
如果在web应用程序中找到了_.git_目录, 您可以使用_wget -r http://web.com/.git_下载所有内容。然后, 您可以使用_git diff_查看所做的更改。
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
工具:[Git-Money](https://github.com/dnoiz1/git-money), [DVCS-Pillage](https://github.com/evilpacket/DVCS-Pillage) 和 [GitTools ](https://github.com/internetwache/GitTools ) 可用于检索git目录的内容。
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
工具 [https://github.com/cve-search/git-vuln-finder ](https://github.com/cve-search/git-vuln-finder ) 可用于在提交消息中搜索CVE和安全漏洞消息。
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
工具 [https://github.com/michenriksen/gitrob ](https://github.com/michenriksen/gitrob ) 用于搜索组织及其员工的仓库中的敏感数据。
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
[Repo security scanner ](https://github.com/UKHomeOffice/repo-security-scanner ) 是一个基于命令行的工具, 它有一个目标: 帮助您发现开发人员不小心通过推送敏感数据而造成的GitHub泄露。和其他工具一样, 它将帮助您找到密码、私钥、用户名、令牌等。
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
[TruffleHog ](https://github.com/dxa4481/truffleHog ) 通过搜索GitHub仓库并深入提交历史和分支, 寻找意外提交的秘密
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
在这里您可以找到关于github dorks的研究: [https://securitytrails.com/blog/github-dorks](https://securitytrails.com/blog/github-dorks)
2020-07-15 15:43:14 +00:00
2022-04-28 16:01:33 +00:00
< details >
2024-01-08 12:07:15 +00:00
< summary > < strong > 从零到英雄学习AWS黑客技术, 通过< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > !< / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-01-08 12:07:15 +00:00
支持HackTricks的其他方式:
2022-04-28 16:01:33 +00:00
2024-01-08 12:07:15 +00:00
* 如果您想在**HackTricks中看到您的公司广告**或**下载HackTricks的PDF版本**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
* 获取[**官方的PEASS & HackTricks商品**](https://peass.creator-spring.com)
* 发现[**PEASS家族**](https://opensea.io/collection/the-peass-family),我们独家的[**NFTs系列**](https://opensea.io/collection/the-peass-family)
* **加入** 💬 [**Discord群组** ](https://discord.gg/hRep4RUj7f ) 或 [**telegram群组** ](https://t.me/peass ) 或在 **Twitter** 🐦 上**关注**我 [**@carlospolopm** ](https://twitter.com/carlospolopm )**。**
* **通过向** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github仓库提交PR来分享您的黑客技巧。**
2022-04-28 16:01:33 +00:00
< / details >