Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU
There needs to be a vendor specific OpenCL binding |
|
atom |
Hardware
|
42 |
58,349 |
09-08-2017, 01:53 PM |
|
|
Thread: Want to implement SHA3-256 with Iterations
Post: RE: Want to implement SHA3-256 with Iterations
|
atom |
hashcat
|
3 |
4,037 |
09-08-2017, 01:57 PM |
|
|
Thread: Lost passphrase, help with syntax!
Post: RE: Lost passphrase, help with syntax!
WarpWallet is not supported |
|
atom |
General Talk
|
1 |
2,578 |
09-08-2017, 01:57 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: 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: GPU drivers are not installed!
Post: RE: GPU drivers are not installed!
Holy shit what is this post. oclhashcat-lite, then oclhashcat-plus in the commandline, space between wordlist and hash posted. Please come back when you're sync with todays development. Banned for a w... |
|
atom |
hashcat
|
1 |
2,509 |
09-17-2017, 01:12 PM |
|
|
Thread: [Bounty] variant of PBKDF2-HMAC-SHA256 needed
Post: RE: [Bounty] variant of PBKDF2-HMAC-SHA256 needed
all the stuff you need is already in the kernel, you just need to find someone to put them together. especially with latest version opencl kernel development is much easier |
|
atom |
hashcat
|
8 |
8,169 |
09-17-2017, 01:07 PM |
|
|
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 |