The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
cookie password stuff
ok how come i cant do this
[sql] $bbuserinfo = $sql->query("SELECT * FROM user WHERE password=$ _COOKIE[bbpassword]"); [/sql] but i can do this [sql] $bbuserinfo = $sql->query("SELECT * FROM user WHERE userid=$ _COOKIE[bbuserid]"); [/sql] i've looked at my cookies and everything is there, why can i do one, but not the other? and yes this is on a non-vb page |
#2
|
|||
|
|||
You need to put the passhash in quotes.
|
#3
|
||||
|
||||
you mean like this?
[sql] $bbuserinfo = $sql->query("SELECT * FROM user WHERE password=$_COOKIE['bbpassword']"); [/sql] then i get this error Can't query: SELECT * FROM user WHERE password= where normally (without single quotes) i get this error Can't query: SELECT * FROM user WHERE password= some 25 digit number |
#4
|
||||
|
||||
i tried it in phpmyadmin and this is the error i got
Unknown column '79ab945544e5bc017a2317b6146ed3aa' in 'where clause' the query i used was [sql] $bbuserinfo = $sql->query("SELECT * FROM `user` WHERE `password`=$_COOKIE[bbpassword]"); [/sql] |
#5
|
|||
|
|||
PHP Code:
|
#6
|
||||
|
||||
darn you turtle boy and your always being right thanks though
|
#7
|
||||
|
||||
Mr_e, it's not smart to post your md5 password hash here. Did you know that you can crack md5 hashes?
|
#8
|
|||
|
|||
It takes exponentially or logarithmically longer to break an md5 hash the longer the original string was, although I do agree that it wasn't wise.
Also Lesane, please shorten your sig to eight lines (you're only allowed eight lines of small text ) |
#9
|
||||
|
||||
Approximatly how long does it take to crack a unique password which is encrypted in md5? With only the hash available?
I know there are programs that have dictionaries and brute it out, so if the password is apple, and since apple is present in the dictionary it will compare and tell you. Im really not sure how long, the method of cracking unique passwords. Do not get me wrong, I do not want to hack or crack |
#10
|
|||
|
|||
It takes minutes for a couple letters, days for a few more, and many, many years for a couple words.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|