Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Special characters in mask
Post: RE: Special characters in mask
Based on your OS/shell, you'll need to escape the spaces. |
|
royce |
Old oclHashcat Support
|
8 |
13,344 |
04-14-2015, 08:47 PM |
|
|
Thread: Special characters in mask
Post: RE: Special characters in mask
https://lmgtfy.com/?q=windows+8.1+cmd+escape+spaces |
|
royce |
Old oclHashcat Support
|
8 |
13,344 |
04-14-2015, 10:04 PM |
|
|
Thread: Special characters in mask
Post: RE: Special characters in mask
illcare, I meant it in good humor. That being said, there's a little truth in all humor. If you try random things without research, do not be surprised when they do not work. Wishful thinking does ... |
|
royce |
Old oclHashcat Support
|
8 |
13,344 |
04-15-2015, 05:24 AM |
|
|
Thread: SHA512 Linux
Post: RE: SHA512 Linux
That looks about right, given your card. sha512 is a slow hash.
Code:
--
cudaHashcat v1.38 starting in benchmark-mode...
Device #1: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU
Device #2: GeFor... |
|
royce |
Old oclHashcat Support
|
2 |
4,182 |
11-08-2015, 07:18 PM |
|
|
Thread: Weird exception when cracking DES(unix)
Post: RE: Weird exception when cracking DES(unix)
Does hashed_file.txt contain only hashes -- no usernames, etc.?
Does it work OK with other masks? |
|
royce |
Old oclHashcat Support
|
6 |
9,656 |
11-09-2015, 03:17 AM |
|
|
Thread: Weird exception when cracking DES(unix)
Post: RE: Weird exception when cracking DES(unix)
Whoops - I totally missed the command order in your original post.
Simply follow the broad usage guidance from --help:
Code:
--
Usage: cudaHashcat [options]... hash|hashfile|hccapfile [dictiona... |
|
royce |
Old oclHashcat Support
|
6 |
9,656 |
11-09-2015, 04:33 AM |
|
|
Thread: 8 Character Unix DES Question
Post: RE: 8 Character Unix DES Question
Using --loopback might be helpful.
Have you been through some common masks (Korelogic pathwell, and the ones that come with hashcat) and rulesets (d3ad0n3, etc.) ?
Have you looked at PRINCE... |
|
royce |
Old oclHashcat Support
|
6 |
8,866 |
11-10-2015, 07:07 AM |
|
|
Thread: Total newbie needing advice
Post: RE: Total newbie needing advice
Googling for "hashcat wpa", the first hit is:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
Does this help? |
|
royce |
Old oclHashcat Support
|
5 |
6,999 |
11-15-2015, 11:22 PM |
|
|
Thread: Total newbie needing advice
Post: RE: Total newbie needing advice
And in your case, if it's 8 lower case, the mask would be ?l?l?l?l?l?l?l?l, using attack mode 3 (-a 3), so something like:
[hashcat executable] -m 2500 -a 3 myfile.hccap ?l?l?l?l?l?l?l?l |
|
royce |
Old oclHashcat Support
|
5 |
6,999 |
11-15-2015, 11:24 PM |
|
|
Thread: Restore Point reset while mask processing
Post: RE: Restore Point reset while mask processing
Interesting find. Since this sounds like a enhancement or bugfix, you might get better traction by opening a Trac ticket.
https://hashcat.net/trac/ |
|
royce |
Old oclHashcat Support
|
5 |
8,322 |
11-29-2015, 08:47 PM |
|
|
Thread: Am I doing something wrong to cause this poor performance?
Post: RE: Am I doing something wrong to cause this poor ...
Not sure why your performance dropped. What version are you running -- latest release, or beta? You might try the latest beta, and see if you get the same results: https://hashcat.net/beta/
And gene... |
|
royce |
Old oclHashcat Support
|
2 |
4,273 |
05-05-2016, 05:36 PM |
|
|
Thread: Output all hashes: cracked and non-cracked
Post: RE: Output all hashes: cracked and non-cracked
Out of curiosity - why is the order important? |
|
royce |
Old oclHashcat Support
|
3 |
14,871 |
06-18-2016, 06:02 PM |
|
|
Thread: Ubuntu 14.04 Hashcat command?
Post: RE: Ubuntu 14.04 Hashcat command?
Prepend "./" (because the current directory isn't in your path by default in Linux) and use the executable for your platform (cudaHashcat64.bin or the 32-bit equivalent). |
|
royce |
Old hashcat Support
|
11 |
16,491 |
11-16-2015, 02:40 AM |
|
|
Thread: Adding to .pot file
Post: RE: Adding to .pot file
There may be other ways, but quitting and restoring the hashcat session will reread the pot file. |
|
royce |
Old hashcat Support
|
4 |
6,832 |
11-29-2015, 08:02 PM |
|
|
Thread: Adding to .pot file
Post: RE: Adding to .pot file
Ah, I misunderstood. I thought you meant after a cracking run had started, but it sounds like you're talking about doing this before your initial cracking run begins. That's much easier! Yes, by al... |
|
royce |
Old hashcat Support
|
4 |
6,832 |
11-29-2015, 11:45 PM |
|
|
Thread: Prince
Post: RE: Prince
https://lmgtfy.com/?q=prince+attack
;) |
|
royce |
Old hashcat Support
|
1 |
4,401 |
05-06-2016, 03:21 PM |
|
|
Thread: Count-words ?
Post: RE: Count-words ?
Closest I could find:
https://github.com/dandavison/ngrams/blob/master/src/count-words.pl |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
5,158 |
08-12-2016, 06:50 AM |
|
|
Thread: Custom charset, I'm lost...
Post: RE: Custom charset, I'm lost...
You can supply a custom charset using --custom-charset[1-4] files. The ./charsets/ directory has some stock ones, including the ./charsets/standard/German/ directory. You can combine up to four multip... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
8,360 |
10-07-2016, 05:47 PM |
|
|
Thread: Markov: Wordlist Generation
Post: RE: Markov: Wordlist Generation
It sounds like you're doing a lot of work to create word lists with a lot of permutations up front, and storing them.
But hashcat has features that make this less necessary. In brute force attacks,... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,716 |
04-29-2017, 11:33 PM |
|
|
Thread: Markov: Wordlist Generation
Post: RE: Markov: Wordlist Generation
WPA2 is salted using the SSID. So rainbow tables of passwords of non-trivial length are likely to be infeasible for a given AP, other than maaaaaaaaaybe for the ones that are named "linksys" and other... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,716 |
04-30-2017, 06:33 AM |