Hey, I got an assignment to figure out an admins password for a site. It's not a real site, it's just a test one. The string I have is: index.php?username=admin&password=password&Submit=Log+in (PM me if you need the full link to the website) The username is admin, the password is unknown. Is there any way to figure out the password by changing the URL string? Please help, thanks. =)
@Wulkanen I suggest read after the PHP function cURL at this site: http://curl.haxx.se/ You will also need an fOpen function A goof randomizing engine to generate the passwords. (Or a dictionary array) And last a foreach or for cycle to get started Cheers,
no worries, I solved it. I just had to change it to: index.php?admin=1&password=true or something like that, I don't remember. =)
this could mean you really want to hack into someones site..so any help from anyone would not be a good idea....
Dude, it was a school assignment. And I solved it long time ago if you read the comments, so your post is not of any use except for making your post count higher...