Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Trying to get formatting right
Post: RE: Trying to get formatting right
see https://github.com/hashcat/hashcat/issues/85 for innosetup you need to use --hex-salt (according to that old trac ticket conversation). |
|
philsmd |
hashcat
|
6 |
3,629 |
01-20-2019, 09:52 PM |
|
|
Thread: Estimate Time Is Super Slow
Post: RE: Estimate Time Is Super Slow
you probably also need to install the ICD separately, e.g.
sudo apt install nvidia-opencl-icd-390
or ocl-icd-dev, ocl-icd-opencl-dev (i'm not totally sure which you need, but the nvidia one seems... |
|
philsmd |
hashcat
|
18 |
8,556 |
01-23-2019, 01:10 PM |
|
|
Thread: Need help combinding 2 different dictionaries
Post: RE: Need help combinding 2 different dictionaries
you can use something like this:
Code:
--
hashcat --stdout -o temp_dict.txt -a 6 text1.txt ?d?d?d?d
--
to generate a dict containing the words within the first file (text1.txt) combined with the... |
|
philsmd |
hashcat
|
1 |
1,402 |
01-04-2019, 11:03 AM |
|
|
Thread: nOOb help
Post: RE: nOOb help
First of all, you are not allowed to post hashes here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html
It's even worse that you didn't mask them and not even mentioned wha... |
|
philsmd |
hashcat
|
12 |
8,107 |
01-04-2019, 11:09 AM |
|
|
Thread: Is this WPA password cracked?
Post: RE: Is this WPA password cracked?
that's not 100% correct, Mem5
Exhausted could happen if only some of the handshakes are cracked and not all of them.
but if all "hashes" are cracked, the status will be "Cracked".
The problem w... |
|
philsmd |
hashcat
|
8 |
4,181 |
01-05-2019, 02:30 PM |
|
|
Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it
can you give some examples of what the left and right part look like in the hybrid attack.
I think your calculation is completely wrong.
you still have 24 masks on the left side and this number wo... |
|
philsmd |
hashcat
|
7 |
3,763 |
01-05-2019, 05:28 PM |
|
|
Thread: "simultaneous attacks"
Post: RE: "simultaneous attacks"
you can just append one hccapx file to the other and create a larger hccapx file, as explained here:
- https://hashcat.net/wiki/doku.php?id=hccapx
- https://hashcat.net/wiki/doku.php?id=frequently_a... |
|
philsmd |
hashcat
|
2 |
1,850 |
01-23-2019, 08:05 PM |
|
|
Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...
Well, there are a lot of tutorials on how to use "dd.exe" or something like this.
of course with dd you need to use the command line (cmd).
I would say that the hashcat FAQ that I linked above i... |
|
philsmd |
hashcat
|
6 |
3,235 |
01-25-2019, 12:04 PM |
|
|
Thread: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched
Post: RE: iTunes Backup, 8 errors: Separator unmatched+S...
you need to extract the "hash" first. i.e. you need to "convert" your plist into a hash file with something like
itunes_backup2hashcat.pl (see: https://github.com/philsmd/itunes_backup2hashcat/) |
|
philsmd |
hashcat
|
6 |
3,567 |
01-25-2019, 09:10 PM |
|
|
Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...
your clinfo doesn't show any Nvidia GPU at all.
what physical hardware do you have?
if you do not have a nvidia GPU, you shouldn't install the nvidia drivers.
You need to install the drivers for ... |
|
philsmd |
hashcat
|
9 |
4,194 |
01-26-2019, 01:12 PM |
|
|
Thread: Help me about --show
Post: RE: Help me about --show
The correct syntax is different. You need to specify the hash type, --show and the original hash list.
Code:
--
hashcat -m 100 --show unmodified_hashes.txt
--
without the original hash list,... |
|
philsmd |
hashcat
|
1 |
1,237 |
01-18-2019, 09:55 AM |
|
|
Thread: Hashcat failing when hashes.txt has multiple different hashes in it
Post: RE: Hashcat failing when hashes.txt has multiple d...
as the above mentioned wiki post explains, you need to use --show --username and the original hash lists:
Code:
--
hashcat -m x --show --username hashes.txt
--
where x must be replaced with th... |
|
philsmd |
hashcat
|
4 |
2,495 |
01-18-2019, 09:58 AM |
|
|
Thread: nOOb help
Post: RE: nOOb help
all values from the output of your command you run on macOS are base64 encoded and they need to be base64-decoded and hex-encoded
on linux (and most likely also on macOS) you can do something like ... |
|
philsmd |
hashcat
|
12 |
8,107 |
01-20-2019, 10:03 AM |
|
|
Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...
maybe the problem is that you installed the drivers via package manager and the package you installed didn't setup up everything, like the ICD etc...
Did you try to install the driver from nvidia.c... |
|
philsmd |
hashcat
|
9 |
4,194 |
01-26-2019, 01:19 PM |
|
|
Thread: Worked once and didnt work immediately after
Post: RE: Worked once and didnt work immediately after
you can use the command line switch --potfile-disable if you really intend to crack hashes multipe times and avoid the potfile checks. |
|
philsmd |
hashcat
|
3 |
2,010 |
01-29-2019, 12:13 PM |
|
|
Thread: Ryzen + RX 580 only one device working
Post: RE: Ryzen + RX 580 only one device working
-d 1,2 is not the correct thing you need.
You need to whitelist/select the device types with:
--opencl-device-types (or short -D), capital letter "D"
-D 1,2 means that both GPUs and CPUs are whiteli... |
|
philsmd |
hashcat
|
10 |
5,059 |
01-30-2019, 07:07 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
I think you are confusing something.
why do you need to use -d if you have only 1 GPU ?
if you want to enable and/or crack with your CPU, you need to use -D instead.
see this --help output sni... |
|
philsmd |
hashcat
|
9 |
7,548 |
01-25-2019, 11:19 AM |
|
|
Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...
It depends on how much and what you exactly remember about the missing characters.
Do you know their position (missing chars at the end, at the beginning, can be everywhere, ...) ?
Can you limit the... |
|
philsmd |
hashcat
|
6 |
3,235 |
01-25-2019, 11:40 AM |
|
|
Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...
what is the name of the software that was used to encrypt the drive ? |
|
philsmd |
hashcat
|
10 |
5,754 |
01-31-2019, 10:38 PM |
|
|
Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime
you probably have a Intel CPU in addition to your GPU.
If you have a CPU with OpenCL support you would need to install the OpenCL driver from software.intel.com to use your CPU too.
Does cracking ... |
|
philsmd |
hashcat
|
15 |
47,098 |
02-01-2019, 12:14 PM |