Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Word List or Mask is too smaill error HELP
Post: RE: Word List or Mask is too smaill error HELP
In this case hashcat would load word2.txt as a maskfile, when then would try to iterate through all words as single (static) masks. That's absolutely not what you want. |
|
atom |
hashcat
|
4 |
4,344 |
09-17-2017, 01:26 PM |
|
|
Thread: User:plain output
Post: RE: User:plain output
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
atom |
hashcat
|
3 |
3,581 |
09-17-2017, 01:27 PM |
|
|
Thread: Remove Cracked Hash
Post: RE: Remove Cracked Hash
please do not use hashcat legacy |
|
atom |
hashcat
|
3 |
4,934 |
09-20-2017, 12:51 PM |
|
|
Thread: Use of multiple GPUs
Post: RE: Use of multiple GPUs
task manager data is invalid, try with afterburner |
|
atom |
General Talk
|
2 |
4,185 |
09-20-2017, 12:52 PM |
|
|
Thread: Hash File No Hashes Loaded error.
Post: RE: Hash File No Hashes Loaded error.
horny2b Wrote: (09-20-2017, 06:43 PM)
--
edit: Dosnt work. Before it detects my hashes in "user:hash.salt" but he says line length execption now just ():
--
Then you have an empty line in your hash... |
|
atom |
hashcat
|
11 |
32,895 |
10-01-2017, 11:14 AM |
|
|
Thread: Old version for CoreDuo ?
Post: RE: Old version for CoreDuo ?
MindFire Wrote: (09-20-2017, 07:28 PM)
--
So, which one? Thanks!
--
Everything that supports OpenCL |
|
atom |
hashcat
|
2 |
3,126 |
10-01-2017, 11:17 AM |
|
|
Thread: Command structure?
Post: RE: Command structure?
AtomTan Wrote: (09-20-2017, 11:14 PM)
--
I just want to be able to modify the command so the wordlist is a folder instead of a single txt file. Also if my hash.txt file is a email:hash format how can... |
|
atom |
hashcat
|
2 |
3,422 |
10-01-2017, 11:18 AM |
|
|
Thread: LUKS Support
Post: RE: LUKS Support
Quote:
--
i have zuluCrypt its too many password to test manualy how to automate it?
--
Quote:
--
Can it support LVM header from a raid device ?
--
No, LUKS has it's own header |
|
atom |
User Contributions
|
12 |
40,931 |
10-01-2017, 11:20 AM |
|
|
Thread: Sort and de-dupe without merging together?
Post: RE: Sort and de-dupe without merging together?
Yes, rli2 is the way to go.
Make sure to
LC_ALL=C sort -u
before |
|
atom |
hashcat
|
2 |
2,637 |
10-01-2017, 11:22 AM |
|
|
Thread: Checkpoint not working in latest version or me being a noob?
Post: RE: Checkpoint not working in latest version or me...
This is a balance act!
The more amplifiers (rules) the longer it takes to reach a checkpoint.
The more salts you have the longer it takes to reach a checkpoint.
If you use too less amplifiers, yo... |
|
atom |
hashcat
|
6 |
6,012 |
10-01-2017, 11:25 AM |
|
|
Thread: hashcat - strange behavior
Post: RE: hashcat - strange behavior
Retry with latest version from github |
|
atom |
hashcat
|
2 |
3,121 |
10-01-2017, 11:26 AM |
|
|
Thread: Hybrid attack splitting
Post: RE: Hybrid attack splitting
hashcat64.exe -a 7 test.hash ?l?l?l?l?l smallDict.txt --stdout -o new.txt
then use -a0 new.txt instead
you will have a larger --keyspace range to operate and distribute |
|
atom |
hashcat
|
4 |
4,186 |
10-01-2017, 11:29 AM |
|
|
Thread: Mask PWD
Post: RE: Mask PWD
You can use hashcat for your CPU as well, there's no need for hashcat-cli64 |
|
atom |
hashcat
|
2 |
2,679 |
10-01-2017, 11:30 AM |
|
|
Thread: hash-password check order in straight attack
Post: RE: hash-password check order in straight attack
The ordering of a wordlist based attack is not changed, but the processes is a parallel one. That means hashcat creates a chunk based on the several factors and process them in parallel. When it's fin... |
|
atom |
hashcat
|
2 |
3,305 |
10-01-2017, 11:32 AM |
|
|
Thread: Experiences Using Prince Mode
Post: RE: Experiences Using Prince Mode
It's very strong on passphrases (see latest CMIYC challenge 11)
It's strong if you just want to push in some target specifc wordlist and then let princeprocessor do all the combinations of it.
But ... |
|
atom |
General Talk
|
2 |
4,956 |
10-01-2017, 11:36 AM |
|
|
Thread: LINE/ENCODING ERROR
Post: RE: LINE/ENCODING ERROR
You also often see vbull salts somehow url encoded. Make sure to decode first. |
|
atom |
hashcat
|
9 |
7,533 |
10-01-2017, 11:37 AM |
|
|
Thread: Most Effective Time Clues?
Post: RE: Most Effective Time Clues?
IMO best public available wordlist is the one from hashes.org (FOUND LISTS on crackers tab) |
|
atom |
General Talk
|
1 |
2,039 |
10-01-2017, 11:40 AM |
|
|
Thread: Hash I do not recognize
Post: RE: Hash I do not recognize
It's fine, he masked them |
|
atom |
General Talk
|
4 |
3,789 |
10-01-2017, 11:42 AM |
|
|
Thread: Hash-encoding exception problems with colon in username
Post: RE: Hash-encoding exception problems with colon in...
You can also try to change the separator itself in your hashlist and then use -p option in hashcat to inform hashcat about the new separator. Make sure it's a ASCII character. |
|
atom |
hashcat
|
2 |
2,899 |
10-01-2017, 11:44 AM |
|
|
Thread: UTF-8 dictionaries (hex format)
Post: RE: UTF-8 dictionaries (hex format)
Note when it comes to non latin wordlist, I'd recommend to use req-include from hashcat-utils to move them into a separate wordlist, convert it to utf-8 and then use this wordlist in combination with ... |
|
atom |
General Talk
|
2 |
3,703 |
10-01-2017, 11:47 AM |