/bcrypt-bruteforce

Bruteforce password_verify

Primary LanguagePHPMIT LicenseMIT

bcrypt-bruteforce

code ini adalah versi lain dari https://github.com/indoxploit-coders/hash-decrypt

Decrypt Password_Hash dan Crypt menggunakan Brute Force

USAGE

php script.php wordlist.txt

jangan lupa mengganti line 6 dan 8 pada code

untuk windows

$list_to_dec = explode("\r\n", file_get_contents("list-to-dec.txt")); //sesuaikan dengan file kalian

$word = explode("\r\n", file_get_contents($argv[1]));

untuk linux

$list_to_dec = explode("\n", file_get_contents("list-to-dec.txt")); //sesuaikan dengan file kalian
$word = explode("\n", file_get_contents($argv[1]));

Untuk wordlist kalian bisa lakukan riset sendiri ya di google

Disclaimer

Using this tool for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

Copyright

indoxploit-coders
0xAsuka
sonofescobar1337

Screenshots 1