文件名称:gitrip:利用公共可读.git *的示例
文件大小:22KB
文件格式:ZIP
更新时间:2024-05-20 18:49:45
Shell
利用可读的/.git/*开发应用程序的/.git/* #如何使用 克隆仓库 git clone https://github.com/RonnieSkansing/gitrip gitrip 在示例文件夹中,将..git移至.git mv example/..git example/.git 在示例文件夹的根目录中启动开发服务器 php -S localhost:8080 -t ./example 使用URL将该脚本运行到公共可读的.git / index php gitrip.php http://localhost:8080/.git/index build 脚本现在已经检索了git索引,使用该数据收集并下载了所有git目标文件。 然后,目标文件已被转换为其原始文件。 现在,外部回购已在本地克隆,并且私有数据已泄漏。
【文件预览】:
gitrip-master
----gitrip.php(3KB)
----example()
--------..git()
--------secret.php(26B)
--------index.php(36B)
----readme.md(717B)