Friday, November 8, 2024

Breaking Password and Encryption:hashcat

Breaking Password and Encryption:hashcat

Hashcat เป็นเครื่องมือที่ใช้ในการ “Breaking Password ” ที่ได้รับความนิยมและถูกติดตั้งมาใน “Kali Linux” 

Breaking Password and Encryption:hashcat

Download  https://github.com/hashcat/hashcat

hashcat -m 1000 <hash file location> <wordlist file location>

-a คือ เลือกโหมดในการโจมตี (Straight คือ 0)  Dictionary attack (-a 0)

-m คือ เลือกประเภทของ Hash

Breaking Password and Encryption:hashcat
Ex1 :ffb43f0de35be4d9917ac0cc8ad57f8d

hashcat -m 1000 Downloads/bob_account.txt Downloads/rockyou.txt --show

-a  Mode (Straight = 0)

-m Hash Type (md5= 0)

Ex2: Md5 hash =      161ebd7d45089b3446ee4e0d86dbcf92 

1)                   Md5 hash =      25f9e794323b453885f5181f1b624d0b

1)                   Md5 hash =      f25a2fc72690b780b2a14e140ef6a9e0

Ss            sha1 hash =     ee8d8728f435fd550f83852aabab5234ce1da528

S

#hashcat -a 0 -m 0 161ebd7d45089b3446ee4e0d86dbcf92 Downloads/rockyou.txt --show

Breaking Password and Encryption:hashcat

Breaking Password and Encryption:hashcat

Breaking Password and Encryption:hashcat

$ hashcat -a 0 -m 100 ee8d8728f435fd550f83852aabab5234ce1da528 Downloads/rockyou.txt

Breaking Password and Encryption:hashcat


หมายเหตุ:เนื้อหาในเว็บไซต์นี้มีขึ้นเพื่อวัตถุประสงค์ในการให้ข้อมูล  เผยแพร่ความรู้และให้โอกาสในการค้นคว้าหาข้อมูลเพื่อการศึกษา   บุคคลที่สนใจโดยทั่วไป รวมถึงนักเรียน นิสิต นักศึกษา  ในการเรียนรู้เท่านั้น


* หากมีข้อมูลข้อผิดพลาดประการใด ขออภัยมา ณ ที่นี้ด้วย  รบกวนแจ้ง Admin เพื่อแก้ไขต่อไป
ขอบคุณครับ

#WINDOWSFORENSIC #COMPUTERFORENSICS #DFIR #FORENSICS #DIGITALFORENSICS #COMPUTERFORENSIC #INVESTIGATION #CYBERCRIME #FRAUD #คดีอาชญากรรมคอมพิวเตอร์ #พยานหลักฐานดิจิทัล

No comments:

Post a Comment

Digital Forensics:แนวทางการนำสืบและรับฟังพยานหลักฐานอิเล็กทรอนิกส์

Digital Forensics:แนวทางการนำสืบและรับฟังพยานหลักฐานอิเล็กทรอนิกส์ ที่่มา: วิชาการ Talk เรื่อง แนวทางการนำสืบและรับฟังพยานหลักฐานอิเล็กทรอนิ...