I wrote a very simple script that will test the folder security of the basic WWF folder structure. It seems that many people have hosts that don't offer folder permission changes, or the permissions are almost impossible to verify, and having folders that other users on the same server can modify is a hack just waiting for a Turkish Hacker to find it.
Here is a link to the code:
http://www.beyondinvestigation.com/biforum/forumsecurity.txt
And a link to the zip'd asp file:
http://www.beyondinvestigation.com/biforum/forumsecurity.zip
All it does is attempt to write a new file in each folder of the forum then delete that file. To use it, you must put the asp file in the root folder of your forum. I could have had the program search for the forum or blindly test every folder it could find, but I don't want to build too much power that can be too easily exploited for such a simple task. Some kinds of testing might even be a violation of some acceptable use policies, and I don't want to be responsible for someone else getting booted off their host.
You MUST modify the ASP code by changing the hardcoded password then upload the change to your WWF forum folder. After you copy the ASP file to the forum directory, you MUST change the file name to something other than "forumsecurity.asp". If the filename is not changed or the password is not changed, it will redirect you to Yahoo!. (I don't want this sitting around waiting for hacker spiders to find.)
After all that, open the page in your browser and enter your password into the only field and click submit. It should give you some basic information about your server and a table of the 14 WWF folders with each folder's security setting.
Please let me know if you have any problems or questions. I'm working on additions that will tell you if your MDB is inappropriately still in the default folder and if you haven't removed or renamed the dangerous setup files.
In fact, now that I think about, I think I'll add this to my Forum as a link that shows up when I log in as adminstrator and turn this into an actual MOD.