Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: What is pw_len of the pw type ?
Post: RE: What is pw_len of the pw type ?
yes u32[] means that each item consist of 4 bytes, i.e. 64 * 4 = 256 maximum password length
pw_len is the length in bytes, of course (everything else wouldn't make sense). each additional characte... |
|
philsmd |
hashcat
|
2 |
1,001 |
02-26-2020, 01:14 PM |
|
|
Thread: Maskprocessor | Hashcat syntax question
Post: RE: Maskprocessor | Hashcat syntax question
no, you do NOT need maskprocessor in that specific situation (already a huge keyspace/mask).
you could improve speed by adding -w 3 or even -w 4 to your command line |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
1,084 |
02-29-2020, 02:16 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: Delete character using rule "s"
Post: RE: Delete character using rule "s"
Code:
--
@,
--
https://hashcat.net/wiki/doku.php?id=rule_based_attack (purge) |
|
philsmd |
hashcat
|
2 |
1,004 |
03-10-2020, 11:18 AM |
|
|
Thread: Hash extract error
Post: RE: Hash extract error
It probably would make much more sense to report this problem to the bleeding-jumbo JTR repository (https://github.com/magnumripper/JohnTheRipper ) where the bitcoin2john.py utility is being developed... |
|
philsmd |
General Talk
|
2 |
920 |
03-07-2020, 10:34 AM |
|
|
Thread: Bitcoin encryption algorithm
Post: RE: Bitcoin encryption algorithm
One good thing about hashcat source code, is that we also have several high-level tests (like the test framework in perl)... this is very easy code to understand, even if you are only fluent with pyth... |
|
philsmd |
General Talk
|
2 |
1,111 |
03-17-2020, 09:47 AM |
|
|
Thread: PTX error when launching hashcat
Post: RE: PTX error when launching hashcat
You could try with beta from https://hashcat.net/forum
You could test this guide: https://hashcat.net/faq/wrongdriver
You should give more information about hardware etc
Only newer versions of ... |
|
philsmd |
hashcat
|
2 |
1,212 |
03-23-2020, 08:28 PM |
|
|
Thread: Hashfile 'hash100.txt' on line 1 Token length exception : No Hashes Loaded
Post: RE: Hashfile 'hash100.txt' on line 1 Token length ...
Do not use --force
Do not use --show (makes no sense while trying to *crack* hashes)
Example hashes can be found here: https://hashcat.net/wiki/example_hashes
or use the command: hashcat -m 1000 ... |
|
philsmd |
hashcat
|
2 |
850 |
03-29-2020, 12:34 PM |
|
|
Thread: Is This Make A Problem for Cracking?
Post: RE: Is This Make A Problem for Cracking?
It's not a problem (unless you use --force to hide some other "Warnings/errors").
The reason is just that in one case (left) you have a single network/essid and on the other hand (right) you have s... |
|
philsmd |
hashcat
|
2 |
681 |
03-30-2020, 07:38 PM |
|
|
Thread: Detecting 1 Device (CPU) not GPU
Post: RE: Detecting 1 Device (CPU) not GPU
https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
2 |
765 |
04-03-2020, 09:02 PM |
|
|
Thread: Cracking hash
Post: RE: Cracking hash
do not post any hashes: https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
2,644 |
04-06-2020, 09:13 PM |
|
|
Thread: Searching guys with many GPU
Post: RE: Searching guys with many GPU
Well, I don't think it's really against the rule but:
1. you might reach much more people who could be interested in these strange "jobs" by using other forums like https://forum.hashkiller.io/index.... |
|
philsmd |
General Talk
|
2 |
1,180 |
04-30-2020, 12:41 PM |
|
|
Thread: Sorting many masks by number of combinations?
Post: RE: Sorting many masks by number of combinations?
maybe this one:
PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack/
https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pack/ |
|
philsmd |
hashcat
|
2 |
805 |
04-30-2020, 02:08 PM |
|
|
Thread: hashcat and $electrum$5* hash
Post: RE: hashcat and $electrum$5* hash
As far as we know, this is a driver problem and happens because of the deflate/zlib decompression code.
This means that for your driver/hardware also the compressed PKZIP modes will fail (not a pro... |
|
philsmd |
hashcat
|
2 |
657 |
05-02-2020, 06:39 PM |
|
|
Thread: PBKDF2-HMAC-SHA256
Post: RE: PBKDF2-HMAC-SHA256
it's written in the document you linked: https://perlmaven.com/storing-passwords-in-a-an-easy-but-secure-way -> https://metacpan.org/pod/Crypt::PBKDF2 -> "the number of iterations encoded with MIME::B... |
|
philsmd |
hashcat
|
2 |
702 |
05-03-2020, 11:37 AM |
|
|
Thread: Slow-candidates for hybrid attacks
Post: RE: Slow-candidates for hybrid attacks
I think there isn't really any serious reasoning why it isn't implemented yet. You could try to request it on github (https://github.com/hashcat/hashcat/issues/) and see if it gets accepted and implem... |
|
philsmd |
hashcat
|
2 |
1,211 |
05-08-2020, 12:59 PM |
|
|
Thread: How to use named pipe with hashcat?
Post: RE: How to use named pipe with hashcat?
the problem with named pipes is that they act like a normal file, but have no "file size", so hashcat will read through all of the input to discover the number of password candidates (or "length") and... |
|
philsmd |
hashcat
|
2 |
569 |
05-13-2020, 02:09 PM |
|
|
Thread: Windows hashcat with amd gpu Error
Post: RE: Windows hashcat with amd gpu Error
which operating system ?
which driver version ? ROCm ?
did you try with the beta version from https://hashcat.net/beta/ ? |
|
philsmd |
hashcat
|
2 |
643 |
05-16-2020, 08:20 PM |
|
|
Thread: AMD cpu
Post: RE: AMD cpu
you need to install the OpenCL Runtime for Intel Core or Xeon processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
Yeah, this is no joke. th... |
|
philsmd |
hashcat
|
2 |
883 |
05-20-2020, 08:35 PM |
|
|
Thread: Hashcat isn't using GPU
Post: RE: Hashcat isn't using GPU
it's quite an old GPU. Does the driver you have even state official OpenCL support for your GPU with latest version ?
maybe you can also test with some tuning software like afterburner and GPU-Z et... |
|
philsmd |
hashcat
|
2 |
853 |
05-26-2020, 09:31 AM |