Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force
maskprocessor (see https://hashcat.net/wiki/doku.php?id=maskprocessor and https://hashcat.net/tools/maskprocessor/ ) has the -q option.
For slow hashes you can simply pipe it into cudaHashcat without ... |
|
philsmd |
General Help
|
4 |
8,671 |
01-06-2015, 11:07 PM |
|
|
Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force
You need to read the --help output of maskprocessor. If you do so, you will find 2 interesting options:
Code:
--
-q, --seq-max=NUM Maximum number of multiple sequential characters
-r, --oc... |
|
philsmd |
General Help
|
4 |
8,671 |
01-08-2015, 05:46 PM |
|
|
Thread: r9 270x driver issue
Post: RE: r9 270x driver issue
If you refer to this:
https://www.darkmoreops.com/2014/08/18/cracking-wpa2-wpa-with-hashcat-The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)-linux/
then I can only say that this is exactly th... |
|
philsmd |
Hardware
|
3 |
8,656 |
10-16-2014, 03:38 PM |
|
|
Thread: Restore Fails
Post: RE: Restore Fails
No, that's also not 100% correct.
The FAQ (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions) already says that "The only parameters allowed when restoring a session are --restore and... |
|
philsmd |
hashcat
|
12 |
8,646 |
12-29-2017, 09:17 AM |
|
|
Thread: Restore Fails
Post: RE: Restore Fails
the full command is:
Code:
--
hashcat64 --restore --session save
--
|
|
philsmd |
hashcat
|
12 |
8,646 |
12-29-2017, 09:23 PM |
|
|
Thread: Crack Active Directory User NTLM hash
Post: RE: Crack Active Directory User NTLM hash
The general idea is good @backtraffic... but ...
we really are trying hard to discourage the use of hardware without (good) cooling solutions here. so it's probably better to say: do NOT use any l... |
|
philsmd |
hashcat
|
11 |
8,625 |
01-03-2020, 11:48 AM |
|
|
Thread: Limit on input-hashes?
Post: RE: Limit on input-hashes?
Well, you need to check what exactly is within line 11808, 11809, 11810 .
Are these empty lines ?
It just gives a warning that for line 11808, 11809, 11810 it wasn't able to parse these hashes (pr... |
|
philsmd |
Old oclHashcat Support
|
5 |
8,585 |
01-20-2016, 03:39 PM |
|
|
Thread: Limit on input-hashes?
Post: RE: Limit on input-hashes?
Thanks for the information.
But I am not able to reproduce this problem. Here it works with both line endings (\n and \r\n, i.e. 0a and 0d 0a).
Maybe there is something else strange with that output ... |
|
philsmd |
Old oclHashcat Support
|
5 |
8,585 |
01-20-2016, 05:08 PM |
|
|
Thread: Generating dictonary
Post: RE: Generating dictonary
The best solution is to use mask attack: https://hashcat.net/wiki/doku.php?id=mask_attack
Code:
--
hashcat -m 0 -a 3 hash.txt ?u?u?u?u?u?u?u?u
--
|
|
philsmd |
General Talk
|
12 |
8,565 |
07-25-2018, 07:27 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: 7z password recovery
Post: RE: 7z password recovery
yeah, you can get the hash by increasing the limit to about 4 GB hex data !!!
https://github.com/philsmd/7z2hashcat/blob/3e82bb8ef0e7e045bcb32bf8936eb75e611f13fc/7z2hashcat.pl#L102
... but the pro... |
|
philsmd |
hashcat
|
7 |
8,537 |
04-16-2018, 06:32 PM |
|
|
Thread: 7z password recovery
Post: RE: 7z password recovery
Do you see the list of files or was the file list also encrypted?
I think the "Out of memory!" message comes because the 7z2hashcat requires a little bit of RAM to fit the whole encrypted data with... |
|
philsmd |
hashcat
|
7 |
8,537 |
04-19-2018, 07:30 PM |
|
|
Thread: 7z password recovery
Post: RE: 7z password recovery
What are the sizes of the hashes we are talking about here? How large is the resulting hash size given/displayed by 7z2hashcat ?
Furthermore, if the password is completely random you will really ha... |
|
philsmd |
hashcat
|
7 |
8,537 |
04-15-2018, 08:34 AM |
|
|
Thread: Hashcat duplicates
Post: RE: Hashcat duplicates
you can still use --remove, but you really need to know what you are doing... i.e. you need to use --show with the original list not the "left" list (hence: just use the original copy of the hash list... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,531 |
06-05-2016, 07:01 PM |
|
|
Thread: Ask Customs Chracter Set
Post: RE: Ask Customs Chracter Set
All of this is explained in the wiki ( https://hashcat.net/wiki/ )
See https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
with -1, -2, -3, -4 you define "custom charsets".
So for i... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,485 |
10-02-2014, 05:44 PM |
|
|
Thread: modx modPBKDF2 hashes
Post: RE: modx modPBKDF2 hashes
The salt must also be specified as base64 encoded string, like this:
Code:
--
./oclHashcat -m 10900 -a 3 --quiet 'sha256:1000:YTlhM2NkMmE1MmY0ZWFkOGJmZjQ3Nzk0MWNlYjYyZjU=:+7WYTHGVutZhmE9KYjb93Rvtd... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,476 |
02-26-2016, 11:03 PM |
|
|
Thread: v1.01 combination attack
Post: RE: v1.01 combination attack
As "User" said you need to specify exactly 2 dictionaries for instance:
Code:
--
./cudaHashcat64.bin -m 0 -a 1 -o output.txt hash.txt dict1.txt dict2.txt
--
Therefore, if you use -o outfi... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,449 |
01-18-2014, 12:03 AM |
|
|
Thread: How to emulate 3 dictionaries?
Post: RE: How to emulate 3 dictionaries?
turbohaje Wrote: (01-16-2015, 02:39 PM)
--
cudaHashcat64.exe -m 0 -a 1 -o results.txt -j $. -k [email protected] --outfile-format=3 hashes.txt names.txt surnames.txt
This should generate name.surname@gm... |
|
philsmd |
Old oclHashcat Support
|
6 |
8,444 |
01-16-2015, 02:50 PM |
|
|
Thread: I cant Run hashcat in Linux
Post: RE: I cant Run hashcat in Linux
do not use beignet. You need to install the Intel runtime if you want to use your OpenCL CPU:
OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors for Ubuntu* (64-bit) ***
ht... |
|
philsmd |
hashcat
|
6 |
8,436 |
09-14-2017, 04:14 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,423 |
11-22-2015, 05:18 PM |