Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Integer overflow detected in keyspace of wordlist
Post: RE: Integer overflow detected in keyspace of wordl...

The password in the defined wordlist exceeds the 2^64 limit.
hellohihi hashcat 7 7,025 11-24-2023, 04:25 AM
    Thread: How to identify password encode
Post: RE: How to identify password encode

what I ask for is how to use the following option to identify password encoding as raw, 16BE, 16LE, or UTF-8 ? module_opts_type() This configuration item is a bitmask field and is very similar to ...
hellohihi hashcat 5 6,031 11-02-2023, 09:57 AM
    Thread: How to identify password encode
Post: RE: How to identify password encode

I want to know when I write a hashcat decrypt module, and the password send to the module is such as 16BE, how can I tell the hashcat to do the password code transfer.
hellohihi hashcat 5 6,031 11-01-2023, 09:19 AM
    Thread: How to identify password encode
Post: How to identify password encode

Can someone tell me how to identify password is encoded as local code page, 16BE, 16LE, or UTF-8 ?
hellohihi hashcat 5 6,031 10-31-2023, 04:52 PM
    Thread: Is there has error with these functions
Post: Is there has error with these functions

Is there have error in selector or left/right rotate with these two functions (in inc_common.cl) (I think the undo_utf16be_S has error in left/right rotate operation) DECLSPEC void undo_utf16be_...
hellohihi hashcat 0 3,053 12-02-2021, 09:19 AM
    Thread: function write in C
Post: function write in C

Can someone tell me how to write the following function(in inc_common.cl) DECLSPEC u32 hc_byte_perm_S (const u32 a, const u32 b, const int c) with C language DECLSPEC u32 hc_byte_perm_S (const u32...
hellohihi hashcat 0 2,932 11-30-2021, 01:32 PM
    Thread: is there some thing wrong in KERNEL_FQ void m22400_init (KERN_ATTR_TMPS_ESALT (aescry
Post: is there some thing wrong in KERNEL_FQ void m22400...

in KERNEL_FQ void m22400_init (KERN_ATTR_TMPS_ESALT (aescrypt_tmp_t, aescrypt_t)), I believe the following code is wrong. ......   u32 w[80] = { 0 };   for (u32 i = 0, j = 0; i < pw_len; i ...
hellohihi hashcat 2 6,049 10-17-2021, 01:28 PM
    Thread: m1465x.cl not found
Post: m1465x.cl not found

the opencl code of m14651, m14652 and m14653 is missing. typedef enum kern_type_luks {   KERN_TYPE_LUKS_SHA1_AES          = 14611,   KERN_TYPE_LUKS_SHA1_SERPENT      = 14612,   KERN_TYPE_LUKS...
hellohihi hashcat 0 2,629 10-17-2021, 12:21 PM
    Thread: Is there some thing wrong of deal with rules
Post: RE: Is there some thing wrong of deal with rules

I see, there is no Extract memory implement in kernel mode
hellohihi hashcat 2 5,593 08-28-2021, 10:58 AM
    Thread: Is there some thing wrong of deal with rules
Post: Is there some thing wrong of deal with rules

The rule deal function is DECLSPEC int apply_rules (CONSTANT_AS const u32 *cmds, u32 *buf, const int in_len) {   int out_len = in_len;   for (u32 i = 0; cmds[i] != 0; i++)   {     const u32 ...
hellohihi hashcat 2 5,593 08-28-2021, 05:39 AM