Home
last modified time | relevance | path

Searched refs:netntlm (Results 1 – 25 of 28) sorted by relevance

12

/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_05500.c34 typedef struct netntlm struct
176 netntlm->user_len = user_len * 2; in module_hash_decode()
177 netntlm->domain_len = domain_len * 2; in module_hash_decode()
178 netntlm->srvchall_len = srvchall_len / 2; in module_hash_decode()
250 …if ((netntlm->chall_buf[2] == 0) && (netntlm->chall_buf[3] == 0) && (netntlm->chall_buf[4] == 0) &… in module_hash_decode()
256 w[ 2] = netntlm->chall_buf[0]; in module_hash_decode()
257 w[ 3] = netntlm->chall_buf[1]; in module_hash_decode()
356 ptr = (u8 *) netntlm->userdomain_buf; in module_hash_encode()
366 ptr += netntlm->user_len; in module_hash_encode()
375 ptr = (u8 *) netntlm->chall_buf; in module_hash_encode()
[all …]
H A Dmodule_05600.c33 typedef struct netntlm struct
135 netntlm->user_len = user_len * 2; in module_hash_decode()
136 netntlm->domain_len = domain_len * 2; in module_hash_decode()
137 netntlm->srvchall_len = srvchall_len / 2; in module_hash_decode()
138 netntlm->clichall_len = clichall_len / 2; in module_hash_decode()
213 uptr = (u32 *) netntlm->userdomain_buf; in module_hash_decode()
220 uptr = (u32 *) netntlm->chall_buf; in module_hash_decode()
254 ptr = (u8 *) netntlm->userdomain_buf; in module_hash_encode()
264 ptr += netntlm->user_len; in module_hash_encode()
273 ptr = (u8 *) netntlm->chall_buf; in module_hash_encode()
[all …]
H A Dmodule_27000.c35 typedef struct netntlm struct
190 netntlm->user_len = user_len * 2; in module_hash_decode()
191 netntlm->domain_len = domain_len * 2; in module_hash_decode()
192 netntlm->srvchall_len = srvchall_len / 2; in module_hash_decode()
264 …if ((netntlm->chall_buf[2] == 0) && (netntlm->chall_buf[3] == 0) && (netntlm->chall_buf[4] == 0) &… in module_hash_decode()
270 w[ 2] = netntlm->chall_buf[0]; in module_hash_decode()
271 w[ 3] = netntlm->chall_buf[1]; in module_hash_decode()
370 ptr = (u8 *) netntlm->userdomain_buf; in module_hash_encode()
380 ptr += netntlm->user_len; in module_hash_encode()
389 ptr = (u8 *) netntlm->chall_buf; in module_hash_encode()
[all …]
H A Dmodule_27100.c35 typedef struct netntlm struct
150 netntlm->user_len = user_len * 2; in module_hash_decode()
151 netntlm->domain_len = domain_len * 2; in module_hash_decode()
152 netntlm->srvchall_len = srvchall_len / 2; in module_hash_decode()
153 netntlm->clichall_len = clichall_len / 2; in module_hash_decode()
228 uptr = (u32 *) netntlm->userdomain_buf; in module_hash_decode()
235 uptr = (u32 *) netntlm->chall_buf; in module_hash_decode()
269 ptr = (u8 *) netntlm->userdomain_buf; in module_hash_encode()
279 ptr += netntlm->user_len; in module_hash_encode()
288 ptr = (u8 *) netntlm->chall_buf; in module_hash_encode()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dnetntlm.pl100 my ($account,$lmpass,$bar,$netlm,$netntlm,$chall) = split(/:/, $credential_set);
124 my ($account,$foo,$bar,$netlm,$netntlm,$chall) = split(/:/, $credential_set);
125 if (lc($netlm) eq lc($netntlm)) {
H A Dbenchmark-unify188 netntlm-naive, NTLMv1 C/R netntlmv2, NTLMv2 C/R
196 NTLMv1 C/R MD4 DES netntlm, NTLMv1 C/R
197 NTLMv1 C/R MD4 DES (ESS MD5) netntlm, NTLMv1 C/R
/dports/security/john/john-1.9.0-jumbo-1/doc/
H A DNETNTLM_README90 First netntlm.pl Pass (Crack Remaining Characters):
91 $ netntlm.pl --file capture.lc --seed CRICKET
94 Second netntlm.pl Pass (Determine Case Sensitive Password)[a]:
95 $ netntlm.pl --file capture.lc
115 $ john --format=netntlm capture.lc
H A Dpass_gen.Manifest138 Changed netntlm to netntlm_ess, which ONLY produce ESS hashes.
H A DREADME.bash-completion108 afs lm netntlm raw-sha
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c3849 return memcmp (s1->netntlm, s2->netntlm, sizeof (netntlm_t)); in compare_salt_netntlm()
9784 salt_search->netntlm = netntlm; in load_hashes()
9841 …if ((netntlm->chall_buf[2] == 0) && (netntlm->chall_buf[3] == 0) && (netntlm->chall_buf[4] == 0) &… in load_hashes()
9845 w[ 0] = netntlm->chall_buf[6]; in load_hashes()
9846 w[ 1] = netntlm->chall_buf[7]; in load_hashes()
9847 w[ 2] = netntlm->chall_buf[0]; in load_hashes()
9848 w[ 3] = netntlm->chall_buf[1]; in load_hashes()
10056 salt_search->netntlm = netntlm; in load_hashes()
10132 myfree (salt_search->netntlm); in load_hashes()
14908 db->salts_buf[0]->netntlm = netntlm; in main()
[all …]
H A Dengine.c11601 netntlm_t *netntlm = salt->netntlm; in hashing_05600() local
11603 const uint32_t userdomain_len = netntlm->user_len in hashing_05600()
11604 + netntlm->domain_len; in hashing_05600()
11606 const uint32_t chall_len = netntlm->srvchall_len in hashing_05600()
11607 + netntlm->clichall_len; in hashing_05600()
11625 ipad_buf[j][i] = netntlm->userdomain_buf[j]; in hashing_05600()
11700 ipad_buf[j][i] = netntlm->chall_buf[off + j]; in hashing_05600()
11711 ipad_buf[j][i] = netntlm->chall_buf[off + j]; in hashing_05600()
/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm27100-pure.cl40 typedef struct netntlm
H A Dm05600_a0-pure.cl20 typedef struct netntlm
H A Dm05600_a1-pure.cl18 typedef struct netntlm
H A Dm05600_a3-pure.cl18 typedef struct netntlm
H A Dm05600_a0-optimized.cl20 typedef struct netntlm
H A Dm05600_a1-optimized.cl18 typedef struct netntlm
H A Dm27000-pure.cl513 typedef struct netntlm
H A Dm05500_a0-pure.cl19 typedef struct netntlm
H A Dm05500_a1-pure.cl17 typedef struct netntlm
H A Dm05600_a3-optimized.cl18 typedef struct netntlm
H A Dm05500_a3-pure.cl17 typedef struct netntlm
H A Dm05500_a0-optimized.cl19 typedef struct netntlm
H A Dm05500_a1-optimized.cl17 typedef struct netntlm
/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dcommon.h423 netntlm_t *netntlm; member

12