Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat rule help.
Post: RE: Hashcat rule help.
Code:
--
hashcat --stdout -o usernames_with_digits.txt -a 6 usernames.txt ?d?d?d
--
and
Code:
--
hashcat -m 0 -a 1 -w 3 hashes.txt usernames_with_digits.txt domain_names.txt
--
|
|
philsmd |
hashcat
|
6 |
5,416 |
11-06-2017, 01:19 PM |
|
|
Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash
-a 3 is mask attack ("brute-force").
This makes no sense with a dictionary like rockyou.txt. For dictionary attacks you need to use -a 0 (word lists). |
|
philsmd |
hashcat
|
3 |
424 |
08-17-2020, 10:29 PM |
|
|
Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash
no previous cracks needed, although it would make sense to try crack the example hash from https://hashcat.net/wiki/example_hashes just to make sure everything is working correctly (you could either j... |
|
philsmd |
hashcat
|
3 |
424 |
08-17-2020, 11:20 PM |
|
|
Thread: Hashcat running VERY slow
Post: RE: Hashcat running VERY slow
bcrypt has a cost factor
2 ^ cost factor is determining the iteration count. You can't compare apple to oranges. different cost factors imply different speeds |
|
philsmd |
hashcat
|
5 |
2,432 |
05-24-2019, 09:25 PM |
|
|
Thread: Hashcat running VERY slow
Post: RE: Hashcat running VERY slow
what are the number of salts and cost factors of the two runs that you are comparing ?
They must be identical to make any conclusions.
$2a$05$
for instance means 2^5 = 32 iterations, but for ... |
|
philsmd |
hashcat
|
5 |
2,432 |
05-24-2019, 09:37 PM |
|
|
Thread: Hashcat save/restore
Post: RE: Hashcat save/restore
best solution is to not use crunch:
Code:
--
hashcat -m 2500 -a 3 -o output_test -2 abc123 test.hccapx ?2?2?2?2?2?2?2?2
--
|
|
philsmd |
hashcat
|
3 |
411 |
09-08-2020, 12:47 PM |
|
|
Thread: Hashcat save/restore
Post: RE: Hashcat save/restore
My suggestion still makes sense, hashcat has built-in support for masks:
https://hashcat.net/wiki/doku.php?id=mask_attack
you do not need to use crunch and you do not need to use any word list, ju... |
|
philsmd |
hashcat
|
3 |
411 |
09-08-2020, 12:55 PM |
|
|
Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver
are you sure that the MH/s are for a single card and for -m 2500 = WPA/WPA2 ?
That's probably not correct. Can you give a link to these benchmarks ?
Of course if you have 8 x Nvidia GTX 1080 ti th... |
|
philsmd |
hashcat
|
7 |
4,416 |
12-16-2018, 04:05 PM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
Please follow this guide: https://hashcat.net/faq/wrongdriver)
also always mention what your GPUs / CPUs / operating system / drivers are.
if you want to start a mask attack, you should also a... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 08:33 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
hmm, did you try installing an older driver version ? e.g. the ones recommended on https://hashcat.net/hashcat
I'm pretty sure this is not a hashcat issue... but it could of course be that Nvidia c... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:18 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try running these commands:
Code:
--
hashcat -I
--
and
Code:
--
hashcat -b
--
if not, please try with the above hashcat test/benchmark/troubleshooting commands. |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:26 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try without using powershell, but cmd instead ?
[hr]
update: whoops, I just realized I had the "wrong" screenshot open from this issue (https://hashcat.net/forum/thread-8141-post-43675.htm... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:27 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try to follow the wrongdriver guide ?
Do you have any other OpenCL runtime/driver installed ? maybe the one for your CPU etc ?
For the system that isn't working yet, did you have any (wo... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 12:05 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 |
|
|
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 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 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 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 |