Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked [CRACK+PATCH by LLCPPC] MarsStealer v3 + Panel + Builder


itsMe

Recommended Posts

@Carbon Black 

Пересмотрел.
login.php:8: if (password_verify($data['password'], $GLOBALS['password'])) {
Это функция PHP, которая сверяет два хэша.
Хэши сделаны через password_hash()
Чуть-чуть ещё погуглил, и нашёл алгоритм. Это CRYPT_BLOWFISH. Ему соответственен идентификатор "$2a$"
Поэтому чтобы создать новый пароль тебе нужно на PHP выполнить скрипт:
<?php
echo password_hash("new_password", CRYPT_BLOWFISH);
?>

После чего полученный новый пароль вставить в код.


Поправка.
Скорее всего, не password_hash(), а crypt() с солью $2a$10$ZggcH2744Z1YHWa5BpqAm$
В общем, пробуй.

or

This is the hidden content, please

https://bcrypt-generator.com/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.