Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: DES with partial plain text
Post: RE: DES with partial plain text
yeah, that would work, you just generate the set of hashes with different right part ("salt" aka ciphertext) and try to crack those hashes. In theory it shouldn't be 65536 if the plaintext wasn't rand... |
|
philsmd |
hashcat
|
11 |
1,633 |
06-15-2020, 09:15 AM |
|
|
Thread: Hashcat token length exception
Post: RE: Hashcat token length exception
-o is only used for the outfile (that's why "-o" is a shorter version of --outfile)
the general format is -a 0 hash.txt dict.txt, but you are only specifying the outfile (-o) and a dict.
this sh... |
|
philsmd |
hashcat
|
1 |
1,638 |
06-30-2019, 07:05 PM |
|
|
Thread: Modifiations to hash type 18100 to support binary seeds
Post: RE: Modifiations to hash type 18100 to support bin...
yeah, that's a too large keyspace.
it's 32 ^ 16 = 1,208,925,819,614,629,174,706,176 |
|
philsmd |
hashcat
|
3 |
1,652 |
08-30-2019, 08:26 AM |
|
|
Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP
it's important to understand what exactly you are comparing with (it's not good and meaningful to compare apples to oranges).
How exatly do you get the speed ? do you use -b ? My guess is that you ... |
|
philsmd |
hashcat
|
4 |
1,652 |
11-22-2019, 07:36 PM |
|
|
Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP
can you post the output of
Code:
--
hashcat -m 1000 -b
--
?
it's also worth testing with the beta version from https://hashcat.net/beta/ or even testing with CUDA (you need to install the CUD... |
|
philsmd |
hashcat
|
4 |
1,652 |
11-22-2019, 08:09 PM |
|
|
Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction
which GPU ?
Tried to install the driver ?
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do
btw: do not use some weird dis... |
|
philsmd |
hashcat
|
3 |
1,657 |
07-26-2019, 05:00 PM |
|
|
Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction
again, you need to install the proprietary driver and make sure that the open source drivers like mesa/pocl are NOT installed. |
|
philsmd |
hashcat
|
3 |
1,657 |
07-26-2019, 07:35 PM |
|
|
Thread: Asus ROG Strix GTX 1070 does not work
Post: RE: Asus ROG Strix GTX 1070 does not work
did you try following this guide to re-install the driver (completely uninstall and install again):
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_install... |
|
philsmd |
hashcat
|
2 |
1,666 |
04-13-2019, 01:42 PM |
|
|
Thread: Why doesn't the Example Hashes Match With the Hashes That I Extracted?
Post: RE: Why doesn't the Example Hashes Match With the ...
what do you mean?
Did you create a new veracrypt file with random data ? of course they differ, because the data is different (and the "salt"/entropy/randomness used by the algorithm is different f... |
|
philsmd |
hashcat
|
2 |
1,669 |
01-26-2019, 01:01 PM |
|
|
Thread: 2x32 Bytes in base64, separated by $
Post: RE: 2x32 Bytes in base64, separated by $
do you have the source code for this ?
I guess without it it's just a (maybe impossible) guessing game. it could be anything. The software could even mix in some kind of pepper (an additional stati... |
|
philsmd |
General Talk
|
4 |
1,671 |
09-24-2019, 10:42 AM |
|
|
Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?
As you can see here https://hashcat.net/wiki/doku.php?id=example_hashes the hash format is designed in a way that it has the MAC addresses etc in it to easily recognize the network.
Which versions ... |
|
philsmd |
General Talk
|
3 |
1,678 |
07-28-2019, 11:22 AM |
|
|
Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?
try https://hashcat.net/beta/ . a lot of things changed already since last release of latest hashcat version |
|
philsmd |
General Talk
|
3 |
1,678 |
07-28-2019, 08:32 PM |
|
|
Thread: Cannot find an OpenCL ICD loader library.
Post: RE: Cannot find an OpenCL ICD loader library.
does it work with:
Code:
--
sudo apt install ocl-icd-libopencl1
--
? |
|
philsmd |
hashcat
|
3 |
1,678 |
11-20-2019, 04:37 PM |
|
|
Thread: PKZip Length Question
Post: RE: PKZip Length Question
short answer: not supported
long answer: it would actually be easily possible to support longer compressed data lengths (the decompressed length is even less problematic because we "only" need to c... |
|
philsmd |
hashcat
|
2 |
1,684 |
06-22-2019, 09:57 AM |
|
|
Thread: DES Hash
Post: RE: DES Hash
descrypt is -m 1500 = descrypt, DES (Unix), Traditional DES
the salt is already within the first chars of the "hash", so no need to repeat it (i.e. no need for sd : sd..., it's just the second part... |
|
philsmd |
hashcat
|
2 |
1,690 |
02-08-2019, 08:52 PM |
|
|
Thread: Help modifying a .restore file?
Post: RE: Help modifying a .restore file?
the main problem with your command:
Code:
--
hashcat64 -d 1 -m 14800 -a 3 -w 3 --session itunes backuphash.txt
--
is that you didn't specify a mask at all. mask attacks are really most useful ... |
|
philsmd |
hashcat
|
2 |
1,700 |
09-16-2019, 07:50 PM |
|
|
Thread: Try all combinations in a wordlist and apply rules
Post: RE: Try all combinations in a wordlist and apply r...
You forgot to mention very crucial information, like what hash type you are dealing with and how long the passwords are and how many words are used and where the special characters should be inserted ... |
|
philsmd |
hashcat
|
2 |
1,703 |
03-01-2019, 12:16 AM |
|
|
Thread: having trouble with hashcat working with gpu's
Post: RE: having trouble with hashcat working with gpu's
first step: uninstall pocl |
|
philsmd |
hashcat
|
5 |
1,707 |
12-29-2019, 09:22 AM |
|
|
Thread: TESLA M60 - signature unmatched
Post: RE: TESLA M60 - signature unmatched
try newest beta version of hashcat from https://hashcat.net/beta/
does the example hash from https://hashcat.net/wiki/example_hashes work for you ? |
|
philsmd |
hashcat
|
4 |
1,708 |
07-28-2019, 02:54 PM |
|
|
Thread: Avoiding startup lag when running hashcat in a loop
Post: RE: Avoiding startup lag when running hashcat in a...
First of all, --force is not used to enable your CPU, but --force is used to run hashcat even if it detected some hard problems on your system.
-D 1 (or --opencl-device-types 1) instead needs to be... |
|
philsmd |
hashcat
|
2 |
1,716 |
12-12-2018, 12:20 PM |