Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Speed up bruteforce H/s
Post: RE: Speed up bruteforce H/s
let's start by letting us know which type of hashes you are targeting.
Throwing some numbers at the table doesn't make much sense without the information about the algorithm / hash type .
BTW: m... |
|
philsmd |
hashcat
|
3 |
845 |
05-01-2020, 12:30 PM |
|
|
Thread: Save restore file each NUM seconds
Post: RE: Save restore file each NUM seconds
the question is what you are trying to do. and why you would need that feature.
I'm pretty sure it was removed because hashcat can't really be configured to have an update of the progress every x s... |
|
philsmd |
hashcat
|
3 |
844 |
05-29-2020, 09:27 PM |
|
|
Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found
install the driver as mentioned here: https://hashcat.net/hashcat
https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
PS: and do not forget to update ha... |
|
philsmd |
hashcat
|
5 |
843 |
08-26-2020, 01:42 AM |
|
|
Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found
just install the dependency:
Code:
--
sudo apt install lsb-core
--
The ubuntu version check can be ignored as far as I know |
|
philsmd |
hashcat
|
5 |
843 |
08-26-2020, 02:15 AM |
|
|
Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found
do you now use the latest hashcat version ?
which operating system do you use ? |
|
philsmd |
hashcat
|
5 |
843 |
08-29-2020, 03:02 PM |
|
|
Thread: how long it takes
Post: RE: how long it takes
no, that's not feasible
random data is very difficult to brute-force starting with some (quite "small") lengths and I think you didn't really do the math here:
64 hex would be 16 ^ 64 = 1157920892... |
|
philsmd |
General Talk
|
1 |
842 |
01-19-2020, 12:44 PM |
|
|
Thread: DCC2 Cracking from a file not working
Post: RE: DCC2 Cracking from a file not working
you are probably using the wrong file. the error messages clearly mentions a different hash
btw: you are not allowed to post hashes here, see forum rules (it doesn't matter if it is just an example... |
|
philsmd |
hashcat
|
1 |
823 |
02-07-2020, 06:56 PM |
|
|
Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
example hashes are here: https://hashcat.net/wiki/doku.php?id=example_hashes
you could also use
Code:
--
-m 13400 --example-hashes
--
I would guess that your hash needs to start with $keepass... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 10:39 AM |
|
|
Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
maybe the root of the problem depends on which keepass2john tool you use.
I would highly recommend to use the "official" repository: https://github.com/magnumripper/johntheripper (this is also much... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 11:12 AM |
|
|
Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
technically, you are not "cracking AES". AES is a cipher, an encryption/decryption algorithm with fixed key lengths (the keys are just a bunch of random bytes).
what you are instead doing is to cra... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 12:40 PM |
|
|
Thread: CPU advantage
Post: RE: CPU advantage
I would say in mostly all of the cases even slow hashes are faster on GPU.\
so the statement about slow hashes being faster on CPU is (in general) completey incorrect.
There are only few excepti... |
|
philsmd |
hashcat
|
3 |
818 |
03-29-2020, 08:54 AM |
|
|
Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote
you need to specify the path to the "NoteStore.sqlite" SQLITE file within the command line (that is exactly what the Usage says).
The script doesn't work without specifying the sqlite file within t... |
|
philsmd |
hashcat
|
5 |
817 |
08-03-2020, 12:01 PM |
|
|
Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote
don't post hashes here, see https://hashcat.net/forum/announcement-2.html
I think only the last 3 ones are valid hashes, the last three load perfectly fine for me and seem to crack (e.g. for one of... |
|
philsmd |
hashcat
|
5 |
817 |
08-04-2020, 01:09 AM |
|
|
Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac
if you didn't compile it yourself, you probably used some package manager like brew etc.
If you have "installed" hashcat with this brew method or similar (not a raw download or the git directory et... |
|
philsmd |
hashcat
|
3 |
814 |
06-02-2020, 08:03 PM |
|
|
Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac
if you want to use your own directory and not the directory structure that the brew package maintainer decided to use (to be fair it's also similar how the "make install" target on linux works), you c... |
|
philsmd |
hashcat
|
3 |
814 |
06-03-2020, 08:32 AM |
|
|
Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...
you might need to have a look at the Aes Crypt file format page:
https://www.aescrypt.com/aes_file_format.html
They explain how the file format is and how it changed over time
there is "AES" at... |
|
philsmd |
hashcat
|
5 |
811 |
07-07-2020, 08:09 PM |
|
|
Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...
btw: just to be very clear, you need to run the perl script like this:
Code:
--
cd tools
perl aescrypt2hashcat.pl file.aes
--
i.e. in your cmd window, you need to enter the tools folder (I as... |
|
philsmd |
hashcat
|
5 |
811 |
07-08-2020, 12:11 PM |
|
|
Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...
next step would of course be to make sure it's a valid .aes file by comparing the file format description from https://www.aescrypt.com/aes_file_format.html with the file loaded in a hex editor (like ... |
|
philsmd |
hashcat
|
5 |
811 |
07-09-2020, 08:14 AM |
|
|
Thread: Brain and restore, possible bug/intentional feature ?
Post: RE: Brain and restore, possible bug/intentional fe...
well, the fact that you can't change the command line actually makes sense according to this:
https://hashcat.net/faq#can_i_restore_a_hashcat_session
Quote:
--
the only parameters allowed
--
... |
|
philsmd |
hashcat
|
1 |
810 |
10-14-2019, 11:34 AM |
|
|
Thread: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac
the numbers always depend on the type of hashes. for instance 218 kH/s for a bcrypt hash with cost factor $09$ would be quite impressive ;)
218 kH/s doesn't mean anything without any info about the h... |
|
philsmd |
hashcat
|
5 |
810 |
06-22-2020, 07:52 AM |