Step by step guide for a noob?
#6
well I finally got my hash list sorted by doing the following and since i haven't been able to find a step by step guide i thought I'll make this into one

Step One
Downloaded dd from http://www.chrysocome.net/downloads/dd-0.5.zip and extracted it to my desktop

Step Two
Aquired my volume ID by using Command prompt and doing the following
C:\users\user> cd desktop {hit enter} to change to the desktop
C:\users\user\Desktop>dd --list {hit enter} to bring up my list of volumes
copied the volume id for G: which was "\\.\Volume{9a610e62-8820-11eb-9e67-34e6d76acc4f}\" (NOTE: LAST "\" HAS BEEN REMOVED IN FOLLOWING SCRIPT)

Step Three
entered the following code to create the hash file named hash.txt on my desktop
C:\Users\user\Desktop>dd if=\\.\Volume{9a610e62-8820-11eb-9e67-34e6d76acc4f} of=C:\Users\user\desktop\hash.txt bs=512 count=1

Step Four
Downloaded Hashcat here https://hashcat.net/hashcat/
and extracted it directly to C: using 7Zip (win RaR or others wont work)

Step Five
Opened Hashcat in command prompt by doing the following
C:\Users\user>cd c:\ {to navigate back to C:}
C:\>cd hashcat-6.1.1 {to open Hashcat folder}
C:\hashcat-6.1.1>dir {to display Hashcat Directory}

Step Six
Run the following to do a {-a 3 (bruit force attack) -m 13751 (for veracrypt SHA256) location of hash C:\Users\user\desktop\hash.txt}
c:\hashcat-6.1.1>hashcat.exe -a 3 -m 13751 C:\Users\user\desktop\hash.txt


Currently running in the background so hopefully it'll succeed and I'll get the password for this test drive before I try my real drive

Edit this is what's displayed does it look correct to those in the know? or is something wrong?

c:\hashcat-6.1.1>hashcat.exe -a 3 -m 13751 C:\Users\user\desktop\hash.txt
hashcat (v6.1.1) starting...

* Device #1: CUDA SDK Toolkit installation NOT detected.
            CUDA SDK Toolkit installation required for proper device support and utilization
            Falling back to OpenCL Runtime

* Device #1: WARNING! Kernel exec timeout is not disabled.
            This may cause "CL_OUT_OF_RESOURCES" or related errors.
            To disable the timeout, see: https://hashcat.net/q/timeoutpatch
nvmlDeviceGetFanSpeed(): Not Supported

OpenCL API (OpenCL 1.2 CUDA 9.1.201) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #1: GeForce GTX 980M, 3392/4096 MB (1024 MB allocatable), 12MCU

OpenCL API (OpenCL 1.2 ) - Platform #2 [Intel(R) Corporation]
=============================================================
* Device #2: Intel(R) Iris(TM) Pro Graphics 5200, 1565/1629 MB (407 MB allocatable), 40MCU
* Device #3: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz, skipped

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

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates

Applicable optimizers applied:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
* Slow-Hash-SIMD-LOOP

Watchdog: Temperature abort trigger set to 90c

Initializing backend runtime for device #2...
Reply


Messages In This Thread
Step by step guide for a noob? - by Conir - 03-20-2021, 01:17 PM
RE: Step by step guide for a noob? - by Conir - 03-20-2021, 04:04 PM
RE: Step by step guide for a noob? - by hblender - 03-20-2021, 06:31 PM
RE: Step by step guide for a noob? - by Conir - 03-20-2021, 06:43 PM
RE: Step by step guide for a noob? - by hblender - 03-20-2021, 06:55 PM
RE: Step by step guide for a noob? - by Conir - 03-20-2021, 10:07 PM
RE: Step by step guide for a noob? - by Conir - 03-20-2021, 11:52 PM
RE: Step by step guide for a noob? - by hblender - 03-21-2021, 11:09 AM
RE: Step by step guide for a noob? - by Conir - 03-21-2021, 12:53 PM
RE: Step by step guide for a noob? - by Conir - 03-21-2021, 03:23 PM
RE: Step by step guide for a noob? - by Conir - 03-21-2021, 03:45 PM
RE: Step by step guide for a noob? - by Conir - 03-21-2021, 05:02 PM
RE: Step by step guide for a noob? - by Conir - 03-21-2021, 05:24 PM
RE: Step by step guide for a noob? - by hblender - 03-21-2021, 07:59 PM
RE: Step by step guide for a noob? - by Conir - 03-21-2021, 10:21 PM