Created
April 2, 2022 05:32
-
-
Save oxtd/e7721a1ba610893bb0a6e311d38b0646 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ hashcat -m 7300 hash.txt /usr/share/wordlists/rockyou.txt | |
| hashcat (v6.2.5) starting | |
| OpenCL API (OpenCL 2.0 pocl 1.8 Linux, None+Asserts, RELOC, LLVM 11.1.0, SLEEF, DISTRO, POCL_DEBUG) - Platform #1 [The pocl project] | |
| ===================================================================================================================================== | |
| * Device #1: pthread-AMD Ryzen 7 4800H with Radeon Graphics, 2634/5333 MB (1024 MB allocatable), 16MCU | |
| Minimum password length supported by kernel: 0 | |
| Maximum password length supported by kernel: 256 | |
| Hashes: 1 digests; 1 unique digests, 1 unique salts | |
| Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates | |
| Rules: 1 | |
| Optimizers applied: | |
| * Zero-Byte | |
| * Not-Iterated | |
| * Single-Hash | |
| * Single-Salt | |
| ATTENTION! Pure (unoptimized) backend kernels selected. | |
| Pure kernels can crack longer passwords, but drastically reduce performance. | |
| If you want to switch to optimized kernels, append -O to your commandline. | |
| See the above message to find out about the exact limits. | |
| Watchdog: Temperature abort trigger set to 90c | |
| Host memory required for this attack: 4 MB | |
| Dictionary cache hit: | |
| * Filename..: /usr/share/wordlists/rockyou.txt | |
| * Passwords.: 14344385 | |
| * Bytes.....: 139921507 | |
| * Keyspace..: 14344385 | |
| 85ee5a380203000076deab6a05ec521e0e9f72bf2242f15742eb12db66a6655b993822aae14c01caa123456789abcdefa123456789abcdef140d41646d696e6973747261746f72:fe5196a5f87ea08b13c68bf4df63b50049fe1f70:ilovepumkinpie1 | |
| Session..........: hashcat | |
| Status...........: Cracked | |
| Hash.Mode........: 7300 (IPMI2 RAKP HMAC-SHA1) | |
| Hash.Target......: 85ee5a380203000076deab6a05ec521e0e9f72bf2242f15742e...fe1f70 | |
| Time.Started.....: Sat Apr 2 11:01:04 2022 (3 secs) | |
| Time.Estimated...: Sat Apr 2 11:01:07 2022 (0 secs) | |
| Kernel.Feature...: Pure Kernel | |
| Guess.Base.......: File (/usr/share/wordlists/rockyou.txt) | |
| Guess.Queue......: 1/1 (100.00%) | |
| Speed.#1.........: 3029.9 kH/s (1.05ms) @ Accel:512 Loops:1 Thr:1 Vec:8 | |
| Recovered........: 1/1 (100.00%) Digests | |
| Progress.........: 7397376/14344385 (51.57%) | |
| Rejected.........: 0/7397376 (0.00%) | |
| Restore.Point....: 7389184/14344385 (51.51%) | |
| Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1 | |
| Candidate.Engine.: Device Generator | |
| Candidates.#1....: ilovetj28 -> ilovemymum64. | |
| Hardware.Mon.#1..: Temp: 62c Util: 39% | |
| Started: Sat Apr 2 11:00:47 2022 | |
| Stopped: Sat Apr 2 11:01:08 2022 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment