Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: nVidia 1660 familly hashrates
Post: RE: nVidia 1660 familly hashrates
you need to use -D 1,2 (capital D for --opencl-device-types) to enable both CPU and GPU (-d x is something else, it just selects already whitelisted/enabled devices).
you have pocl installed and th... |
|
philsmd |
Hardware
|
5 |
2,198 |
02-11-2020, 07:17 PM |
|
|
Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles
hashcat --help
Code:
--
--veracrypt-keyfiles | File | Keyfiles to use, separated with commas
--veracrypt-pim-start | Num | VeraCrypt personal iterations multiplier start
--veracrypt-... |
|
philsmd |
hashcat
|
5 |
1,952 |
02-15-2020, 09:30 AM |
|
|
Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working
what's your command and hash type ? what is the attack mode (-a x) ?
did you try to use hashcat beta from https://hashcat.net/forum/ |
|
philsmd |
hashcat
|
5 |
1,839 |
02-19-2020, 07:08 PM |
|
|
Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working
you didn't really mention the hash type and your command. please do |
|
philsmd |
hashcat
|
5 |
1,839 |
02-20-2020, 12:47 AM |
|
|
Thread: Need advice of Drivers for my setup.
Post: RE: Need advice of Drivers for my setup.
why are you using pipe/stdin ?
It's very weird that you are asking why something is not fast enough but don't really explain what your command is and why you are using a Pipe:
Quote:
--
Guess.B... |
|
philsmd |
hashcat
|
5 |
1,838 |
02-20-2020, 01:01 AM |
|
|
Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles
the file checksum is calculated internally by hashcat. All the files are combined to later create the checksum (as veracrypt does too)
Therefore, if you do NOT know which files you used or the orde... |
|
philsmd |
hashcat
|
5 |
1,952 |
02-20-2020, 10:19 AM |
|
|
Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working
maybe you are confusing the hashcat brain with some hashcat wrapper like hashtopolis that tries to distribute work across multiple rigs/systems ?
brain and distributed cracking wrappers/systems act... |
|
philsmd |
hashcat
|
5 |
1,839 |
02-20-2020, 10:29 AM |
|
|
Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch
doesn't the configuration file also tell you the type of the "password".
I guess, it's none of these https://community.cisco.com/t5/networking-documents/understanding-the-differences-between-the-ci... |
|
philsmd |
hashcat
|
5 |
1,772 |
02-24-2020, 09:11 AM |
|
|
Thread: why the Alphabetic charset is so slow
Post: RE: why the Alphabetic charset is so slow
what do you mean ? mask attack (-a 3) ?
there is no such thing as alphanumeric chars in hashcat built-in charsets: we only have the single groups of characters like ?d,?l,?u and the combination of... |
|
philsmd |
hashcat
|
5 |
1,805 |
02-26-2020, 08:58 AM |
|
|
Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch
that's interesting. so it seems to be a hash indeed.
The problem is that we do not know the algorithm, Maybe that's a Cisco secret, I guess.
You could try to kindly ask some cisco support/techni... |
|
philsmd |
hashcat
|
5 |
1,772 |
02-27-2020, 09:31 AM |
|
|
Thread: history hash
Post: RE: history hash
just open the potfile in a text editor or use:
Code:
--
cat hashcat.potfile
--
(this is on linux ... or use the "type" command on windows)
use --potfile-disable to disable the potfile (or rem... |
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 11:32 AM |
|
|
Thread: history hash
Post: RE: history hash
if you use LINUX *and* if you have installed hashcat (make install or used a package manager), the files are wihtin your home directory:
Code:
--
cat $HOME/.hashcat/hashcat.potfile
--
|
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 01:20 PM |
|
|
Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...
install the Intel CPU OpenCL Runtime from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section
Yeah, the Intel Runtime also works for your AMD Ryzen |
|
philsmd |
hashcat
|
5 |
1,397 |
03-20-2020, 08:29 PM |
|
|
Thread: 2080 ti 2500 50kh's
Post: RE: 2080 ti 2500 50kh's
add -w 4
you could also try the beta version: https://hashcat.net/beta/ |
|
philsmd |
General Talk
|
5 |
1,477 |
03-21-2020, 12:45 PM |
|
|
Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...
try with your CPU Only (for testing purposes) with
hashcat -m 2500 -D 1 -b
what hash type are you talking about ? WPA or -m 15900 (DPAPI v2) |
|
philsmd |
hashcat
|
5 |
1,397 |
03-21-2020, 08:10 PM |
|
|
Thread: There is no results for cracking password
Post: RE: There is no results for cracking password
The cracked hashes are stored in the file hashcat.potfile
you can use the command:
hashcat -m 16800 --show galleria.16800
to show all the cracked hashes and the corresponding passwords
The... |
|
philsmd |
hashcat
|
5 |
1,230 |
03-29-2020, 12:35 PM |
|
|
Thread: New plugin developer guide
Post: RE: New plugin developer guide
You do not need to wait for a new release, the guide is already online:
https://github.com/hashcat/hashcat/blob/master/docs/hashcat-plugin-development-guide.md |
|
philsmd |
hashcat
|
5 |
1,717 |
04-21-2020, 06:38 PM |
|
|
Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files
I'm pretty sure they were both generated with
PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack
https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pac... |
|
philsmd |
hashcat
|
5 |
1,189 |
04-22-2020, 09:39 PM |
|
|
Thread: Separator Unmatched
Post: RE: Separator Unmatched
you need to specify the file with hashes (the "hash file") first:
for dictionary attack (-a 0) it is:
Code:
--
hashcat -m 0 -a 0 -w 3 hashes.txt wordlist.txt
--
as you can see, you need to ... |
|
philsmd |
hashcat
|
5 |
1,389 |
04-26-2020, 08:57 AM |
|
|
Thread: Separator Unmatched
Post: RE: Separator Unmatched
make sure that each line of the file myunshadow.txt has hashes fomatted in the correct way: https://hashcat.net/wiki/example-hashes
or use
Code:
--
hashcat -m 1420 --example-hashes
--
to se... |
|
philsmd |
hashcat
|
5 |
1,389 |
04-26-2020, 09:22 AM |