does anyone know how to crack bcrypt hashes?
by yaaa11 - Tuesday May 7, 2024 at 10:20 AM
#1
i barely understand the concept. anyone got an in-depth tutorial? trying to crack an Rbx.rocks hash.

any suggestions for applications with an easily-accessible user interface for beginners would be great! Smile
Reply
#2
(May 07, 2024, 10:20 AM)yaaa11 Wrote: i barely understand the concept. anyone got an in-depth tutorial? trying to crack an Rbx.rocks hash.

any suggestions for applications with an easily-accessible user interface for beginners would be great! Smile

already tried using hashcat tool ?

imo it's faster than JTR for bcrypt hashes

+ if you're not familiar with CLI, someone on the hashcat forum make a GUI version, can be good to see

-> https://hashcat[.]net/forum/thread-9151.html
Reply
#3
(May 07, 2024, 10:35 AM)herpsswd Wrote:
(May 07, 2024, 10:20 AM)yaaa11 Wrote: i barely understand the concept. anyone got an in-depth tutorial? trying to crack an Rbx.rocks hash.

any suggestions for applications with an easily-accessible user interface for beginners would be great! Smile

already tried using hashcat tool ?

imo it's faster than JTR for bcrypt hashes

+ if you're not familiar with CLI, someone on the hashcat forum make a GUI version, can be good to see

-> https://hashcat[.]net/forum/thread-9151.html


so i'm supposed to select a hash... how do i get said hash? i have the password as a string of text. is there any way to upload it as that?
Reply
#4
(May 07, 2024, 10:20 AM)yaaa11 Wrote: i barely understand the concept. anyone got an in-depth tutorial? trying to crack an Rbx.rocks hash.

any suggestions for applications with an easily-accessible user interface for beginners would be great! Smile
First get deps
sudo apt update

sudo apt install build-essential libssl-dev

Then install john the ripper

sudo apt install git
git clone https://github.com/openwall/john -b bleeding-jumbo john
cd john/src
./configure
make -s clean && make -sj4
check install
cd ../run
./john --list=build-info
./john --list=formats | grep bcrypt

get a wordlist, like from seclists
sudo apt install seclists

and start cracking with wordlist:
./john --format=bcrypt --wordlist=/usr/share/seclists/Passwords/Common-Credentials/10-million-password-list-top-1000000.txt hashes.txt

Smile
Reply
#5
figured it out lol. thank you for your help everyone.  Smile
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Cats or Dogs? 888 194 22,046 May 08, 2026, 09:13 AM
Last Post: m00kn
  research on Brute forcing android grid pattern userc8r8 0 271 May 04, 2026, 08:04 PM
Last Post: userc8r8
  RaT safiy 0 196 May 04, 2026, 04:21 PM
Last Post: safiy
  I Need some members for discord channel 77shafina8 2 280 May 03, 2026, 07:35 PM
Last Post: azwug
  where vuln xxxhanter 0 234 May 03, 2026, 05:17 PM
Last Post: xxxhanter

Forum Jump:


 Users browsing this forum: 1 Guest(s)