Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...
well, that was more like a rhetorical question ! :)
we know that it has to do with hexadecimal fields and this recent commit (which in fact isn't wrong, but only brought the problem to light becaus... |
|
philsmd |
hashcat
|
4 |
1,883 |
10-30-2019, 04:49 PM |
|
|
Thread: Guidance for creation of custom kernels
Post: RE: Guidance for creation of custom kernels
I would say that the best thing for now is to just have a look at the github commit history and check for the addition of (already added) new hash types, like this one: https://github.com/hashcat/hash... |
|
philsmd |
General Talk
|
2 |
1,858 |
06-15-2019, 09:33 AM |
|
|
Thread: Pass for Veracrypt file container, algorithm Twofish-Serpent
Post: RE: Pass for Veracrypt file container, algorithm T...
1. dd (dd.exe) can be used on windows too to extract the bytes
2. you are probably confusing the data length that needs to be decrypted to verify if the password was correct with the key length ("gen... |
|
philsmd |
hashcat
|
1 |
1,855 |
06-18-2018, 07:57 PM |
|
|
Thread: Doing nothing when trying to output potfile
Post: RE: Doing nothing when trying to output potfile
Thanks. Could you test also with the latest hashcat version but with much fewer hashes ? Is is still not responding (doing anything) then ? How slow is it with for instance just 10000 hashes ? |
|
philsmd |
hashcat
|
3 |
1,855 |
03-07-2019, 12:21 PM |
|
|
Thread: Doing nothing when trying to output potfile
Post: RE: Doing nothing when trying to output potfile
how large is your hash file ? How many hashes do you have ?
Did you try to test with a subset of the whole hashes (a much smaller hash file) ?
As far as I know, the combining of hashes and usern... |
|
philsmd |
hashcat
|
3 |
1,855 |
03-06-2019, 03:08 PM |
|
|
Thread: "simultaneous attacks"
Post: RE: "simultaneous attacks"
you can just append one hccapx file to the other and create a larger hccapx file, as explained here:
- https://hashcat.net/wiki/doku.php?id=hccapx
- https://hashcat.net/wiki/doku.php?id=frequently_a... |
|
philsmd |
hashcat
|
2 |
1,850 |
01-23-2019, 08:05 PM |
|
|
Thread: Create PKZIP Master Key
Post: RE: Create PKZIP Master Key
you do not use the output of zip2john at all for -m 20500 or -m 20510.
you just use the key that bkcrack will give you if you have succeeded with a known plaintext attack |
|
philsmd |
hashcat
|
4 |
1,849 |
01-14-2020, 03:51 PM |
|
|
Thread: Create PKZIP Master Key
Post: RE: Create PKZIP Master Key
do not post hashes in this forum, see https://hashcat.net/forum/announcement-2.html
The example hashes are here: https://hashcat.net/wiki/example_hashes (hint: they do not have any file names etc, ... |
|
philsmd |
hashcat
|
4 |
1,849 |
01-14-2020, 03:36 PM |
|
|
Thread: full parallel power of device
Post: RE: full parallel power of device
-a 3 means mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack)
so what you basically did is run a dictionary (the dictionary attack would be -a 0) with -a 3, i.e. run each word in the ma... |
|
philsmd |
hashcat
|
6 |
1,844 |
12-23-2019, 08:54 AM |
|
|
Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)
Why would you even think about using these old versions of hashcat ?
Do not use --force
uninstall all the non-vendor drivers (the open source drivers like Mesa/Pocl etc)
Try to fix the clinfo... |
|
philsmd |
hashcat
|
6 |
1,842 |
01-13-2020, 04:49 PM |
|
|
Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)
try latest beta version of hashcat from https://hashcat.net/beta/
if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/us/en/develop... |
|
philsmd |
hashcat
|
6 |
1,842 |
06-12-2020, 09:44 AM |
|
|
Thread: HashCat Speed
Post: RE: HashCat Speed
no hash type, no valid answer
btw: try to use -w 4 and -O (the latter only makes sense if applicable to that specific hash type -m x) |
|
philsmd |
hashcat
|
3 |
1,840 |
03-24-2019, 11:42 AM |
|
|
Thread: HashCat Speed
Post: RE: HashCat Speed
I think brute-forcing is not the correct approach (or at least it shouldn't be the first one) for slow hash types like iTunes backup >= 10.0 .
I would recommend starting with a dictionary attack (-... |
|
philsmd |
hashcat
|
3 |
1,840 |
03-24-2019, 12:15 PM |
|
|
Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working
what's your command and hash type ? what is the attack mode (-a x) ?
did you try to use hashcat beta from https://hashcat.net/forum/ |
|
philsmd |
hashcat
|
5 |
1,839 |
02-19-2020, 07:08 PM |
|
|
Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working
you didn't really mention the hash type and your command. please do |
|
philsmd |
hashcat
|
5 |
1,839 |
02-20-2020, 12:47 AM |
|
|
Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working
maybe you are confusing the hashcat brain with some hashcat wrapper like hashtopolis that tries to distribute work across multiple rigs/systems ?
brain and distributed cracking wrappers/systems act... |
|
philsmd |
hashcat
|
5 |
1,839 |
02-20-2020, 10:29 AM |
|
|
Thread: Need advice of Drivers for my setup.
Post: RE: Need advice of Drivers for my setup.
why are you using pipe/stdin ?
It's very weird that you are asking why something is not fast enough but don't really explain what your command is and why you are using a Pipe:
Quote:
--
Guess.B... |
|
philsmd |
hashcat
|
5 |
1,838 |
02-20-2020, 01:01 AM |
|
|
Thread: Hey I'm a complete noob am I'm just starting to learn about the world of hacking
Post: RE: Hey I'm a complete noob am I'm just starting t...
-a 3 ?l?l?l?l?l?l?d
?l = dollar lower-case ELL = lowercase characters a-z
?d = digits = any number from 0-9 |
|
philsmd |
hashcat
|
4 |
1,815 |
08-16-2019, 01:36 PM |
|
|
Thread: why the Alphabetic charset is so slow
Post: RE: why the Alphabetic charset is so slow
what do you mean ? mask attack (-a 3) ?
there is no such thing as alphanumeric chars in hashcat built-in charsets: we only have the single groups of characters like ?d,?l,?u and the combination of... |
|
philsmd |
hashcat
|
5 |
1,805 |
02-26-2020, 08:58 AM |
|
|
Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...
the format changed with https://github.com/hashcat/hashcat/pull/2292 (requested here: https://github.com/hashcat/hashcat/issues/2255).
The --help output should reflect the new format that should be... |
|
philsmd |
hashcat
|
8 |
1,804 |
03-18-2020, 10:21 PM |