Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: change hash type
Post: RE: change hash type
you can use the program "mkpasswd". Alternatively here is a hash for password "hashcat": $2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6 |
|
undeath |
Old oclHashcat Support
|
16 |
23,422 |
08-13-2014, 11:35 AM |
|
|
Thread: change hash type
Post: RE: change hash type
assilum Wrote: (08-16-2014, 10:23 AM)
--
How can you compare CPU and GPU performances ?
--
this solely depends on the PSA used. The more memory access a PSA needs to calculate, the slower it gets o... |
|
undeath |
Old oclHashcat Support
|
16 |
23,422 |
08-16-2014, 11:49 AM |
|
|
Thread: Charset ?h
Post: RE: Charset ?h
https://www.utf8-chartable.de/
starting at U+00C0 until U+00FF |
|
undeath |
Very old oclHashcat Support
|
3 |
12,754 |
10-23-2011, 01:14 PM |
|
|
Thread: Charset also giving no char?
Post: RE: Charset also giving no char?
?s does include a space but a mask charset will never "include" a noop. |
|
undeath |
hashcat
|
1 |
260 |
08-27-2020, 03:17 PM |
|
|
Thread: charset and unicode
Post: RE: charset and unicode
shouldn't utf-8 work just as fine as ascii? Default garbage in, garbage out mentality? |
|
undeath |
Very old oclHashcat-plus Support
|
7 |
13,062 |
09-16-2012, 12:38 PM |
|
|
Thread: cHC+64 skips the first hash O.o
Post: RE: cHC+64 skips the first hash O.o
i think it depends on whether the BOM is set or not. If no BOM is set, everything should be ok. |
|
undeath |
Very old oclHashcat-plus Support
|
6 |
10,981 |
04-14-2012, 10:25 PM |
|
|
Thread: Choosing budget GPU woes
Post: RE: Choosing budget GPU woes
I personally "upgraded" my 5850 with a 750Ti. This is as far as you can get with 100£ but the performance is about the same. You would get about the same performance at half the power consumption and... |
|
undeath |
Hardware
|
7 |
14,798 |
07-10-2015, 03:50 PM |
|
|
Thread: Cisco
Post: RE: Cisco
https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
General Help
|
3 |
6,603 |
05-10-2014, 09:56 PM |
|
|
Thread: Cisco ASA hash type
Post: RE: Cisco ASA hash type
that's now binary. you need base64 -> binary -> hex |
|
undeath |
hashcat
|
6 |
8,034 |
12-08-2017, 02:26 PM |
|
|
Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch
Tried a few things with PBKDF2-HMAC-SHA256 but no dice. Tried iteration count 1-3000, then up to 30500 in 500 steps and also 2^x, x ∈ ℕ |
|
undeath |
hashcat
|
5 |
1,772 |
02-27-2020, 07:30 PM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
the mask depens on what candidates you want to test, not on your hashing scheme. |
|
undeath |
General Help
|
8 |
29,656 |
04-14-2015, 05:05 PM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
btw, you're not specifying a mask. It will not do what you think it does. |
|
undeath |
General Help
|
8 |
29,656 |
04-14-2015, 11:15 PM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
if you don't specify a mask hashcat will use a default one. One that is not full brute force. |
|
undeath |
General Help
|
8 |
29,656 |
04-14-2015, 11:21 PM |
|
|
Thread: clBuildProgram() -11
Post: RE: clBuildProgram() -11
remove the SDK, install 12.08 and pray. |
|
undeath |
Very old oclHashcat-plus Support
|
8 |
14,497 |
10-25-2012, 09:29 PM |
|
|
Thread: clBuildProgram() -11
Post: RE: clBuildProgram() -11
|
undeath |
Very old oclHashcat-plus Support
|
8 |
14,497 |
10-25-2012, 10:46 PM |
|
|
Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
looks like your hashcat is missing files. Re-download it and extract it anew, to a new folder to make sure it's in a clean state. |
|
undeath |
hashcat
|
8 |
6,178 |
10-19-2019, 03:54 PM |
|
|
Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Are you copying stuff around or running "make install" or are you running hashcat from the build directory? |
|
undeath |
hashcat
|
8 |
6,178 |
10-19-2019, 07:26 PM |
|
|
Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Code:
--
Device #2: Kernel /hashcat/OpenCL/m00000_a3-optimized.cl build failed - proceeding without this device.
--
the path is weird. It shouldn't be trying to pick up anything from /hashcat but ~... |
|
undeath |
hashcat
|
8 |
6,178 |
10-19-2019, 09:19 PM |
|
|
Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...
it's probably a lot easier to use hcxtools |
|
undeath |
hashcat
|
6 |
29,048 |
09-12-2017, 10:54 PM |
|
|
Thread: clEnqueueNDRangeKernel(): CL_MEM_OBJECT_ALLOCATION_FAILURE
Post: RE: clEnqueueNDRangeKernel(): CL_MEM_OBJECT_ALLOCA...
You need to split your hash file into smaller chunks. |
|
undeath |
hashcat
|
2 |
1,720 |
01-18-2019, 06:24 PM |