环境配置

Kali Linux 2021.3 ARM64

安装

选择自己喜欢的安装路径

cd /root/Documents/Tools
git clone https://github.com/callmefeifei/SvnHack

注意python要使用python2版本的

cd SvnHack
python2 SvnHack.py -u  http://trafficbonus.com/.svn/entries 

参数

# 列取指定目录
-d 目录名
# 读取指定代码
-r index.php
# 下载整贴
--download

参考文章

https://www.cnblogs.com/Lmg66/p/13598803.html

评论