Using nessus to scan my website, the report contains follwing messages.
=============================
Vulnerability http (80/tcp)
At least one of these CGI scripts is installed :
hello.bat
echo.bat
They allow any attacker to execute commands with the privileges of the web
server process.
Solution : Delete all the *.bat files from your cgi-bin/ directory
Risk factor : High
CVE : CAN-2000-0213
BID : 1002
Nessus ID : 10246
=============================
Vulnerability http (80/tcp)
The CGI 'args.bat' (and/or 'args.cmd') is installed. This CGI has
a well known security flaw that lets an attacker upload
arbitrary files on the remote web server.
Solution : remove it from /cgi-dos.
Risk factor : High
CVE : CAN-1999-1180
Nessus ID : 11465
============================
But I can't locate file hello.bat,echo.bat,args.bat or args.cmd in my
computer.
What should I do ? Ignore these messages? Where can I find more information ?
By the way, my computer's configuration is:
OS: WIndows 2003 Server
IIS: IIS 6.0
language: Active Server Page (ASP)