Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password
... or hashcat mask files (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files)
... or salted hash types instead of unsalted ones (if there are alternative -m modes available for that... |
|
philsmd |
hashcat
|
2 |
2,038 |
05-12-2018, 12:42 PM |
|
|
Thread: Solution to use very large wordlist
Post: RE: Solution to use very large wordlist
What is the hash type ? -m ?
For instance -m 2500 = WPA/WPA2 has a minimum password length of 8 characters
You should also think if it is possible to replace the huge file with a more clever str... |
|
philsmd |
hashcat
|
4 |
3,817 |
05-12-2018, 03:41 PM |
|
|
Thread: downside os speeding up hashcat with VirtualBox
Post: RE: downside os speeding up hashcat with VirtualBo...
I'm pretty sure that this is caused by some kind of power-level settings. Several hardware components can be either in max. power/performance mode or be in a energy-saving mode. This could also be the... |
|
philsmd |
hashcat
|
1 |
2,635 |
05-13-2018, 06:18 PM |
|
|
Thread: Colliding password protected MS office 97-2003 documents
Post: RE: Colliding password protected MS office 97-2003...
you could for instance just decrypt/open the file (I already mentioned how to do this with libreoffice here: https://hashcat.net/forum/thread-7216-post-39498.html#pid39498) |
|
philsmd |
User Contributions
|
36 |
134,713 |
05-25-2018, 02:33 PM |
|
|
Thread: Password Manager .rfp file analysis
Post: Password Manager .rfp file analysis
Some days ago I was privately (via PMs) contacted by a hashcat user and they asked if I knew if hashcat could deal with database files from RoboForm (a seemingly well-known and often recommended passw... |
|
philsmd |
User Contributions
|
1 |
4,515 |
06-06-2018, 06:47 AM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
If base64 encoded : base64 decode it and hex encode it (whenever hashcat expects the hexadecimal hashes)
BTW: it is not allowed to post hashes on this forum |
|
philsmd |
hashcat
|
6 |
3,968 |
06-09-2018, 08:03 AM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
You can find example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes
The salt doesn't need to be hex encoded, only the hashes are hexadecimal (but you can alternatively still use the... |
|
philsmd |
hashcat
|
6 |
3,968 |
06-09-2018, 08:54 AM |
|
|
Thread: Been away for a while
Post: RE: Been away for a while
|
philsmd |
hashcat
|
4 |
3,509 |
06-12-2018, 07:58 PM |
|
|
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: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat
you are using the wrong tools to capture the wlan traffic and you should give more details about your output.
to capture the data you should use hcxtools, like recommended all around this forum etc... |
|
philsmd |
hashcat
|
12 |
8,236 |
06-28-2018, 07:19 AM |
|
|
Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale
The 5 missing bytes will still be 256 * 256 * 256 * 256 * 256 = 256 ^ 5 = 1099511627776 combinations.
That's a quite huge keyspace, even if the hashing algortihm (keccak) is quite fast.
of course ... |
|
philsmd |
hashcat
|
10 |
6,402 |
06-29-2018, 04:59 PM |
|
|
Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale
hashcat uses ?H for 0123456789ABCDEF
therefore you could specify the mask as -a 3 --hex-charset [someting]?H[somethingElse]?H?H02
the main problem now is that the hash mode -m 5000 only supports a... |
|
philsmd |
hashcat
|
10 |
6,402 |
06-29-2018, 05:46 PM |
|
|
Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale
the ciphertext gets decrypted into the raw seed if you have the correct password/AES key/
see my perl code https://github.com/hashcat/hashcat/issues/1279#issuecomment-351716733
Code:
--
my $h... |
|
philsmd |
hashcat
|
10 |
6,402 |
06-29-2018, 09:48 PM |
|
|
Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale
that's good that you mention this fact/doubt about the private key vs seed, chick3nman
I assumed that the OP (uprising_bike) is sure that s/he has (part of) the seed, not the private key instead (t... |
|
philsmd |
hashcat
|
10 |
6,402 |
06-30-2018, 07:56 AM |
|
|
Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift
see https://hashcat.net/wiki/doku.php?id=rule_based_attack#implemented_specific_functions for ascii increment/decrement and shift left/right rule functions. |
|
philsmd |
hashcat
|
4 |
3,137 |
07-02-2018, 08:21 AM |
|
|
Thread: Having Issues Trying To Crack MD5 w/ Wordlist
Post: RE: Having Issues Trying To Crack MD5 w/ Wordlist
Well, you could try to remove pocl and mesa and other OpenCL runtimes that are not recommended on https://hashcat.net/hashcat/ and install the Intel OpenCL driver for your AMD CPU (yeah, that's not a ... |
|
philsmd |
hashcat
|
3 |
2,897 |
07-06-2018, 08:53 AM |
|
|
Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2
it could also be that you are cracking multiple networks.
For instance if the status line doesn't say:
Code:
--
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
--
... if there isn... |
|
philsmd |
hashcat
|
5 |
3,642 |
07-06-2018, 06:31 PM |
|
|
Thread: Help for rule
Post: RE: Help for rule
Code:
--
hashcat --stdout -a 3 -1 ?l?d?u "^?1 ^?1"
--
|
|
philsmd |
General Talk
|
10 |
6,459 |
07-07-2018, 08:17 PM |
|
|
Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES
what is the final status you get?
Code:
--
Status...........: Exhausted
--
It would also make sense to know the exit code of the process/application |
|
philsmd |
hashcat
|
5 |
3,578 |
07-09-2018, 01:01 PM |
|
|
Thread: Hashcat doesn't find password
Post: RE: Hashcat doesn't find password
you should read the output carefully:
Quote:
--
* Device #1: ATTENTION! OpenCL kernel self-test failed.
Your device driver installation is probably broken.
See also: https://hashcat.net/faq/wr... |
|
philsmd |
hashcat
|
3 |
2,734 |
07-09-2018, 08:52 PM |