Here is my tutorial on hashcat, 100% written by konvict.
Requirements:
hashcat
Linux (just because windows is gay im gonna be doing this tutorial as a linux user)
A brain (if you just followed that link you dont have one )
-Im sure it will be pretty much the same on windogs
Step 1
Download hashcat,unrar it unzip it whatever im not going to show you how to do that.
now the rest will be done via terminal.
Step 2:
start terminal cd to the hashcat directory e.g:
cd Desktop/Hacking/hashcat
now do
./hashcat-cli32.bin -h
or ./hashcat-cli64.bin if your running 64 bit
Step 3 – vbulletin 30 char salts
theres a nice list of options there so here comes the all important code
./hashcat-cli32.bin -m 15 -a 0 --output-file=plain.txt hash.txt wordlists/
-m 15 = mode vbulletin 30 character salts
-a 0 = attack plain
–output-file= is self explanitory
hash.txt = the file with the hashes and salts in it
wordlists/ = the directory with all your wordlists
now that will crack vbulletin hashes like this
0a93591006a3fa68cdc1aa48ac6ad27f:x;"Kcdk48\e3ZH*SKg;}l[J?!fy7$)
Step 3 – vbulletin 3 char salts
./hashcat-cli32.bin -m 5 -a 0 --output-file=plain.txt hash.txt wordlists/
-m 5 = mode vbulletin 3 character salts
-a 0 = attack plain
–output-file= is self explanitory
hash.txt = the file with the hashes and salts in it
wordlists/ = the directory with all your wordlists
now that will crack vbulletin hashes like this
0a93591006a3fa68cdc1aa48ac6ad27f:x;"
Step 3 – Plain MD5
./hashcat-cli32.bin -m 5 -a 0 --output-file=plain.txt hash.txt wordlists/
-m 0 = plain md5 algorythm
-a 0 = attack plain
–output-file= is self explanitory
hash.txt = the file with the hashes and salts in it
wordlists/ = the directory with all your wordlists
now that will crack vbulletin hashes like this
0a93591006a3fa68cdc1aa48ac6ad27f
TIPS:
-Use these wordlists http://1337-konvict.co.cc/wordlists.rar (200+ qaulity ones there)
-Use these to help other people with difficulty and point them towards this thread
-Leech this thread..but post credit
-DO NOT use PasswordsPro
-Look at ./hashcat -h its very helpful on every command line application.
-Dont use GUI..the less going on the easier.
-If you need any help just ask.
Ein Kommentar
adminduncertainsite
pas mal perso je préfère largement le faire ainsi plutôt quand GUI
ps: mon site http://www.hack1.tk