Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Gtx 1050 Ti Experiences?
Post: RE: Gtx 1050 Ti Experiences?
If you only have one card and don't do 24/7 cracking a founders edition is not needed. I'm not even sure if the 1050(ti) is available as FE.
The bigger question is if it has a better price/speed ra... |
|
undeath |
Hardware
|
5 |
5,384 |
03-03-2018, 04:32 PM |
|
|
Thread: New hashcat freezes or very slow
Post: RE: New hashcat freezes or very slow
|
undeath |
hashcat
|
2 |
2,293 |
03-04-2018, 01:08 PM |
|
|
Thread: Hashcat does not seen password in the dictionarry
Post: RE: Hashcat does not seen password in the dictiona...
run with --potfile-disable otherwise hashcat will skip already cracked hashes.
Quote:
--
INFO: Removed 5 hashes found in potfile.
--
|
|
undeath |
hashcat
|
2 |
2,694 |
03-04-2018, 02:16 PM |
|
|
Thread: Trying to install hashcat on Windows 7 with AMD help
Post: RE: Trying to install hashcat on Windows 7 with AM...
5770 is too old and not supported by AMD any more (and thus hashcat). try with -D1 for CPU only |
|
undeath |
hashcat
|
3 |
4,638 |
03-10-2018, 10:08 PM |
|
|
Thread: Fan speed problem with hashcat
Post: RE: Fan speed problem with hashcat
Are you using the latest version? |
|
undeath |
hashcat
|
3 |
2,884 |
03-15-2018, 10:45 AM |
|
|
Thread: GPU runing two of six why?
Post: RE: GPU runing two of six why?
you are using -D1 which means only CPU. |
|
undeath |
hashcat
|
4 |
4,143 |
03-15-2018, 10:45 PM |
|
|
Thread: GPU runing two of six why?
Post: RE: GPU runing two of six why?
scrypt is designed to be extremely slow on GPU so that result is expected. |
|
undeath |
hashcat
|
4 |
4,143 |
03-16-2018, 10:56 AM |
|
|
Thread: SHA1_HMAC for unknown text
Post: RE: SHA1_HMAC for unknown text
What do you mean by "unknown text"? What is the technical difference to a password? |
|
undeath |
hashcat
|
9 |
5,500 |
03-16-2018, 10:59 AM |
|
|
Thread: speed reduce in using rules to generate keys
Post: RE: speed reduce in using rules to generate keys
what do you mean by "very low speed"? how do you measure it? |
|
undeath |
hashcat
|
3 |
3,323 |
03-16-2018, 11:02 AM |
|
|
Thread: SHA1_HMAC for unknown text
Post: RE: SHA1_HMAC for unknown text
isn't that just the same as hmac-sha1(key = $pass)?
edit: according to the argument order of hmac it should probably be hmac-sha1(key = $salt) |
|
undeath |
hashcat
|
9 |
5,500 |
03-16-2018, 11:19 AM |
|
|
Thread: SHA1_HMAC for unknown text
Post: RE: SHA1_HMAC for unknown text
you should be able to crack this by using
dfdf3c415d1513cc2664beecb8dad840b2132c28:17513529ea04fde116862d745a91afe0e7623ba6 --hex-salt -m 160 |
|
undeath |
hashcat
|
9 |
5,500 |
03-16-2018, 11:29 AM |
|
|
Thread: SHA1_HMAC for unknown text
Post: RE: SHA1_HMAC for unknown text
btw, here is a mask file for ipv4 addresses without leading zeros: https://pastebin.com/4HQ6C8gG |
|
undeath |
hashcat
|
9 |
5,500 |
03-16-2018, 12:23 PM |
|
|
Thread: Difference between bruteforce and password list for WPA cracking
Post: RE: Difference between bruteforce and password lis...
what walterlacka wrote. You are missing B in your custom charset. |
|
undeath |
hashcat
|
3 |
2,893 |
03-16-2018, 07:34 PM |
|
|
Thread: Variable mask in the middle of the password
Post: RE: Variable mask in the middle of the password
All your findings are correct. There is no "native" way to do such a mask attack. |
|
undeath |
hashcat
|
5 |
3,851 |
03-17-2018, 07:15 PM |
|
|
Thread: Variable mask in the middle of the password
Post: RE: Variable mask in the middle of the password
You already mentioned the solution for dicts in your first post: write a rule to append/prepend your suffix/prefix. |
|
undeath |
hashcat
|
5 |
3,851 |
03-18-2018, 10:38 AM |
|
|
Thread: fast way to crack
Post: RE: fast way to crack
https://hashcat.net/wiki/doku.php?id=mask_attack
But even with fast hardware a full brute-force is going to take ages on WPA. |
|
undeath |
hashcat
|
2 |
2,261 |
03-18-2018, 11:21 AM |
|
|
Thread: PMK???
Post: RE: PMK???
PMK is only useful if you need to attack the same SSID many times. Most people will never need this. |
|
undeath |
hashcat
|
2 |
2,309 |
03-18-2018, 11:23 AM |
|
|
Thread: Mix of --hex-charset and non hex ?
Post: RE: Mix of --hex-charset and non hex ?
1. that's not how custom charsets work
2. convert each letter in user to its ascii hex representation |
|
undeath |
hashcat
|
7 |
5,475 |
03-18-2018, 02:27 PM |
|
|
Thread: Mix of --hex-charset and non hex ?
Post: RE: Mix of --hex-charset and non hex ?
A charset is, as the name implies, a set of chars. Defining a string as charset is not going to do what you want. |
|
undeath |
hashcat
|
7 |
5,475 |
03-18-2018, 05:55 PM |
|
|
Thread: Mix of --hex-charset and non hex ?
Post: RE: Mix of --hex-charset and non hex ?
You can use the mask attack but you cannot specify the user in a custom charset. |
|
undeath |
hashcat
|
7 |
5,475 |
03-18-2018, 06:27 PM |