Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Operating Systems used by hashcat users
Post: RE: Operating Systems used by hashcat users
hashcat: linux
oclhashcat: windows
:P |
|
undeath |
Organisation and Events
|
10 |
28,248 |
06-08-2012, 06:09 PM |
|
|
Thread: Optimize this crack
Post: RE: Optimize this crack
spin711 Wrote: (10-04-2018, 11:10 AM)
--
The main 10 chars password might be a truly random string generated by CSPRNG method
Stats found:
- Maximum 7 digits
- No more than 3 repeated chars side... |
|
undeath |
hashcat
|
3 |
2,639 |
10-04-2018, 12:01 PM |
|
|
Thread: Optimized kernel problem
Post: RE: Optimized kernel problem
Looks like a temperature or power problem. |
|
undeath |
hashcat
|
2 |
2,854 |
08-15-2018, 10:44 AM |
|
|
Thread: Optimizing WPA recovery
Post: RE: Optimizing WPA recovery
you can simply concatenate hccapx files |
|
undeath |
General Talk
|
4 |
1,529 |
02-20-2020, 06:10 PM |
|
|
Thread: Oracle 11g Format
Post: RE: Oracle 11g Format
i guess you have to use the --hex-salt option |
|
undeath |
Very old oclHashcat-plus Support
|
12 |
27,495 |
04-06-2012, 05:18 PM |
|
|
Thread: organize large databases for hashcat
Post: RE: organize large databases for hashcat
Microsoft Excel/libreoffice calc? |
|
undeath |
General Talk
|
7 |
6,903 |
08-17-2017, 04:23 PM |
|
|
Thread: OS Recommendation / Experience?
Post: RE: OS Recommendation / Experience?
Maybe you're missing some chipset driver on ubuntu? |
|
undeath |
Hardware
|
3 |
6,303 |
01-12-2015, 04:44 PM |
|
|
Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash
no, it would throw a syntax error because you're missing a dash in front of "output-file". After you fix that it will run 4-5 length because that's where your mask ends. |
|
undeath |
Old hashcat Support
|
7 |
12,569 |
04-17-2016, 12:26 AM |
|
|
Thread: osx errors
Post: RE: osx errors
you need to properly escape your arguments depending on your shell |
|
undeath |
hashcat
|
2 |
1,012 |
01-04-2020, 04:30 PM |
|
|
Thread: Out of my Depth
Post: RE: Out of my Depth
https://www.ifixit.com/Answers/View/78792/How+do+I+reset+the+firmware+password+on+my+MacBook+Pro |
|
undeath |
General Help
|
6 |
8,896 |
01-16-2016, 08:05 PM |
|
|
Thread: Outfile interference
Post: RE: Outfile interference
i have never had problems with multiple instances writing to the same outfile. However using the same infile with --remove will cause problems. |
|
undeath |
General Help
|
3 |
6,957 |
07-15-2012, 01:27 PM |
|
|
Thread: Output progress over time in hashcat
Post: RE: Output progress over time in hashcat
You can use --status and --status-timer to log hashcat's progress to stdout (and redirect to a file) and then analyse those logs. |
|
undeath |
hashcat
|
3 |
897 |
04-13-2020, 11:56 PM |
|
|
Thread: Output progress over time in hashcat
Post: RE: Output progress over time in hashcat
you can simply redirecd hashcat's output using your shell features. usually that means appending "> file.log" to your command line. |
|
undeath |
hashcat
|
3 |
897 |
04-14-2020, 01:18 PM |
|
|
Thread: Output the calculated hashes to file?
Post: RE: Output the calculated hashes to file?
|
undeath |
Old oclHashcat Support
|
4 |
5,481 |
05-05-2016, 11:38 PM |
|
|
Thread: Paid Rules Assistance?
Post: RE: Paid Rules Assistance?
you can try your luck on the hashkiller.co.uk forums. |
|
undeath |
hashcat
|
9 |
2,223 |
03-08-2020, 02:49 PM |
|
|
Thread: Parsing and counting salts in hashlists
Post: RE: Parsing and counting salts in hashlists
There is no generic way of doing it. Various formats have their own representation and encoding. See https://hashcat.net/wiki/doku.php?id=example_hashes for some examples. |
|
undeath |
General Talk
|
2 |
1,189 |
09-20-2019, 12:57 PM |
|
|
Thread: Partial recovery
Post: RE: Partial recovery
The only hashes you can have partial matches are LM hashes because they are actually two hashes. |
|
undeath |
General Help
|
11 |
14,878 |
05-12-2015, 01:21 AM |
|
|
Thread: Partial recovery
Post: RE: Partial recovery
@epixoip: I'm pretty sure he is referring to truncated hashes. |
|
undeath |
General Help
|
11 |
14,878 |
05-14-2015, 02:21 AM |
|
|
Thread: Partially known password + md5 hash + trouble cracking
Post: RE: Partially known password + md5 hash + trouble ...
hashcat cpu does not support reading words from stdin. Therefore this must either be saved into a textfile temporarily or be archived by a corresponding ruleset. (hashcat cpu does not support multiple... |
|
undeath |
General Help
|
5 |
17,247 |
01-28-2012, 04:25 AM |
|
|
Thread: password 8 letters
Post: RE: password 8 letters
if you want to shorten the testing process you can for example run
hashcat -m 2500 -a 3 -o password.txt dom.hccapx huberus
or
hashcat -m 2500 -a 3 -o password.txt dom.hccapx huberu?l |
|
undeath |
hashcat
|
6 |
1,841 |
01-19-2020, 11:57 PM |