Vixje |
Active user |
|
|
Joined: Mar 25, 2006 |
Posts: 35 |
|
|
|
|
|
|
|
I got a users db of a forum that looks like this:
('62646','UserCode','3','','email@address.com','1143966591','84.*.*.*','0',NULL,'1','8','1','1',NULL,NULL,NULL,'0','en',NULL,'0','1','1','1','1',NULL,NULL,NULL,'0','0',NULL,NULL,'1143966639','1143967096','0','-1&-1','0','0','0','','0','0','0&1','','','6f7b9b5ccf4d1fa30176252b5ee4e0ed','0','0');
So, at the end of the rule you find the 6f7b9b5ccf4d1fa30176252b5ee4e0ed. I doubt its md5 though. Because within a forum of the same type with md5 hashes it always looks like this:
('62646','UserCode','3','6f7b9b5ccf4d1fa30176252b5ee4e0ed','email@address.com','1143966591','84.*.*.*','0',NULL,'1','8','1','1',NULL,NULL,NULL,'0','en',NULL,'0','1','1','1','1',NULL,NULL,NULL,'0','0',NULL,NULL,'1143966639','1143967096','0','-1&-1','0','0','0','','0','0','0&1','','','','0','0');
The string is at the front side. Also i'm sure its not md5 because i cant de-hash my own very simple password.. Any ideas?
Its a IPB forum 2.0.X |
|