Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?
as the name of the option suggests, it expects all lines in the wordlist to be hex-encoded. What exactly did you expect the option to "take care of"? |
|
undeath |
hashcat
|
6 |
2,870 |
05-10-2019, 08:02 PM |
|
|
Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored
in the latest beta you need to use --veracrypt-pim-start=501 and --veracrypt-pim-stop=501 |
|
undeath |
hashcat
|
13 |
5,712 |
05-10-2019, 08:21 PM |
|
|
Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?
indeed that doesn't seem to work.
Code:
--
echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc
--
and
Code:
--
echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc --encodi... |
|
undeath |
hashcat
|
6 |
2,870 |
05-10-2019, 08:26 PM |
|
|
Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?
as the command line indicates, this is utf-16le.
Code:
--
echo 6f0074006f00f1006f00 | xxd -r -p | iconv --from=utf-16le
--
|
|
undeath |
hashcat
|
6 |
2,870 |
05-10-2019, 10:31 PM |
|
|
Thread: how to extract username:plain
Post: RE: how to extract username:plain
grep -v '^.*:[regex that matches hash]$' file |
|
undeath |
hashcat
|
1 |
1,290 |
05-12-2019, 10:54 PM |
|
|
Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted
why are you using --force? Please post the full hashcat output, the hash you are trying to crack and the corresponding plaintext. |
|
undeath |
hashcat
|
9 |
3,466 |
05-12-2019, 10:56 PM |
|
|
Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted
When you don't know the plaintext to your hash, how do you know it's included in your wordlist? |
|
undeath |
hashcat
|
9 |
3,466 |
05-13-2019, 02:47 PM |
|
|
Thread: Can someone explain what Payload pbkdf2 information means
Post: RE: Can someone explain what Payload pbkdf2 inform...
you can use this script to extract a string hashcat can handle from that file: https://github.com/stricture/hashstack-server-plugin-hashcat/blob/master/scrapers/blockchain2hashcat.py
note: change "ve... |
|
undeath |
hashcat
|
2 |
1,743 |
05-13-2019, 02:52 PM |
|
|
Thread: Hashcat not working
Post: RE: Hashcat not working
"it's not working" is no acceptable problem description. If you have error messages post them. If you have no error messages explain what you are experiencing and what you would expect to happen.
I... |
|
undeath |
hashcat
|
4 |
2,032 |
05-23-2019, 09:07 PM |
|
|
Thread: Atoms client-less WPA-attack if PSK not in dict
Post: RE: Atoms client-less WPA-attack if PSK not in dic...
Please be more specific. What hash mode are you talking about?
In general, hashcat will never automatically switch between different attack modes. |
|
undeath |
hashcat
|
2 |
1,526 |
05-25-2019, 03:41 PM |
|
|
Thread: Decrypt DES-CBC RSA private key
Post: RE: Decrypt DES-CBC RSA private key
|
undeath |
hashcat
|
4 |
7,035 |
05-25-2019, 11:12 PM |
|
|
Thread: hashcat mask attack
Post: RE: hashcat mask attack
hashserious Wrote: (05-26-2019, 11:33 PM)
--
.
--
nope. that's not what op asked. |
|
undeath |
hashcat
|
3 |
2,171 |
05-27-2019, 12:16 AM |
|
|
Thread: Excel 2016 Workbook Hash
Post: RE: Excel 2016 Workbook Hash
hashcat can only crack passwords of encrypted office documents, not protected ones. |
|
undeath |
hashcat
|
2 |
2,112 |
05-27-2019, 07:23 PM |
|
|
Thread: Hashcat Brain
Post: RE: Hashcat Brain
you should always use the potfile, unless you are tracking cracked hashes through other means (eg outfile). hashcat brain will not do that. |
|
undeath |
hashcat
|
5 |
2,300 |
05-28-2019, 06:23 PM |
|
|
Thread: How does hashcat control the fan?
Post: RE: How does hashcat control the fan?
It doesn't. Use external tools. |
|
undeath |
hashcat
|
1 |
1,112 |
06-02-2019, 12:29 PM |
|
|
Thread: Combinator + mask?
Post: RE: Combinator + mask?
The most efficient way to tackle this problem is probably combinator stdin on a0 and generated rules files to emulate the mask part. |
|
undeath |
hashcat
|
1 |
1,081 |
06-04-2019, 10:09 AM |
|
|
Thread: Restore point stays at 0
Post: RE: Restore point stays at 0
You're using lots of rules. Hashcat will take a bit to reach a checkpoint. |
|
undeath |
hashcat
|
3 |
1,754 |
06-04-2019, 10:10 AM |
|
|
Thread: Plz help with iTunes encryption
Post: RE: Plz help with iTunes encryption
It's not clear what exactly your problem is. |
|
undeath |
hashcat
|
2 |
1,274 |
06-05-2019, 11:17 AM |
|
|
Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...
Pausing means your device already is overheating (and probably getting damaged). As philsmd already said, you're treating the symptom, not the cause. Hence it's not recommended.
You can try to use ... |
|
undeath |
hashcat
|
13 |
4,679 |
06-06-2019, 03:21 PM |
|
|
Thread: How to filter a wordlist
Post: RE: How to filter a wordlist
mask attack is absolutely not what OP needs.
have a look at grep (https://linux.die.net/man/1/grep) |
|
undeath |
hashcat
|
6 |
2,743 |
06-07-2019, 11:01 AM |