Do you mean that there's something else in the ".PhotoShopDocument" then?
Because I already got the username and password for level 8 from there.
On level 9, there's nothing on the screen except the words 'Crack the password'
There's no javascript prompt, and no form to enter a password.
Oh, and Highlander, here's the level 6 set of general info, hints, and walkthrough from my guide (there are some differences between the different sites. I'm doing it on hackertest.net):
Code:+---------+
| Level 6 | [LV6]
+---------+--------------------------
|
| General Info
|
| Another one with an immediate prompt. Just enter whatever you want
| or press cancel. Refresh to enter the password, you get the idea.
|
| Hints
|
| * Well, it's not in the page source. Where else might it be?
| * What external files are included in the page?
| * It's a prompt window that appears - what language creates them?
| * Where's the code for the prompt if it's not in the source?
|
| Walkthrough (SPOILER (highlight to see))
|
| Ok, first you need to open up the page source. See this?
| <SCRIPT SRC="psswd.js"...></script>
| That's linking in the external JavaScript file 'psswd.js'.
| So, change the url from blah/save_as.htm to blah/psswd.js, and
| press enter. Now, in Firefox, it'll open it up like a text file.
| In IE, it'll ask you to download it. Do so, then open in notepad.
| Now, as usual, the password is in the if statement: "hackertestz".
| Go back to the level 6 page, refresh, and enter it.
|
+------------------------------------
