Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat and Invision Power Board 4.xx?
Post: RE: Hashcat and Invision Power Board 4.xx?
|
undeath |
Old hashcat Support
|
4 |
10,770 |
02-20-2015, 10:17 PM |
|
|
Thread: hashcat and f b passwords
Post: RE: hashcat and f b passwords
sure, just open the text file you saved it in. |
|
undeath |
Old hashcat Support
|
3 |
8,289 |
10-30-2012, 04:06 PM |
|
|
Thread: Hashcat an Electrum Wallet
Post: RE: Hashcat an Electrum Wallet
only $electrum$1 hashes are supported |
|
undeath |
hashcat
|
2 |
2,227 |
08-31-2018, 11:49 AM |
|
|
Thread: hashcat 6.0.0
Post: RE: hashcat 6.0.0
Whooo, it's official finally! So many things happened since the last release! |
|
undeath |
hashcat
|
21 |
87,684 |
06-16-2020, 06:37 PM |
|
|
Thread: Hashcat 5.1.0 never returns results
Post: RE: Hashcat 5.1.0 never returns results
Quote:
--
Code:
--
hashcat64.exe -a 3 -m 0 -p : -o "c:\my\desktop\pw.txt" "c:\my\desktop\hash.txt" -O -1 ?a ?1?1?1?1
--
--
that's a weird "simple" example. A simple example would be
Code:
--
h... |
|
undeath |
hashcat
|
3 |
1,123 |
01-22-2020, 11:53 PM |
|
|
Thread: hashcat 5.0.0 with Token length exception with sha1
Post: RE: hashcat 5.0.0 with Token length exception with...
also note that you probably intended to run
Code:
--
echo "foo:$(echo -n bar | sha1sum | cut -d ' ' -f 1)"
--
|
|
undeath |
hashcat
|
3 |
8,195 |
11-19-2018, 07:36 PM |
|
|
Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed
static mask prefix is bad for performance |
|
undeath |
hashcat
|
6 |
3,903 |
05-12-2018, 11:30 AM |
|
|
Thread: hashcat 4.0 and 4.0.1
Post: RE: hashcat 4.0 and 4.0.1
does the example hash crack for you? https://hashcat.net/wiki/doku.php?id=example_hashes |
|
undeath |
hashcat
|
2 |
6,808 |
11-11-2017, 11:11 PM |
|
|
Thread: Hashcat 0.41 external salt file and --remove error
Post: RE: Hashcat 0.41 external salt file and --remove ...
To fix the glibc error you need to upgrade your OS. |
|
undeath |
Old hashcat Support
|
4 |
8,279 |
10-24-2012, 07:31 AM |
|
|
Thread: Hashcat 0.12 no responding
Post: RE: Hashcat 0.12 no responding
why are you using --force? what happens when you omit this? |
|
undeath |
Very old oclHashcat-plus Support
|
13 |
21,507 |
01-18-2013, 12:48 PM |
|
|
Thread: hashcat & cpulimit/cputool
Post: RE: hashcat & cpulimit/cputool
you can use -w1. To lock hashcat to certain cpu cores you can use the --cpu-affinity option |
|
undeath |
hashcat
|
1 |
1,179 |
03-30-2019, 06:50 PM |
|
|
Thread: Hashcat
Post: RE: Hashcat
|
undeath |
General Talk
|
2 |
5,729 |
09-02-2014, 08:12 PM |
|
|
Thread: hash:[x], invalid iteration count ERROR: No hashes loaded
Post: RE: hash:[x], invalid iteration count ERROR: No ha...
the forth character indicates how many iterations where used. In you case this is a D. Usually you find something between 9 and B (0 is the lowest count of iterations, Z(?) is the highest). Hashcat ca... |
|
undeath |
Very old oclHashcat-plus Support
|
6 |
12,856 |
10-15-2012, 02:19 PM |
|
|
Thread: hash(hash(plain, salt), salt2)
Post: RE: hash(hash(plain, salt), salt2)
Arbitrarily combining hash modes is not possible. Have a look at mdxfind. |
|
undeath |
hashcat
|
1 |
448 |
06-08-2020, 01:29 PM |
|
|
Thread: Hash type?
Post: RE: Hash type?
Looks like encrypted using an (wrongly implemented) OTP.
Code:
--
def group(e, n=2):
res = []
for x in range(len(e)//n):
res.append(e[x*n:(x+1)*n])
return res
def parseEnc(e):
return li... |
|
undeath |
General Help
|
5 |
6,508 |
07-03-2015, 05:55 PM |
|
|
Thread: Hash type
Post: RE: Hash type
This looks like something base64 encoded, but taking the unusual length of 141bytes into consideration this is definitely no standard hash type (or just has a very unusual hash:salt formating). I'd ra... |
|
undeath |
General Talk
|
5 |
14,428 |
09-30-2012, 12:36 AM |
|
|
Thread: hash on rasberry 4 armv7l with a kaili linux
Post: RE: hash on rasberry 4 armv7l with a kaili linux
only x86 systems are officially supported even though you can probably compile hashcat for arm. However, I'm not aware of any working OpenCL runtime for arm/rpi which is required to use hashcat. |
|
undeath |
hashcat
|
3 |
1,409 |
02-15-2020, 06:32 PM |
|
|
Thread: Hash of veracrypt file
Post: RE: Hash of veracrypt file
To make sure you are correctly extracting the needed data create a new container with a known password and try to crack that one. |
|
undeath |
hashcat
|
3 |
3,060 |
04-06-2018, 09:26 AM |
|
|
Thread: Hash of office file need to be cracked.
Post: RE: Hash of office file need to be cracked.
you forgot to specify a wordlist |
|
undeath |
General Talk
|
1 |
1,161 |
10-07-2019, 06:11 PM |
|
|
Thread: Hash of a .pdf file
Post: RE: Hash of a .pdf file
how about you just try to load it and see what happens? That's even faster than writing a post about it… |
|
undeath |
hashcat
|
5 |
4,011 |
12-17-2017, 05:22 PM |