Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: How hashcat work?
Post: RE: How hashcat work?
have you tried the beta version? |
|
undeath |
hashcat
|
17 |
3,930 |
03-23-2020, 02:53 PM |
|
|
Thread: How does PCIE x1 affect speed?
Post: RE: How does PCIE x1 affect speed?
https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/ |
|
undeath |
Hardware
|
2 |
2,359 |
03-12-2019, 01:06 AM |
|
|
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: How do I tell hashcat to crack hash:salt?
Post: RE: How do I tell hashcat to crack hash:salt?
use the --help switch or the wiki. There you get all necessary information.
btw: these sha1 are unsalted. Do not post your hashes here! |
|
undeath |
Old hashcat Support
|
3 |
8,983 |
12-03-2011, 10:22 PM |
|
|
Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop
There is no magic way of speeding up old hardware. Buy or rent some faster one. |
|
undeath |
Hardware
|
15 |
10,085 |
05-21-2018, 06:05 PM |
|
|
Thread: How do I extract the hashes from a file encrypted with PBKDF2-HMAC-SHA-1?
Post: RE: How do I extract the hashes from a file encryp...
there is no generic solution, especially for encrypted files. |
|
undeath |
hashcat
|
4 |
4,495 |
02-26-2018, 12:00 AM |
|
|
Thread: How do I extract the hashes from a file encrypted with PBKDF2-HMAC-SHA-1?
Post: RE: How do I extract the hashes from a file encryp...
Checking the correct password usually involves (trying) decrypting (part of) the file. Which means you need to know the encryption algorithm and some part of the encrypted data. You are going to need ... |
|
undeath |
hashcat
|
4 |
4,495 |
02-26-2018, 12:11 AM |
|
|
Thread: how do i do this?
Post: RE: how do i do this?
cat list1 list2 | sort -u -o output |
|
undeath |
General Help
|
14 |
16,815 |
01-21-2016, 07:03 PM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
here is some python code. works the same as atom's code but instead of a single hash you specify a hash list. However it's way slower. (at least for small amounts of hashes)
https://pastebin.com/ZFv... |
|
undeath |
Old hashcat Support
|
22 |
44,519 |
01-26-2013, 12:59 AM |
|
|
Thread: How do I crack a password w/ these rules?
Post: RE: How do I crack a password w/ these rules?
https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
1 |
1,515 |
04-24-2019, 11:52 PM |
|
|
Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...
hex encoded or binary? not that it really matters because the search space is too large anyway. |
|
undeath |
hashcat
|
5 |
3,576 |
03-31-2018, 10:58 PM |
|
|
Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...
Basically your salt is the "password" you are looking for. There should be a corresponding hash mode. |
|
undeath |
hashcat
|
5 |
3,576 |
04-01-2018, 12:25 AM |
|
|
Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...
I think hashtopus can show you the progress: https://hashcat.net/forum/thread-3159.html |
|
undeath |
Old oclHashcat Support
|
7 |
14,339 |
11-16-2014, 01:11 PM |
|
|
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 can i do this
Post: RE: How can i do this
M@LIK Wrote: (04-25-2012, 03:44 AM)
--
Code:
--
cudaHashcat-lite64 -m100 -oOut.out --pw-min 4 --pw-max 8 --gpu-async --gpu-devices 1 -1 ?l?d?u [ur_hash] ?1?1?1?1?1?1?1?1
--
--
of course it doesn't... |
|
undeath |
Very old oclHashcat-lite Support
|
12 |
22,463 |
04-25-2012, 09:42 AM |
|
|
Thread: How can i do this
Post: RE: How can i do this
droidman Wrote: (04-25-2012, 04:02 AM)
--
ok this time the command worked. but the hash was not cracked[...]
--
;) |
|
undeath |
Very old oclHashcat-lite Support
|
12 |
22,463 |
04-25-2012, 11:20 AM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
Look in what order those messages were received. |
|
undeath |
General Talk
|
27 |
14,953 |
02-24-2019, 03:50 PM |
|
|
Thread: how can i crack a wpa/wpa2 hash with more than one wordlists in one command?
Post: RE: how can i crack a wpa/wpa2 hash with more than...
1. hashcat -a0 [options] wordlist1.txt wordlist2.txt […]
2. https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
3 |
2,600 |
10-19-2018, 05:52 PM |
|
|
Thread: how can i crack a wpa/wpa2 hash with more than one wordlists in one command?
Post: RE: how can i crack a wpa/wpa2 hash with more than...
No, the wordlist names can be whatever you want. You can even specify a directory. |
|
undeath |
hashcat
|
3 |
2,600 |
10-20-2018, 10:33 AM |
|
|
Thread: How are Litecoin wallets encrypted?
Post: RE: How are Litecoin wallets encrypted?
That's not how quantum computers work. They don't magically make everything faster (or even feasible). Especially not standard hashing algorithms. Rather your litecoins will become worthless because t... |
|
undeath |
hashcat
|
3 |
4,292 |
01-16-2018, 12:55 AM |