Skip to main content

New Page

{"x_shadow":"$6$PewXRwjzPLy3aK3b$ikf/5LABhqdLdPK8o.RNak0zWL2/cGyja/Qs0hzfN9mLuFWB1sh2aHUBsL0GtKck1oZdjNPjx5fG8QQncGI4L0"}

$6$PewXRwjzPLy3aK3b$ikf/5LABhqdLdPK8o.RNak0zWL2/cGyja/Qs0hzfN9mLuFWB1sh2aHUBsL0GtKck1oZdjNPjx5fG8QQncGI4L0

wget https://github.com/praetorian-inc/Hob0Rules/blob/master/wordlists/rockyou.txt.gz
gunzip rockyou.txt.gz

hashcat -m 1800 -a 0 -o cracked.txt hash.txt /path/to/wordlist.txt

hashcat -m 1800 -a 0 -o cracked.txt hash.txt rockyou.txt --force --show --debug-mode=4 --debug-file=debug.potfile

┌─[us-starting-point-1-dhcp]─[10.10.15.133]─[naruzkurai@htb-kvtjrzczwx]─[~]
└──╼ [★]$ hashcat -m 1800 -a 0 -o cracked.txt hash.txt rockyou.txt
hashcat (v6.1.1) starting...

OpenCL API (OpenCL 1.2 LINUX) - Platform #1 [Intel(R) Corporation]
==================================================================
* Device #1: AMD EPYC 7543 32-Core Processor, 7855/7919 MB (1979 MB allocatable), 4MCU

OpenCL API (OpenCL 1.2 pocl 1.6, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG) - Platform #2 [The pocl project]
=============================================================================================================================
* Device #2: pthread-AMD EPYC 7543 32-Core Processor, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

Hash 'hash.txt': Separator unmatched
No hashes loaded.

Started: Tue Jun 18 05:14:16 2024
Stopped: Tue Jun 18 05:14:16 2024
┌─[us-starting-point-1-dhcp]─[10.10.15.133]─[naruzkurai@htb-kvtjrzczwx]─[~]
└──╼ [★]$ hashcat -m 1800 -a 0 -o cracked.txt hash.txt rockyou.txt --force --show --debug-mode=4 --debug-file=debug.potfile
Use of --debug-mode requires -r/--rules-file or -g/--rules-generate.

┌─[us-starting-point-1-dhcp]─[10.10.15.133]─[naruzkurai@htb-kvtjrzczwx]─[~]
└──╼ [★]$ 

hashcat --identify hash.txt

└──╼ [★]$ hashcat --identify hash.txt
hashcat: unrecognized option '--identify'
Invalid argument specified.

┌─[us-starting-point-1-dhcp]─[10.10.15.133]─[naruzkurai@htb-kvtjrzczwx]─[~]
└──╼ [★]$