Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Devices being skipped
Post: RE: Devices being skipped
which hashcat version ? did you try with beta and release version from https://hashcat.net/beta/ and https://hashcat.net/hashcat accordingly ?
please also post the output of:
Code:
--
hashcat -... |
|
philsmd |
hashcat
|
8 |
1,249 |
07-25-2020, 01:46 PM |
|
|
Thread: Devices being skipped
Post: RE: Devices being skipped
yeah, this really looks like a problem/bug in the alias detection code (see all other devices are detected as Alias for #1).
I will ask atom (the main hashcat developer of hashcat) if he knows how ... |
|
philsmd |
hashcat
|
8 |
1,249 |
07-25-2020, 02:24 PM |
|
|
Thread: Devices being skipped
Post: RE: Devices being skipped
With this new change to the hashcat alias detection code all devices should be distinguished (in your particular case the PCI lanes for all devices were the same, 00:00.0, only the PCI domain 0001-000... |
|
philsmd |
hashcat
|
8 |
1,249 |
07-27-2020, 03:32 PM |
|
|
Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks
Code:
--
-D 1,2
--
can be used to enable both CPU and GPU (the Intel OpenCL Runtime for Core or Xeon processors need to be installed, in general), but note that it doesn't always increase speed... |
|
philsmd |
Hardware
|
6 |
1,260 |
07-15-2020, 06:49 AM |
|
|
Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks
That statement doesn't make sense without the full context.
Does hashcat even list all the OpenCL-supported CPU devices at the start ? Did you install the driver that I mentioned and which is also ... |
|
philsmd |
Hardware
|
6 |
1,260 |
07-15-2020, 10:48 PM |
|
|
Thread: How long to decrypt SHA256
Post: RE: How long to decrypt SHA256
also note that you can't use decrypt with hashes: https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/
something that isn't encrypted, can't in general be decrypted
-m 1400 = S... |
|
philsmd |
hashcat
|
6 |
1,263 |
05-29-2020, 09:15 PM |
|
|
Thread: tutorial/documentation about adding modules
Post: RE: tutorial/documentation about adding modules
The developers planned to add some wiki page (and/or forum thread) about the very new hashcat module system that wasn't even released yet. Only beta versions of hashcat do support hashcat modules.
Th... |
|
philsmd |
hashcat
|
1 |
1,264 |
08-19-2019, 01:06 PM |
|
|
Thread: reject bug when using wordlist + rule attack on WPA/WPA2 hash
Post: RE: reject bug when using wordlist + rule attack o...
rules are applied on GPU for performance reasons (after the fact, after the rejection routine) and we can't really filter each and every combination correctly on GPU (syncing this would be very comple... |
|
philsmd |
hashcat
|
2 |
1,266 |
10-16-2019, 07:38 PM |
|
|
Thread: Partial mask increment
Post: RE: Partial mask increment
with hashcat mask files (.hcmask): https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files and https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_hashcat_mask_file
... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
1,267 |
02-28-2020, 04:00 PM |
|
|
Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...
I think this is related: https://github.com/hashcat/hashcat/issues/1644
it's probably much more complicated than just storing 1 additional value... I think the problem has mainly to do with statist... |
|
philsmd |
hashcat
|
4 |
1,267 |
05-07-2020, 10:52 AM |
|
|
Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...
I was thinking about this now a little bit and I found another problem...
if the user uses --skip (or short -s) it doesn't mean that the byte offset is available in any file (neither .restore, .dic... |
|
philsmd |
hashcat
|
4 |
1,267 |
05-07-2020, 03:22 PM |
|
|
Thread: Brain - couple of questions
Post: RE: Brain - couple of questions
features should be used as they were meant to be used. brain is not a replacement for the -s / -l option or a distributed cracking setup.
you could/should use something like hashtopolis (which btw ... |
|
philsmd |
hashcat
|
2 |
1,271 |
06-10-2019, 01:03 PM |
|
|
Thread: Plz help with iTunes encryption
Post: RE: Plz help with iTunes encryption
dictionary-based attacks (-a 0) with rules (-r) are in general more clever compared to "brute-force" except if you know for sure that the password is 100% randomly generated |
|
philsmd |
hashcat
|
2 |
1,274 |
06-05-2019, 01:11 PM |
|
|
Thread: Blockchain Wallet
Post: RE: Blockchain Wallet
my guess is that you already should have a backup of your JSON file downloaded beforehand, ready to be used for recovery and saved to your disk ?
If you didn't make any backups and don't have any fil... |
|
philsmd |
hashcat
|
6 |
1,279 |
06-17-2020, 01:00 PM |
|
|
Thread: Blockchain Wallet
Post: RE: Blockchain Wallet
oh, this is actually interesting that the support team is offering you to kind of spam them with login requests. My guess is that there will still be a limit, it might just be a little bit larger (for... |
|
philsmd |
hashcat
|
6 |
1,279 |
06-19-2020, 09:12 AM |
|
|
Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?
does it work with -D 1 added to the command line:
Code:
--
hashcat -m 1000 -a 3 -O -D 1 easyntlm.txt ?l?l?l?l
--
To me this really seems like a (very dangerous) driver bug. since the self-test... |
|
philsmd |
hashcat
|
8 |
1,281 |
06-25-2020, 12:20 AM |
|
|
Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?
the -D 1 parameter does whitelist your CPU device (the Intel i7) cpu (see --help for all the command line parameters that hashcat supports and what they mean).
that means that with -D 1 you are testi... |
|
philsmd |
hashcat
|
8 |
1,281 |
06-25-2020, 12:49 AM |
|
|
Thread: Hash Format for IOS 12.x and 13.x
Post: RE: Hash Format for IOS 12.x and 13.x
it's most probably just the "salt"/key. every time you make a backup a different encryption key and salt is used.
BTW: you are not allowed to post hashes in this forum (see https://hashcat.net/foru... |
|
philsmd |
hashcat
|
2 |
1,283 |
02-19-2020, 10:37 PM |
|
|
Thread: need help to extract true crypt hash
Post: RE: need help to extract true crypt hash
You should use this guide: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes
you should test it on a new sample with known password (i.e. test if you are doing all steps co... |
|
philsmd |
hashcat
|
1 |
1,292 |
02-23-2019, 07:31 PM |
|
|
Thread: Hash not found
Post: RE: Hash not found
I guess you are confusing something and did (maybe accidentially) put the content of the .hccapx file into that found file.
see https://hashcat.net/wiki/doku.php?id=hccapx
the "HCPX" is clearly ... |
|
philsmd |
hashcat
|
1 |
1,299 |
12-15-2018, 06:12 PM |