Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
The file was obviously manipulated by a human (or malware ?) and is not valid.
No ethereum client would generate a UTC file with a
Code:
--
ciphertext
--
and
Code:
--
mac
--
within the ... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 02:33 PM |
|
|
Thread: DES with partial plain text
Post: RE: DES with partial plain text
for -m 14000 = DES (PT = $salt, key = $pass)
the "plain text" is the salt and the password is the encryption key
Therefore, with unknown plain text the "hash" would change or you would need to l... |
|
philsmd |
hashcat
|
11 |
1,633 |
06-14-2020, 11:00 PM |
|
|
Thread: DES with partial plain text
Post: RE: DES with partial plain text
so you know exactly 4 "bytes" of 8 bytes of the key ? (just remember that of the 8 "bytes" == 8 * 8 bits = 64 bits, 8 of them are parity bits, therefore it's 8*8 - 8 = 64 bits - 8 bits = 56 bits). we ... |
|
philsmd |
hashcat
|
11 |
1,633 |
06-15-2020, 08:39 AM |
|
|
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: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
different topic, off-topic
hint: encoding. UTF8 character encoding is supported by default, but all hashing algorithms work with bytes (0x00-0xff) anyways. |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 05:23 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
the file redirect with
Code:
--
> two_words.txt
--
was already mentioned above.
Please read more carefully |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 05:35 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
my guess is that you messed your command up.
maybe you specified a wrong file. Make sure that everything after "combinator" is a text file. for instance "combinator combinator ... " do not make sen... |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 06:19 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
instead of
Code:
--
...
--
you should of course insert the path names as explained above.
Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file witho... |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 06:47 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
you could just use --stdout -a 1 or combinator.bin or combinator3.bin to generate a dictionary file.
you could for instance start with a list of 2 words combinated together and with -a 1 add the 3r... |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 01:15 PM |
|
|
Thread: hccap to cap ? Possible ?
Post: RE: hccap to cap ? Possible ?
Hi,
I quickly decided to accept this challenge and to try to build a *POC* code that is able to *pseudo*-convert the hccap back to a valid cap file.
ATTENTION: cap2hccap (the "*other*"==reverse) c... |
|
philsmd |
General Help
|
10 |
24,518 |
05-10-2013, 02:37 PM |
|
|
Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference
Thx, seems to be fixed in new version, see: https://hashcat.net/trac/ticket/185 |
|
philsmd |
Old hashcat Support
|
10 |
18,473 |
08-08-2013, 10:56 AM |
|
|
Thread: Defining an algorithim
Post: RE: Defining an algorithim
... pro tip: with oclHashcat-plus and a .hcmask file (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files) you could do it all at once (one run of oclHashcat-plus only ;) ).
Code:
--
... |
|
philsmd |
Very old oclHashcat-lite Support
|
10 |
22,487 |
09-26-2013, 07:28 AM |
|
|
Thread: Defining an algorithim
Post: RE: Defining an algorithim
You can use any text editor you want to create a file called my.hcmask (or whatever you want to call it), put the content I just showed you:
Code:
--
?l?u?d,?d-?1?1?1?1?1?1?1?1?1?1
?l?u?d,1?d-?1?1?1... |
|
philsmd |
Very old oclHashcat-lite Support
|
10 |
22,487 |
09-26-2013, 07:40 AM |
|
|
Thread: ocl v1.36 / WARN: ADL_Overdrive6_FanSpeed_Get(): -5
Post: RE: ocl v1.36 / WARN: ADL_Overdrive6_FanSpeed_Get(...
I think we already saw some behavior like this with non-reference design cards. What happened in that case was (presumably): the OEM manufacturer did try to save some costs and did reuse old and adjus... |
|
philsmd |
Old oclHashcat Support
|
10 |
16,068 |
08-21-2015, 01:55 PM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
Did you use the AxSuite by FistOurs (or axcrypt2john.py) to extract the "hashes" as explained here https://hashcat.net/wiki/example_hashes ? |
|
philsmd |
hashcat
|
10 |
11,238 |
05-30-2017, 09:01 PM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
Oh, thats actually interesting about the Axcrypt version difference.
I would suggest that you contact Fist0urs directly either here on forum (name "Fist0urs") or on twitter (https://twitter.com/Fis... |
|
philsmd |
hashcat
|
10 |
11,238 |
05-31-2017, 09:51 AM |
|
|
Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...
If that's the case you shouldn't be able to find the string "BOOTMGR compressed" etc on the encrypted volume. Maybe you are trying to extract the "hash" from the wrong partition? |
|
philsmd |
hashcat
|
10 |
26,762 |
07-15-2017, 02:08 PM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
As already explained above, for axcrypt 1.x (every version of ax less than 2.0) you could just use axcrypt2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/axcr... |
|
philsmd |
hashcat
|
10 |
11,238 |
08-08-2017, 11:45 AM |
|
|
Thread: Problems with OpenCL
Post: RE: Problems with OpenCL
if you want to use hashcat, you need to install the OpenCL drivers (this is true for both GPU and CPU).
the drivers can be found on nvidia.com/support.amd.com for GPUs and software.intel.com for Op... |
|
philsmd |
hashcat
|
10 |
9,575 |
09-28-2017, 03:24 PM |
|
|
Thread: Problems with OpenCL
Post: RE: Problems with OpenCL
The ICD is not the driver.
You need to install the OpenCL driver for your CPU... download it from you CPU vendor web site (e.g. software.intel.com) |
|
philsmd |
hashcat
|
10 |
9,575 |
09-28-2017, 04:53 PM |