Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
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: 7z password recovery
Post: RE: 7z password recovery
yeah, you can get the hash by increasing the limit to about 4 GB hex data !!!
https://github.com/philsmd/7z2hashcat/blob/3e82bb8ef0e7e045bcb32bf8936eb75e611f13fc/7z2hashcat.pl#L102
... but the pro... |
|
philsmd |
hashcat
|
7 |
8,537 |
04-16-2018, 06:32 PM |
|
|
Thread: Hi guys
Post: RE: Hi guys
It's probably a usergroup-based permission setting. My guess is that new or users with very few threads/posts will probably not be allowed to change their avatar.
Something like mentioned here: https... |
|
philsmd |
hashcat
|
18 |
12,096 |
04-17-2018, 04:48 PM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
if you use --hex-charset every character you specify must be specified in hexadecimal.
Therefore you must use:
Code:
--
hashcat64 -a 3 -m 0 -O --hex-charset -1 0a hash.txt 757365726e616d65?1?a?... |
|
philsmd |
hashcat
|
16 |
9,677 |
04-22-2018, 07:11 AM |
|
|
Thread: Mask starting with a dash
Post: RE: Mask starting with a dash
I don't think this is a problem of hashcat, but this is how most command line tools work.
a dash is a special character and denotes the beginning of a command line parameter.
one dash introduces a s... |
|
philsmd |
hashcat
|
4 |
3,494 |
05-08-2018, 10:37 AM |
|
|
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: 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: 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: 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: 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: 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 |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
The bitcoin address is derivated from the public key and if you do not know the public key you need to use the elliptic curve operations to generate the private&public key pair. |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 11:42 AM |
|
|
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 |