Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: hashcat v0.44, oclHashcat-plus v0.14 and oclHashcat-lite v0.15
Post: RE: hashcat v0.44, oclHashcat-plus v0.14 and oclHa...
@Hash-IT, I do *not* think that there are only few people that use hashcat or oclHashcat anymore, instead I think there is a FAST increasing number of users *every* day...
Maybe atom has a number (i.... |
|
philsmd |
Very old oclHashcat-plus Announcements
|
11 |
46,824 |
03-24-2013, 02:02 PM |
|
|
Thread: hashcat v0.44, oclHashcat-plus v0.14 and oclHashcat-lite v0.15
Post: RE: hashcat v0.44, oclHashcat-plus v0.14 and oclHa...
@Hash-IT yes, you are right. At least you did understand what I was trying to say, but yes SPAM is something *else*...
Again, I think atom knows how valuable his work is for MANY of us! |
|
philsmd |
Very old oclHashcat-plus Announcements
|
11 |
46,824 |
03-24-2013, 05:12 PM |
|
|
Thread: Hashcat v 0.50 "increment error"
Post: RE: Hashcat v 0.50 "increment error"
Just have a look at the --help output
Code:
--
--increment Enable increment mode
--increment-min=NUM Start incrementing at NUM
--increment-max=NUM Stop incrementing at NUM
--
... |
|
philsmd |
Old hashcat Support
|
5 |
8,424 |
11-22-2015, 05:18 PM |
|
|
Thread: Hashcat token length exception
Post: RE: Hashcat token length exception
-o is only used for the outfile (that's why "-o" is a shorter version of --outfile)
the general format is -a 0 hash.txt dict.txt, but you are only specifying the outfile (-o) and a dict.
this sh... |
|
philsmd |
hashcat
|
1 |
1,638 |
06-30-2019, 07:05 PM |
|
|
Thread: Hashcat table of hashes
Post: RE: Hashcat table of hashes
Code:
--
hashcat --help
--
or:
Code:
--
hashcat --example-hashes
--
or:
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
philsmd |
hashcat
|
2 |
583 |
06-24-2020, 09:19 AM |
|
|
Thread: Hashcat stops after initializing OpenCL Runtime
Post: RE: Hashcat stops after initializing OpenCL Runtim...
try this: https://hashcat.net/faq/wrongdriver
there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms.
this seems to be a driver installation issue... |
|
philsmd |
hashcat
|
1 |
2,979 |
02-10-2019, 09:06 AM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
Did you try to run the commands without the for/while loop?
Does the problem also happen without the loop, e.g running the commands one after the other? |
|
philsmd |
hashcat
|
22 |
17,111 |
07-28-2017, 02:20 PM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
Does the problem also happen without the --increment command line option? |
|
philsmd |
hashcat
|
22 |
17,111 |
07-29-2017, 12:56 PM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
22 |
17,111 |
08-23-2017, 08:01 PM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
Hey @patpro. Thank you for the report.
It seems devs now were able to reproduce this problem and fix it (https://github.com/hashcat/hashcat/commit/688a580d6c8c29b2525d905cb4ae1b688fc8fba7). Please ... |
|
philsmd |
hashcat
|
22 |
17,111 |
08-25-2017, 08:56 PM |
|
|
Thread: Hashcat stop randomly
Post: RE: Hashcat stop randomly
Why do you think it stopped without reasons?
From the output you have posted above it seems that everything is working correctly.
I don't see any evidence that there is something strange going on.... |
|
philsmd |
hashcat
|
3 |
3,805 |
08-11-2017, 08:14 PM |
|
|
Thread: HashCat Speed
Post: RE: HashCat Speed
no hash type, no valid answer
btw: try to use -w 4 and -O (the latter only makes sense if applicable to that specific hash type -m x) |
|
philsmd |
hashcat
|
3 |
1,840 |
03-24-2019, 11:42 AM |
|
|
Thread: HashCat Speed
Post: RE: HashCat Speed
I think brute-forcing is not the correct approach (or at least it shouldn't be the first one) for slow hash types like iTunes backup >= 10.0 .
I would recommend starting with a dictionary attack (-... |
|
philsmd |
hashcat
|
3 |
1,840 |
03-24-2019, 12:15 PM |
|
|
Thread: Hashcat slows down after staring attack.
Post: RE: Hashcat slows down after staring attack.
You are trying to crack 779 networks. The benchmark only uses 1 single network to find out the maximum speed.
The huge number of networks will reduce the overall speed almost linearly.
The more ne... |
|
philsmd |
hashcat
|
7 |
6,025 |
02-14-2018, 05:49 PM |
|
|
Thread: Hashcat slows down after staring attack.
Post: RE: Hashcat slows down after staring attack.
In theory you could just split your hccapx file into 779 equally large files (the size of 1 hccapx struct is also mentioned here: https://hashcat.net/wiki/doku.php?id=hccapx , it currently is 393 byte... |
|
philsmd |
hashcat
|
7 |
6,025 |
02-15-2018, 05:51 PM |
|
|
Thread: Hashcat SHA1 output "hash:plain" to plain
Post: RE: Hashcat SHA1 output "hash:plain" to plain
Code:
--
hashcat -m 100 --show --outfile-format 2 originalHashList.txt
--
p.s.: do not post hashes. this is against the forum rules. you will get banned |
|
philsmd |
hashcat
|
4 |
5,280 |
08-22-2017, 07:16 AM |
|
|
Thread: Hashcat SHA1 output "hash:plain" to plain
Post: RE: Hashcat SHA1 output "hash:plain" to plain
something like this should work (on linux or mingw):
Code:
--
cut -b 42- hashcat.potfile | ./hashcat --stdout --outfile-autohex-disable
--
or you could also copy the file and use any advance... |
|
philsmd |
hashcat
|
4 |
5,280 |
08-22-2017, 11:00 PM |
|
|
Thread: Hashcat self-destructs (Windows)
Post: RE: Hashcat self-destructs (Windows)
ha, this reminds me of some users running into the problem of copy-pasting a command starting with
"> hashcat64.exe ..."
where > was part of the command prompt of the original/copied command lin... |
|
philsmd |
hashcat
|
2 |
1,561 |
04-06-2019, 07:21 PM |
|
|
Thread: Hashcat Segmentation Fault
Post: RE: Hashcat Segmentation Fault
my bet is that pocl and/or mesa are again the culprit. uninstall them
btw: cracking with a laptop is not a good idea (throttling and cooling issues, destroying the hardware because they are not des... |
|
philsmd |
hashcat
|
3 |
2,479 |
05-30-2019, 12:06 PM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
run this:
Code:
--
clinfo
--
or (filtered):
Code:
--
clinfo | grep "Platform Name"
--
if some very basic third party tools like "clinfo" do not recognize your OpenCL installation, al... |
|
philsmd |
hashcat
|
20 |
6,851 |
10-10-2019, 08:37 AM |