> I noticed the following unexplained file on our server:
>
> inetpub/wwwroot/main/ide.cfm
>
> It's the only file in that directory, and all it contains is
> a page title, "IDE Main Interface Page".
>
> A quick search on google (for "ide.cfm") turned up lots of
> matches to this same page on other servers.
>
> Does anyone know where this comes from? We got hit with the
> PoisonBox "hack" a few weeks ago, perhaps it's a remnant of
> this? I don't remember anything about it in the log files,
> though.
This file is used by the RDS service - any properly-formed requests to that
file are handled by RDS instead of by CF. CF Studio requests that file when
you use it as an RDS client.
However, the location of that file is usually within the CFIDE directory:
inetpub/wwwroot/cfide/main/ide.cfm
I don't know whether you could use it from there, though, since Studio
requests the URL http://www.whatever.com/cfide/main/ide.cfm. However, if you
wanted to figure out what exactly Studio is doing, you could build your own
RDS client and specify a different file location, I'm sure.
Typically, for security purposes, you'd either disable RDS entirely by
stopping the RDS service (the preferable solution), or you'd lock down RDS
access by using the web server's authentication to protect access to the
ide.cfm file.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com