This is not really a coding help kinda post or anything, so I figured I should post it here 😕 Feel free to move it if I am mistaken.
I wrote a simple script once that was simply made to browse the computer it was on, and you could view or copy files and various pointless things like that. But I was playing around with it, and noticed it let me browse directories that normally give you the "Access Denied" error when using explorer to browse them. I could copy files and do whatever I please with PHP. It even worked when I was logged on as a normal user and was browsing an Admins directory. I figured maybe it was just explorer blocking normal attempts to view those directories and PHP didn't recognize that it was restricted or something, so, I (with my limited knowledge) made a simple C program to see if it could access those directories, and the program would just crash(like I said, limited :p) when it tried, but would work fine in non-protected dirs.
This some sorta security vulnerability or what? Or are there other ways to get around it?
This just came back to my attention recently cause WinXP crapped out on me, and won't boot anymore, and my files are in my user dir and I am trying to think of ways of getting my data back :bemused:
Oh, and the directories I am refering to are "C:/Documents and Settings/Username/"