Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...
that's by the way the default format... you only need to use --outfile-format parameter if it is different from "1,2" |
|
philsmd |
hashcat
|
8 |
1,804 |
03-19-2020, 01:39 PM |
|
|
Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...
What is the hash type that you are using ? What's the hashcat version (try with https://hashcat.net/beta) ?
The default with 1,2 is to use "$HEX[" and the hexadecimal chars and "]" at the end if th... |
|
philsmd |
hashcat
|
8 |
1,804 |
03-19-2020, 04:06 PM |
|
|
Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...
Yeah, but that is not the default value, but just an example within the --help:
Code:
--
Options Short / Long | Type | Description | Example
--
it clearly says, that it is an Example . The def... |
|
philsmd |
hashcat
|
8 |
1,804 |
03-19-2020, 04:35 PM |
|
|
Thread: track the cracking?
Post: RE: track the cracking?
in theory you could just count the lines in your hashcat.potfile for instance every hour or every week and make statistics out of this. As far as I know it's not directly logged in the hashcat.log fil... |
|
philsmd |
General Talk
|
4 |
1,798 |
09-12-2019, 07:55 PM |
|
|
Thread: Performance breack down 70%
Post: RE: Performance breack down 70%
disk speed doesn't matter for -a 3 (except if you are really swapping, that would be performance killer, but you should be able to monitor the disk activity very easily on each and every operating sys... |
|
philsmd |
Hardware
|
4 |
1,791 |
12-24-2019, 11:46 AM |
|
|
Thread: Hash speed
Post: RE: Hash speed
try to add -w 3 or even -w 4
you could get even more speed with rules (but of course the overall runtime could increase too).
so the correct answer is:
1. more dedicated/clever attacks (specifi... |
|
philsmd |
hashcat
|
3 |
1,781 |
05-31-2019, 07:08 PM |
|
|
Thread: need help setting up pattern/mask
Post: RE: need help setting up pattern/mask
small dict with very specific rules might help a lot here and crack the hashes much faster. of course it depends on how much you know about the base words and possible rules (like uppercasing the firs... |
|
philsmd |
hashcat
|
3 |
1,781 |
05-31-2019, 07:30 PM |
|
|
Thread: need help setting up pattern/mask
Post: RE: need help setting up pattern/mask
it's probably too long to brute-force, infeasible. maybe dict + rules is a better alternative ?
Code:
--
hashcat -m 14800 -w 3 -a 3 --increment --increment-min 6 --increment-max 10 --custom-char... |
|
philsmd |
hashcat
|
3 |
1,781 |
05-31-2019, 03:34 PM |
|
|
Thread: Unified list manager
Post: RE: Unified list manager
use hashcat in-built --show mechanism instead.
Code:
--
hashcat -m 0 --show --outfile-format 2 hashes.txt
--
this other tool "Unitifed list manager" is a 3th party tool and we don't give sup... |
|
philsmd |
General Talk
|
1 |
1,779 |
11-19-2018, 10:49 PM |
|
|
Thread: Intel Integrated GPU
Post: RE: Intel Integrated GPU
in general the k a l i distribution is not recommended. You would uninstall both mesa and pocl and try to install all the required proprietary drivers from the hardware vendor page.
In some cases y... |
|
philsmd |
Hardware
|
4 |
1,779 |
04-22-2020, 11:34 AM |
|
|
Thread: ERROR: clCreateContext(): CL_UNKNOWN_ERROR
Post: RE: ERROR: clCreateContext(): CL_UNKNOWN_ERROR
try this: https://hashcat.net/faq/wrongdriver
it's probably a driver/setup problem
does this happen with all hash types and also with just "hashcat -I" and "hashcat -b" ?
another test could... |
|
philsmd |
hashcat
|
5 |
1,778 |
11-15-2019, 10:03 AM |
|
|
Thread: ERROR: clCreateContext(): CL_UNKNOWN_ERROR
Post: RE: ERROR: clCreateContext(): CL_UNKNOWN_ERROR
what about the test with the beta version ?
... and what about the test with other hash types or with -I or -b only ? |
|
philsmd |
hashcat
|
5 |
1,778 |
11-17-2019, 12:59 PM |
|
|
Thread: How uninstall Hashcat? (Linux)
Post: RE: How uninstall Hashcat? (Linux)
Code:
--
sudo make uninstall
--
|
|
philsmd |
hashcat
|
3 |
1,777 |
11-20-2019, 01:24 AM |
|
|
Thread: Need assistance
Post: RE: Need assistance
no, this is not correct. it should only have one ".txt" in it
hash.txt.txt is not the same as hash.txt
in your screenshot it's very obvious that for instance example0.cmd is just listed as "exam... |
|
philsmd |
hashcat
|
4 |
1,772 |
10-14-2019, 08:31 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: 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: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
different topic, off-topic
hint: encoding. UTF8 character encoding is supported by default, but all hashing algorithms work with bytes (0x00-0xff) anyways. |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 05:23 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
the file redirect with
Code:
--
> two_words.txt
--
was already mentioned above.
Please read more carefully |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 05:35 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
my guess is that you messed your command up.
maybe you specified a wrong file. Make sure that everything after "combinator" is a text file. for instance "combinator combinator ... " do not make sen... |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 06:19 PM |
|
|
Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...
instead of
Code:
--
...
--
you should of course insert the path names as explained above.
Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file witho... |
|
philsmd |
General Talk
|
11 |
1,772 |
07-05-2020, 06:47 PM |