Basic 20 help
I m opening this thread about basic 20 because all others about b20 arent informative at all.
So, I tried a javascript injection (the simpliest thought eveyrybody can do) but obviously this is not the correct answer!
It is mentioned something about sql and cookies. I dont know how this can be useful, though i have been familiar with SQL and javascript, cookies, programming!
I need some help to solve this, or even better, an artickle || a good question for Mr Google…
here is a way to look at this challenge.
lets say we are talking about php-fusion.
after you are logged in you are given your cookie. your cookie contains your user id / password. each page refresh, the cookie is checked against what is in the database to make sure that your password in your cookie and in the database are correct. in order to know which username that we are checking the password for though we use a WHERE clause in the SQL statement with their user id. now go from there, and hopefully you should have a better idea on what to do.