• Stars
    star
    215
  • Rank 182,910 (Top 4 %)
  • Language
    Python
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一个Svn信息泄露辅助工具,可以使用这个脚本列取网站目录,读取源码文件以及下载整站代码。

SvnHack

一个Svn信息泄露辅助工具,可以使用这个脚本列取网站目录,读取源码文件以及下载整站代码。

Usage: SvnHack.py [options]

Options:

-h, --help show this help message and exit

-u Url, --url=Url add a svn url.

-d Dic, --dic=Dic list a directory.

-r READFILE, --read=READFILE read a file.

--download download the entire station.

例子

列取目录:

- 根目录       python SvnHack.py -u http://x.x.x.x/.svn/entries  

- 指定目录     python SvnHack.py -u http://x.x.x.x/.svn/entries  -d scripts

读源码:

-  指定文件    python SvnHack.py -u http://x.x.x.x/.svn/entries  -d scripts -r  upd.js

下载整站:

-              python SvnHack.py -u http://x.x.x.x/.svn/entries  —download