Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: cracking way too fast?
Post: RE: cracking way too fast?
If you use the release version from https://hashcat.net/ you just need to know that this is a known issue and was already fixed: https://github.com/hashcat/hashcat/issues/1178
You can use https://has... |
|
philsmd |
hashcat
|
2 |
3,599 |
03-26-2017, 06:32 PM |
|
|
Thread: multi hash
Post: RE: multi hash
See https://hashcat.net/wiki/hccapx
for windows:
Code:
--
copy /b single_hccapxs\*.hccapx all_in_one\multi.hccapx
--
for linux:
Code:
--
cat single_hccapxs/*.hccapx > all_in_one/multi.hcc... |
|
philsmd |
hashcat
|
6 |
6,160 |
03-29-2017, 06:41 PM |
|
|
Thread: Limit to distribute
Post: RE: Limit to distribute
This question was already answered a couple of times, please use the forum search.
https://hashcat.net/forum/thread-6448-post-34346.html#pid34346 |
|
philsmd |
hashcat
|
4 |
3,997 |
03-30-2017, 09:18 AM |
|
|
Thread: Literal word, characters any case
Post: RE: Literal word, characters any case
Actually there are different ways to accomplish this and the strategy you choose depends heavily on how many hashes/salts you have and on the type of hashes (the examples are for -m 0 = MD5 below):
... |
|
philsmd |
hashcat
|
2 |
2,558 |
03-30-2017, 08:12 AM |
|
|
Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...
1.
Code:
--
hashcat --keyspace -a 3 ?a?a?a?a?a?a?a
81450625
--
2.
Code:
--
81450625 / 10 = 8145063
--
3.
Code:
--
hashcat -m 0 -a 3 -w 4 --skip 0 --limit 8145063 hash_file.txt ?a?a?a?... |
|
philsmd |
hashcat
|
3 |
5,662 |
03-30-2017, 09:15 AM |
|
|
Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...
This question is also within the most frequently asked questions (wiki page): https://hashcat.net/faq#what_is_a_keyspace |
|
philsmd |
hashcat
|
3 |
5,662 |
03-30-2017, 11:01 AM |
|
|
Thread: Getting a Hash Via DD From a VeraCrypt File
Post: RE: Getting a Hash Via DD From a VeraCrypt File
... if you are using crunch together with hashcat you are probably doing something wrong (well, this might not always be the case, but most of the time for new users!)
hashcat has all the attack mode... |
|
philsmd |
hashcat
|
4 |
5,596 |
03-30-2017, 12:21 PM |
|
|
Thread: Limit to distribute
Post: RE: Limit to distribute
This is a known issue of the current release version (3.40): see https://github.com/hashcat/hashcat/issues/1153
You could use the beta version which includes the fix (https://hashcat.net/beta/) or ... |
|
philsmd |
hashcat
|
4 |
3,997 |
03-30-2017, 07:42 PM |
|
|
Thread: 1Password with 15/16 characters - *most likely* known - how to start?
Post: RE: 1Password with 15/16 characters - *most likely...
welcome.
The hashcat documentation is here: https://hashcat.net/wiki/ and/or https://hashcat.net/faq/
1. you can use 1password2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bl... |
|
philsmd |
hashcat
|
3 |
3,958 |
03-30-2017, 07:47 PM |
|
|
Thread: Solved WPA2 Hash - but Password won't work
Post: RE: Solved WPA2 Hash - but Password won't work
I think it is much more likely that there are some further security measurements (like MAC address filtering) or that you type/input the password incorrectly (wrong configuration/setting/HEX vs presha... |
|
philsmd |
hashcat
|
4 |
5,191 |
03-31-2017, 08:53 AM |
|
|
Thread: distributed cracking: relation between -s/-l value and Restore.Point value when cracked
Post: RE: how to run hashcat in a distributed environmen...
You shouldn't make this type of connection between -s/-l value and the value you see at the time the hashes were cracked in the Restore.Point line (there are additional features that might influence i... |
|
philsmd |
hashcat
|
6 |
5,688 |
03-31-2017, 09:21 AM |
|
|
Thread: Encrypted TimeMachine external backup disk
Post: RE: Encrypted TimeMachine external backup disk
I am not really familiar with these TimeMachine backups, but I assume that whenever you have a Manifest.plist file (does that file ship with the backup?) and itunes_backup2hashcat.pl extracted some "h... |
|
philsmd |
hashcat
|
5 |
6,174 |
04-01-2017, 08:11 AM |
|
|
Thread: Cloud GPU's
Post: RE: Cloud GPU's
Teslas are slower than Maxwell cards when it comes to hash cracking.
Maybe you can find a "cloud provider" with 970, 980, 980ti, 1080, 1080ti etc; probably not, because they do not focus on hash cr... |
|
philsmd |
Hardware
|
4 |
6,159 |
04-01-2017, 08:18 AM |
|
|
Thread: Cloud GPU's
Post: RE: Cloud GPU's
Of course more cores means more performance (in general), but here we are talking about some very different architectures and instruction sets. That is what makes the real difference for hash cracking... |
|
philsmd |
Hardware
|
4 |
6,159 |
04-01-2017, 09:50 AM |
|
|
Thread: Which way is faster
Post: RE: Which way is faster
Well, the following facts should be very obvious but maybe you are asking for them:
- if the dictionary is very small and dedicated a word list attack (-a 0) would be smarter/better
- if a dictionary ... |
|
philsmd |
hashcat
|
7 |
9,226 |
04-02-2017, 03:02 PM |
|
|
Thread: Which way is faster
Post: RE: Which way is faster
|
philsmd |
hashcat
|
7 |
9,226 |
04-02-2017, 04:01 PM |
|
|
Thread: Help with partial known simple OS X password
Post: RE: Help with partial known simple OS X password
-a 3 is for mask attack (https://hashcat.net/wiki/mask_attack), if you want to use a wordlist, you need to use -a 0
I'm not sure what D:\cracked.txt or [path to cracked.txt] mean in your example. I... |
|
philsmd |
hashcat
|
6 |
6,006 |
04-03-2017, 05:51 PM |
|
|
Thread: Help with partial known simple OS X password
Post: RE: Help with partial known simple OS X password
I didn't say you shoud use "- o" (minus space lower-case o), but "-o file".
That's a huge difference.
Furthermore, this "-1 xyz?d?d?d?d" is totally wrong. What should this do in your opinion?
--cust... |
|
philsmd |
hashcat
|
6 |
6,006 |
04-03-2017, 09:03 PM |
|
|
Thread: Salt-value exception
Post: RE: Salt-value exception
Please make sure you are using the newest version of hashcat and 7z2hashcat |
|
philsmd |
General Talk
|
2 |
4,621 |
04-04-2017, 02:13 PM |
|
|
Thread: CISCO-IOS SHA256
Post: RE: CISCO-IOS SHA256
It's not allowed to post hashes.
1 week ban to revise the forum rules! |
|
philsmd |
General Talk
|
1 |
3,518 |
04-04-2017, 05:04 PM |