Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...
epixoip Wrote: (05-02-2017, 04:06 PM)
--
Erm, guys, this isn't hard. If the algorithm is e.g. md5(p.s) and you know p but need to find s, just switch them: use p as s and run it as md5(s.p). Same goe... |
|
undeath |
hashcat
|
10 |
10,557 |
05-02-2017, 04:40 PM |
|
|
Thread: How to find a particular string whose MD5-hash is known?
Post: RE: How to find a particular string whose MD5-hash...
Read the forum rules. Do not post hashes unless asked to do so. |
|
undeath |
hashcat
|
3 |
1,543 |
07-02-2019, 03:23 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 |
|
|
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: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?
Ar76 Wrote: (08-14-2019, 06:33 PM)
--
atom Wrote: (08-14-2019, 11:00 AM)
--
But please, stop using the word encrypt, it hurts.
--
So what's the correct terminology?
--
to hash |
|
undeath |
hashcat
|
9 |
3,132 |
08-15-2019, 07:23 PM |
|
|
Thread: How to efficiently manage huge (>100 GB) wordlists?
Post: RE: How to efficiently manage huge (>100 GB) wordl...
ULM isn't suitable for such big collections.
Adding new entries to your dict however can be done way faster:
sort newdict -o newdict && sort -m -u olddict newdict -o mergeddict |
|
undeath |
General Help
|
3 |
8,013 |
06-19-2014, 10:59 AM |
|
|
Thread: how to do it better ???
Post: RE: how to do it better ???
You only need to fix that if you see the error. The message in itself is only a warning. I'm not sure what you mean by "restore the settings" but you can already do everything hashcat does without tha... |
|
undeath |
hashcat
|
4 |
1,324 |
01-30-2020, 12:07 AM |
|
|
Thread: How to create a masked attack?
Post: RE: How to create a masked attack?
have you read the wiki article yet? https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
4 |
181 |
10-05-2020, 01:32 PM |
|
|
Thread: How to create a masked attack?
Post: RE: How to create a masked attack?
You don't. You need multiple masks, one for each possible location of the upper case letter. |
|
undeath |
hashcat
|
4 |
181 |
10-05-2020, 03:32 PM |
|
|
Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files
|
undeath |
hashcat
|
5 |
1,189 |
04-22-2020, 08:37 PM |
|
|
Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files
what's that supposed to mean? |
|
undeath |
hashcat
|
5 |
1,189 |
04-22-2020, 08:54 PM |
|
|
Thread: how to crack md5(md5(pwd)+string) hashes?
Post: RE: how to crack md5(md5(pwd)+string) hashes?
md5(md5(pwd)+string) != md5(md5(pwd+string))
also you did not specify that "string" in your hash file (aka salt). |
|
undeath |
Very old oclHashcat-plus Support
|
4 |
14,061 |
06-28-2012, 02:11 PM |
|
|
Thread: How to crack many WPA2 passwords at the same time?
Post: RE: How to crack many WPA2 passwords at the same t...
It's as efficient as it can get. WPA is salted with the SSID. |
|
undeath |
General Talk
|
6 |
17,461 |
08-07-2013, 11:04 PM |
|
|
Thread: How to crack custom hash - SHA512, SHA256, and MD5 combined
Post: RE: How to crack custom hash - SHA512, SHA256, and...
You'd have to write your own kernel for that. |
|
undeath |
hashcat
|
3 |
3,429 |
11-04-2018, 11:31 PM |
|
|
Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?
Wrap the hash in single quotes or save it in a text file, otherwise your shell will try to interpret some special characters and pass invalid data to hashcat. |
|
undeath |
hashcat
|
3 |
678 |
07-12-2020, 04:33 PM |
|
|
Thread: How to crack AEM/CQ sha256 hash?
Post: RE: How to crack AEM/CQ sha256 hash?
first you need to find out how exactly the hash is generated |
|
undeath |
hashcat
|
5 |
5,007 |
05-01-2018, 03:30 PM |
|
|
Thread: How to crack AEM/CQ sha256 hash?
Post: RE: How to crack AEM/CQ sha256 hash?
It could also be some custom scheme. There is an unlimited number of ways to do salted iterated hashing. |
|
undeath |
hashcat
|
5 |
5,007 |
05-01-2018, 03:50 PM |
|
|
Thread: how to crack a windows 10 local user password hash(Netnlm capture)
Post: RE: how to crack a windows 10 local user password ...
-i does not accept any arguments, check --help for the correct usage |
|
undeath |
hashcat
|
14 |
4,712 |
08-12-2019, 03:27 PM |
|
|
Thread: How to configure a thin brute force in hashcat?
Post: RE: How to configure a thin brute force in hashcat...
|
undeath |
hashcat
|
2 |
2,124 |
12-08-2018, 11:50 PM |
|
|
Thread: How to check if GPU REALLY is reference?!
Post: RE: How to check if GPU REALLY is reference?!
the picture you posted is reference design. it matches flomac's description. reference = founders |
|
undeath |
Hardware
|
3 |
2,387 |
05-28-2019, 06:21 PM |