Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
Re
I don't have access to vBulletin 5 authentication data, but from looking at the code the handler sees to be completely broken:
PHP:
protected function getHandler(){ return new PasswordHash(\XF::config('passwordIterations'), false);}protected function createHash($password){ return md5($password);}public function authenticate($userId, $password){ if (!is_string($password) ||...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
I don't have access to vBulletin 5 authentication data, but from looking at the code the handler sees to be completely broken:
PHP:
protected function getHandler(){ return new PasswordHash(\XF::config('passwordIterations'), false);}protected function createHash($password){ return md5($password);}public function authenticate($userId, $password){ if (!is_string($password) ||...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.