Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Hashcat rule help.
Post: RE: Hashcat rule help.
It depends a bit on your hash type. If it's unsalted, just generate the rules according to what is mentioned above (iNX) for a wide range of positions (like 0 to 20). This creates ... 21 rules which ... |
|
mastercracker |
hashcat
|
6 |
5,411 |
09-29-2017, 04:48 AM |
|
|
Thread: Hash-encoding exception problems with colon in username
Post: RE: Hash-encoding exception problems with colon in...
There are no easy solution for this. One approach is to count the number of colon per line and exclude the lines with more than the expected number of colons. Depending on your level of competency, ... |
|
mastercracker |
hashcat
|
2 |
2,895 |
09-29-2017, 04:24 AM |
|
|
Thread: HELP HASH
Post: RE: HELP HASH
This is material for a ban. Read the rules. |
|
mastercracker |
General Help
|
1 |
3,723 |
02-15-2016, 07:25 PM |
|
|
Thread: Cracked windows 2008 r2 hash does not work
Post: RE: Cracked windows 2008 r2 hash does not work
I guess it's possible that depending on how you extracted the hash, you are trying to login onto the domain with the local admin password or vice versa. |
|
mastercracker |
General Help
|
2 |
4,505 |
02-15-2016, 05:31 AM |
|
|
Thread: How to use login for crack hash
Post: RE: How to use login for crack hash
You are on the right path, it's been proven to be a good approach for slow hashes but it's not automatically doable on Hashcat / Oclhashcat. You would need a script to generate all the command lines,... |
|
mastercracker |
General Help
|
3 |
5,532 |
11-26-2015, 12:46 PM |
|
|
Thread: Separator Unmatched on -m 2811?
Post: RE: Separator Unmatched on -m 2811?
Put your hash with salt in a text file instead of inside the command line. |
|
mastercracker |
Old hashcat Support
|
2 |
4,525 |
11-24-2015, 02:31 AM |
|
|
Thread: PLEASE HELP!_MASK with 8-20 abcABC123...
Post: RE: PLEASE HELP!_MASK with 8-20 abcABC123...
Subcortex Wrote: (11-23-2015, 11:38 AM)
--
how to make a mask with the parameters of minimum 8 characters to maximum 20 charakters with various digits and abc../ABC.. - but WITHOUT the -a function an... |
|
mastercracker |
Old hashcat Support
|
14 |
20,025 |
11-23-2015, 12:38 PM |
|
|
Thread: Cracking simple sentences
Post: RE: Cracking simple sentences
For testing, look at the help file for these switches:
--debug-mode=NUM Defines the debug mode (hybrid only by using rules), see references below
--debug-file=FILE ... |
|
mastercracker |
Old oclHashcat Support
|
6 |
11,227 |
11-21-2015, 10:40 PM |
|
|
Thread: hashcat v0.50 hybrid rules
Post: RE: hashcat v0.50 hybrid rules
Would need the input from the devs since that I am not sure you are supposed to be able to use rules in the -a 1 mode for Hashcat. For Oclhashcat there is -j and -k that apply a single rule for the l... |
|
mastercracker |
Old hashcat Support
|
7 |
10,160 |
11-13-2015, 12:39 PM |
|
|
Thread: hashcat v0.50 hybrid rules
Post: RE: hashcat v0.50 hybrid rules
From that output it does look like something fishy is going on. |
|
mastercracker |
Old hashcat Support
|
7 |
10,160 |
11-12-2015, 12:48 PM |
|
|
Thread: OSX 10.10 (-m 7100) Hash Question
Post: RE: OSX 10.10 (-m 7100) Hash Question
Make sure you point oclhashcat to the right hash file. Otherwise can you post the 2 command lines you used for hashcat and oclhashcat? |
|
mastercracker |
Old oclHashcat Support
|
7 |
11,400 |
11-12-2015, 12:44 PM |
|
|
Thread: 8 Character Unix DES Question
Post: RE: 8 Character Unix DES Question
|
mastercracker |
Old oclHashcat Support
|
6 |
8,858 |
11-12-2015, 12:39 PM |
|
|
Thread: Mask understanding help needed
Post: RE: Mask understanding help needed
I think that in this case, the space should have not been there. It's a simple bruteforce of 5 characters to generate candidates to process afterward so you should have read ?1?1?1?1?1. Yes, -1 ?l?... |
|
mastercracker |
General Help
|
3 |
5,265 |
11-11-2015, 12:40 PM |
|
|
Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?
why not try ls to see if it's in there? |
|
mastercracker |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
12 |
19,425 |
11-09-2015, 12:51 PM |
|
|
Thread: Weird exception when cracking DES(unix)
Post: RE: Weird exception when cracking DES(unix)
Quote:
--
And another question while I am at it. It output to file.txt. I ran it and got 186 of the passwords I am cracking. If i do another command and output it there, will it overwrite what is in ... |
|
mastercracker |
Old oclHashcat Support
|
6 |
9,649 |
11-09-2015, 12:49 PM |
|
|
Thread: Weird exception when cracking DES(unix)
Post: RE: Weird exception when cracking DES(unix)
Your command line is badly structured. Try this:
Code:
--
cudaHashcat64 -m 1500 -a 3 --session session1 -o file.txt --remove hashed_file.txt ?d?d?d?d?l?l
--
|
|
mastercracker |
Old oclHashcat Support
|
6 |
9,649 |
11-09-2015, 03:26 AM |
|
|
Thread: Stuck for days, probably a simple fix, please help!
Post: RE: Stuck for days, probably a simple fix, please ...
If you have the .pot file like you said, just open it with a text editor and it should be there in the format SSID : Password (that's what I remember). Just make sure that you have the right pot file... |
|
mastercracker |
Old oclHashcat Support
|
4 |
6,231 |
11-05-2015, 12:56 PM |
|
|
Thread: Using Prince Attack with pdf hashes
Post: RE: Using Prince Attack with pdf hashes
Well, you have not searched at the right place, it seems. The answer is right there in the FAQ section of the wiki:
Code:
--
How does one use the new prince attack mode with hashcat?
Luckily, with... |
|
mastercracker |
Old oclHashcat Support
|
2 |
5,645 |
11-05-2015, 12:32 PM |
|
|
Thread: Hobbyist Build
Post: RE: Hobbyist Build
Just a couple of points. You probably don't need 32 Gb of Ram but if you have the budget, it does not hurt. You probably need a fan controller for the delta fans. You probably would be better to in... |
|
mastercracker |
Hardware
|
3 |
5,531 |
10-18-2015, 03:20 AM |
|
|
Thread: Idea for hashcat rules based
Post: RE: Idea for hashcat rules based
elackops Wrote: (10-08-2015, 07:24 PM)
--
Hi,
Just a suggestion for hashcat rules based, It would be awesome if added:
*Remove letters from word
*Remove numbers from word
*Remove non alpha numeric
... |
|
mastercracker |
General Talk
|
3 |
6,648 |
10-09-2015, 03:13 AM |