Jump to content

Using Hashcat with windows 10 64bit and 32bit


Recommended Posts

Using Hashcat with windows 10 64bit and 32bit

Below is alot for a beginner to take in but i PROMISE these steps are directed to a beginner upwards and if you want to or are learning SQLI your gonna want to know how to unhash passwords.

This is the easiest way for me to use hashcat without all the hasstle of cmd commands in windows 10 version 32bit and 64bit.
before you start you will need to get some items...
1, hascat https://hashcat.net/hashcat/ download the latest version
2, passwords head to google search and search for "hashcat password list" make sure you download a nice big list more gigs you have the better the results.
3, place hashcat folder directly onto your C: and enter the folder to create 2 .txt files 1 name it "cracked.txt" 2 name it "hashes.txt"
4, now create a new folder called "wordlists" and inside this folder is where to place your password.txt files you got from google.
5, in the hashes.txt file you created place all your hashed combo accounts in their.

[email protected]:e22d0ccac500fc266e031e510689e0fa
[email protected]:e22d0ccac500fc266e031e510689e0fa
[email protected]:e22d0ccac500fc266e031e510689e0fa
[email protected]:e22d0ccac500fc266e031e510689e0fa

Now all the setup files and folders are done its cracking time.

1, goto start run and enter cmd then press enter to open up the command prompt window.
2, type cd and press the space bar, then drag your hashcat folder directly onto the command prompt window press the space bar 1 time then press enter.
you will see in the command prompt window the path has now changed to C:\hashcat>.
3, like the hashcat folder your going to pull direct onto the cmd window the hashcat32.exe or hashcat64.exe and press spacebar.
4, type this just after pressing space bar -m 0 --username "press spascebar" and drag over the hashes.txt "press spacebar" and drag over the wordlists folder "pressspacebar" then hit enter.

inside of the command window this is what it looked like before it started. hashcat32.exe -m 0 --username hashes.txt wordlists.folder

wait until hashcat has completed its checks and then the final stage of hash cracking.

1, pull the hashcat32.exe/hashcat64.exe you choose which one, then type -m 0 --username --show "press spacebar" drage the hashes.txt "press spacebar" type --outfile-format=2 -o "press spacebar"
and pull the cracked.txt file onto the cmd window press spacebar 1 more time then hit enter. below is what the full command line looks like.

hashcat32.exe -m 0 --username --show hashes.txt --outfile-format=2 -o cracked.txt

when its completed the cracked.txt file will have loaded all the cracked passwords it found, it will not load any line it could not crack so they will dissplay like this...
[email protected]:remaxangel
[email protected]:dansof
[email protected]:31octubre
[email protected]:31octubre

this is why when using google to find the password lists you must download the biggest you can get under this ill dissplace the only 2 command lines you will need to use.
hashcat32.exe -m 0 --username hashes.txt wordlists.folder
hashcat32.exe -m 0 --username --show hashes.txt --outfile-format=2 -o cracked.txt

any issues that might occur like it found using 64bit i got errors while pulling the hashcat.64.exe when it came to cracking the hashes it stopped short i just pulled over the 32bit and it runs great.

  • upvote 1
Link to comment
Share on other sites

it does its pointed to those members that want to hack their own SQLI databases but keep getting the combos.hashed and never really went into hashcat as it can be a heavy read and not alot of people know its actually very easy and has a very easy way to run it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

Board Life Status


Board startup date: October 30, 2017 06:45:19
×
×
  • Create New...