Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Salt-value exception
Post: RE: Salt-value exception
Please make sure you are using the newest version of hashcat and 7z2hashcat |
|
philsmd |
General Talk
|
2 |
4,621 |
04-04-2017, 02:13 PM |
|
|
Thread: Help me to crack those hashes please
Post: RE: Help me to crack those hashes please
banned (1 week, use it wisely to read and understand the forum rules) and thread closed |
|
philsmd |
hashcat
|
2 |
2,628 |
04-10-2017, 02:55 PM |
|
|
Thread: Proper meaning of status codes?
Post: RE: Proper meaning of status codes?
-2 whenever the temperature limit was reached
-1 in case of errors (arguments or other inputs - also input files etc)
2 in case the 'q' key was hit
3 in case the 'c' key was hit (checkpoint quit f... |
|
philsmd |
hashcat
|
2 |
3,339 |
04-12-2017, 08:31 AM |
|
|
Thread: Keepass 1.x issue
Post: RE: Keepass 1.x issue
Example hashes can be found here: https://hashcat.net/example_hashes
Make sure that the format is the same, e.g. it starts with $keepass$*
If you want to prepend the username (or file name) then y... |
|
philsmd |
hashcat
|
2 |
3,985 |
04-18-2017, 09:21 AM |
|
|
Thread: how to use only some letters
Post: RE: how to use only some letters
Unfortunately, I can't do more than link you to the wiki page that explains it very well https://hashcat.net/wiki/mask_attack (what I mean is, I can't read or understand it for you, just spend some mi... |
|
philsmd |
hashcat
|
2 |
2,906 |
05-15-2017, 02:15 PM |
|
|
Thread: 7-Zip Hash Length
Post: RE: 7-Zip Hash Length
I'm guessing that you used 7z2hashcat to extract the "hash"... well generally I would assume that whenever 7z2hashcat extracts a valid hash and hashcat can load it, you shouldn't worry about the corre... |
|
philsmd |
hashcat
|
2 |
4,615 |
05-07-2017, 11:02 AM |
|
|
Thread: mask order unknown?
Post: RE: mask order unknown?
use policygen from PACK (https://thesprawl.org/projects/pack/), i.e. the use of .hcmask files is needed (and PACK can generate them for you) |
|
philsmd |
hashcat
|
2 |
3,106 |
05-29-2017, 08:59 PM |
|
|
Thread: processor couldn't load
Post: RE: processor couldn't load
please see the output of hashcat64 --help
For instance for CPU and GPU you could use --opencl-device-types 1,2 (or short -D 1,2)
BTW: your command also contains an error "-1 -1" makes no sense, one... |
|
philsmd |
General Talk
|
2 |
3,137 |
06-02-2017, 10:18 PM |
|
|
Thread: My next learning curve... from brute force to hybrid with rules.
Post: RE: My next learning curve... from brute force to ...
-a 3 is only used for mask attack
if you want to use hybrid (-a 6 or -a 7) you need to adjust your command line... most importantly the -a x option.
for -a 6 and -a 7 you need to provide both th... |
|
philsmd |
hashcat
|
2 |
3,526 |
06-24-2017, 11:29 AM |
|
|
Thread: Mask processor error
Post: RE: Mask processor error
-a 3 is for mask attack, -a 3 is not for stdin/wordlists
-a 0 is used for straight/wordlist/stdin attacks
BTW: you really should read te wiki instead of asking all these very noob/basic question... |
|
philsmd |
hashcat
|
2 |
2,559 |
07-04-2017, 10:42 PM |
|
|
Thread: cap2hccapx essid filters
Post: RE: cap2hccapx essid filters
Currently, the code searches for exact matches.
This could be simply changed by, for instance, replacing strcmp () with strchr () here: https://github.com/hashcat/hashcat-utils/blob/b1e45b2337c2011... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
4,574 |
07-14-2017, 09:44 AM |
|
|
Thread: RAR crack
Post: RE: RAR crack
There could be many reasons why your experiencing these crashes.
I would suggest that you try the -m 12500 = RAR3-hp example hash from https://hashcat.net/wiki/example_hashes.
It would be also i... |
|
philsmd |
hashcat
|
2 |
6,493 |
07-18-2017, 05:35 PM |
|
|
Thread: CSV, hashes and username...
Post: RE: CSV, hashes and username...
This question was answered way too often, it even made it into the FAQ: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
has... |
|
philsmd |
hashcat
|
2 |
3,880 |
07-27-2017, 10:56 AM |
|
|
Thread: mask attack with a max occurrence
Post: RE: mask attack with a max occurrence
maskprocessor (https://github.com/hashcat/maskprocessor) has 2 options:
-q, --seq-max=NUM Maximum number of multiple sequential characters
-r, --occurrence-max=NUM Maximum number of o... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
4,163 |
08-03-2017, 04:59 PM |
|
|
Thread: Users with the same hash not in output
Post: RE: Users with the same hash not in output
Can you please make sure that you use the newest version of hashcat?
Which version of hashcat do you use? |
|
philsmd |
hashcat
|
2 |
2,884 |
08-03-2017, 05:53 PM |
|
|
Thread: Cracking MySQL/MariaDB Hashes
Post: RE: Cracking MySQL/MariaDB Hashes
--increment-min and --increment-max are command line arguments that can be used in a mask attack (-a 3. Well, it is also supported in -a 6 and -a 7 actually, but always together with masks).
if you u... |
|
philsmd |
General Talk
|
2 |
5,985 |
08-04-2017, 07:39 AM |
|
|
Thread: --limit and --skip usage
Post: RE: --limit and --skip usage
your examples above have 2 different masks:
you used ?l?l?l?l?l?l?l?l for the keyspace calculation and ?l?l?l?l?l?l?l? for the actual run.
You should always use the same mask!
Furthermore, yo... |
|
philsmd |
hashcat
|
2 |
2,896 |
08-25-2017, 12:24 PM |
|
|
Thread: Hashcat aborting (bug?)
Post: RE: Hashcat aborting (bug?)
You should try again with the latest beta versions of hashcat (https://hashcat.net/beta/ , do not forget to use -O if you want to use the optimized kernels and have the same speed as with 3.6).
Rec... |
|
philsmd |
hashcat
|
2 |
2,942 |
09-05-2017, 02:01 PM |
|
|
Thread: MSCHAPv2 load fail
Post: RE: MSCHAPv2 load fail
The correct hash mode is -m 5500 = NetNTLMv1 and the password for this hash is "password".
bob::::63xxx03415162exxxxx263799f8e8axxx5a6bc4d0exxxx72:axxxx01cd59xxx32:password
BTW: you are not allo... |
|
philsmd |
hashcat
|
2 |
2,363 |
11-03-2017, 02:16 PM |
|
|
Thread: Getting a weird hash from PDF?
Post: RE: Getting a weird hash from PDF?
As far as I know the current up-to-date script to extract the info from .pdf files is pdf2john.pl (a perl file not a python file):
https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleedin... |
|
philsmd |
hashcat
|
2 |
3,265 |
11-10-2017, 10:17 PM |