Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat command
Post: RE: Hashcat command
How does your command look so far?
imak Wrote: (01-07-2018, 04:51 AM)
--
and I only want the first letter capital.
--
I hope that means you know the rest of the password. Because despite what Holl... |
|
undeath |
hashcat
|
3 |
3,910 |
01-07-2018, 02:13 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
your dictionary does not contain the plaintexts |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:04 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
capitalisation matters. Besides, two of the lines in the dict are messed up. They contain mulitple words delimited by \r\r |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:11 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
use a proper text editor. This is what vim shows (including leading line numbers)
Code:
--
1 _998111^M^MCampbell^M
2 Campbell_^M
3 Demarcus^M
4 Demarcus_^M
5 Hacker^M^Mauburn^M^Mhashcat^M... |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:18 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
your line breaks are still screwed. They are all \r\r\n instead of \r\n or \n |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 09:41 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
vim autodetects the line breaks, the ^M you see is still excessive. I double-checked in a hex editor. |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 11:08 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
^M is just how vim displays carriage return characters. In a replace you'd have to specify \r. You could also have fixed it with tr -d '\r' |
|
undeath |
hashcat
|
16 |
6,932 |
02-14-2019, 12:44 AM |
|
|
Thread: Hashcat can't find password
Post: RE: Hashcat can't find password
you need to use rar2john from jtr-jumbo to extract the KDF data from the rar archive: https://github.com/magnumripper/JohnTheRipper
looks like you're going to have to compile that yourself or find ... |
|
undeath |
hashcat
|
3 |
3,482 |
04-20-2018, 10:12 PM |
|
|
Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure
wpa passwords must have a length of at least 8 characters. If it worked before that was a bug. |
|
undeath |
hashcat
|
8 |
5,703 |
01-30-2018, 02:05 PM |
|
|
Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure
the wpa specification does not allow passwords shorter than 8 characters. |
|
undeath |
hashcat
|
8 |
5,703 |
01-30-2018, 02:26 PM |
|
|
Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure
|
undeath |
hashcat
|
8 |
5,703 |
01-30-2018, 02:46 PM |
|
|
Thread: Hashcat Bruteforce attack startpoint
Post: RE: Hashcat Bruteforce attack startpoint
|
undeath |
hashcat
|
1 |
2,359 |
07-01-2017, 06:33 PM |
|
|
Thread: Hashcat brute force
Post: RE: Hashcat brute force
see https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
Old hashcat Support
|
3 |
7,630 |
07-06-2014, 06:11 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: hashcat beta - supported CUDA version?
Post: RE: hashcat beta - supported CUDA version?
CUDA support is only available in the beta currently. Your driver is really old. Install the latest version. |
|
undeath |
Beta Tester
|
1 |
2,274 |
07-20-2019, 12:41 AM |
|
|
Thread: hashcat WPA benchmark not starting at all
Post: RE: hashcat benchmark not starting at all
probably a crash inside the opencl runtime |
|
undeath |
hashcat
|
12 |
8,216 |
03-17-2019, 08:29 PM |
|
|
Thread: Hashcat batch-mode?
Post: RE: Hashcat batch-mode?
|
undeath |
hashcat
|
1 |
305 |
08-27-2020, 03:18 PM |
|
|
Thread: hashcat approved gpu driver no longer available
Post: RE: hashcat approved gpu driver no longer availabl...
wow, shouldn't we just delete that ancient and outdated wiki article? Please, nobody, use ubuntu 14.04 anymore. |
|
undeath |
hashcat
|
9 |
6,018 |
08-07-2018, 12:31 AM |
|
|
Thread: Hashcat and R9 390
Post: RE: Hashcat and R9 390
If you need to disable the selftest something is probably broken anyway. |
|
undeath |
hashcat
|
4 |
3,015 |
01-28-2019, 08:08 PM |
|
|
Thread: Hashcat and Invision Power Board 4.xx?
Post: RE: Hashcat and Invision Power Board 4.xx?
IPB v4 uses unix-blowfish hashes. crypt( $password, '$2a$13$' . $salt ); |
|
undeath |
Old hashcat Support
|
4 |
10,770 |
02-20-2015, 08:59 PM |