My school has setup a webserver with mutillidae installed for us to train our hacking skills. Our goal is to find a text file. After some hacking done, I'm currently able to use remote desktop connection and login to the webserver with administrator rights. However, after searching everywhere i still couldn't find the text file. I'm sure it's not inside the webserver.
Is it possible that the file is on other machine that only the webserver is able to connect to it? If so, how?
What are the possible clues i can gather from the webserver in order to find the text file?
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
|
|
|||
| show 1 more comment |
|
I don't have permission to comment yet so I'll have to add this as an answer.
It's hard to help in this situation because there could be any number of different things used to hide the file; there could even be a "rootkit" like system driver installed to hide files from user view but depending on the level of the challenge, that might not be the case. |
|||||||||||||
|
cd /d C:\ & dir filename /a /s. Repeat for each drive letter until found. If you don't find it this way, it's probably not there. – Iszi Sep 7 '12 at 14:41