Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: What i am doin wrong
Post: RE: What i am doin wrong
First of all, welcome to hashcat forum!
- You did specify a custom charset (-1 something). If you specify a custom charset normally you also would like to specify a mask e.g. ?1?1?1?1?1?1?1, meaning ... |
|
philsmd |
Old hashcat Support
|
3 |
7,952 |
07-14-2013, 11:01 AM |
|
|
Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference
Thx, seems to be fixed in new version, see: https://hashcat.net/trac/ticket/185 |
|
philsmd |
Old hashcat Support
|
10 |
18,473 |
08-08-2013, 10:56 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
I "*think*" I have identified the problem (yes it was a problem, but dunno if no more crashes occur when you test). The trac ticket is here: https://hashcat.net/trac/ticket/186
Please test (when ha... |
|
philsmd |
Old hashcat Support
|
12 |
22,818 |
08-08-2013, 11:16 AM |
|
|
Thread: Wordlist word spacing
Post: RE: Wordlist word spacing
"wordswithoutspaces" ?
yes, *hashcat reads line by line, regardless if there are spaces in some lines of your wordlist.
If you meant "wordswithspaces", yes they are tested as 1 plain and not split... |
|
philsmd |
Old hashcat Support
|
4 |
9,797 |
08-10-2013, 02:11 PM |
|
|
Thread: Update rules.txt with changes.txt
Post: RE: Update rules.txt with changes.txt
@Kgx Pnqvhm I have updated rules.txt in cpu hashcat + oclhashcat today.
Furthermore, I've updated also the rules listed here: https://hashcat.net/wiki/doku.php?id=rule_based_attack
It is possible t... |
|
philsmd |
Old hashcat Support
|
5 |
9,690 |
08-14-2013, 08:49 PM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
Hey.
Rest assured that devs are already investigating this possible memory (RAM) problem.
Do you think that you can give more details on which parameters you use and how large (roughly) your dicts/r... |
|
philsmd |
Old hashcat Support
|
12 |
22,818 |
07-25-2013, 08:30 AM |
|
|
Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC
Try it this way:
0. Check if the hash file is correct:
Code:
--
$ cat m0160.txt #masked
8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc46c
--
1. Generate external salts list (file: external_salts.txt):... |
|
philsmd |
Old hashcat Support
|
12 |
31,848 |
08-01-2013, 02:22 AM |
|
|
Thread: Wordlist word spacing
Post: RE: Wordlist word spacing
running sed is not doing it manually. Doing it manually would mean change every space by hand - line by line ;)
Sed/awk/tr can be used on windows. I know that, because I used them myself.
Otherwis... |
|
philsmd |
Old hashcat Support
|
4 |
9,797 |
08-10-2013, 02:30 PM |
|
|
Thread: multi rules debugging
Post: RE: multi rules debugging
What's the problem of using a single file then?
Code:
--
$ sort -u 1.rule 2.rule -o myrules.rule
$ ./hashcat-cli64.bin -r myrules.rule --stdout
--
|
|
philsmd |
Old hashcat Support
|
2 |
5,701 |
08-27-2013, 01:29 PM |
|
|
Thread: [split] hashcat v0.46
Post: RE: [split] hashcat v0.46
Hey,
1. Anyone is able to register and post/edit tickets on Trac (https://www.hashcat.net/trac), since not every forum user uses it, you need to register there separately
2. I also explained here: http... |
|
philsmd |
Old hashcat Support
|
2 |
6,923 |
09-05-2013, 05:33 PM |
|
|
Thread: buitin charsets works, but custom charsets dosn't work
Post: RE: buitin charsets works, but custom charsets dos...
Please use --help and the wiki to learn about --hex-charset.
Hint: if you remove --hex-charset it should work
Please also don't post hashes if not ask by a dev, see https://hashcat.net/forum/anno... |
|
philsmd |
Old hashcat Support
|
4 |
9,223 |
09-28-2013, 10:13 AM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
See https://hashcat.net/wiki/doku.php?id=example_hashes , hashcat supports 2 vbulletin hash modes (both have some restrictions on the salt length etc).
Anyway, by using -m 2611 == vBulletin < v3.8.5... |
|
philsmd |
Old hashcat Support
|
16 |
29,653 |
10-21-2013, 01:27 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
Trac is here (https://www.hashcat.net/trac) and you may need to register (https://hashcat.net/trac/register) if not already done (since trac is seperate from the forum and you need to create a new acco... |
|
philsmd |
Old hashcat Support
|
16 |
29,653 |
10-21-2013, 10:18 AM |
|
|
Thread: How to get status for cracking process to use in other programs?
Post: RE: How to get status for cracking process to use ...
also read this: https://hashcat.net/forum/thread-2296.html
and the restore file format: https://hashcat.net/wiki/doku.php?id=oclhashcat_lite#parsing_the_restore-file |
|
philsmd |
Old hashcat Support
|
3 |
7,262 |
10-30-2013, 12:10 AM |
|
|
Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...
In cases like this I normally just add a "echo" before the actual command (like echo ./hashcat-0.46 and you will see what is going on)... also I normally prefer the:
while read line
do
// ... so... |
|
philsmd |
Old hashcat Support
|
8 |
17,138 |
11-08-2013, 07:16 PM |
|
|
Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...
I don't think that last problem (not wait) has anything to do with for vs while... I think that problem is totally unrelated...
Indeed executing the cmds not one after the other should only happen if ... |
|
philsmd |
Old hashcat Support
|
8 |
17,138 |
11-08-2013, 07:41 PM |
|
|
Thread: OSX 10.7.4 + hashcat 0.42
Post: RE: OSX 10.7.4 + hashcat 0.42
|
philsmd |
Old hashcat Support
|
14 |
29,074 |
12-10-2013, 01:00 AM |
|
|
Thread: [solved] Win7-64 crash Lists to blame?
Post: RE: Win7-64 crash Lists to blame?
This seems to be easy to reproduce and it seems that it doesn't occur randomly but w/ very specific plains (if the length > 48).
I also opened this trac ticket https://hashcat.net/trac/ticket/221 a... |
|
philsmd |
Old hashcat Support
|
5 |
9,987 |
12-10-2013, 08:18 PM |
|
|
Thread: Hash Type Question!
Post: RE: Hash Type Question!
It seems that this is -m 10 = md5 ($pass . $salt)
The "$user" here is only used because the salt depends on the user.
See here https://hashcat.net/wiki/doku.php?id=example_hashes to find the correct ... |
|
philsmd |
Old hashcat Support
|
2 |
6,784 |
12-27-2013, 08:37 AM |
|
|
Thread: [solved] Win7-64 crash Lists to blame?
Post: RE: Win7-64 crash Lists to blame?
It is very difficult for us to reproduce... I for instance do not understand if this wordlist is a personal wordlist of you or it is one of the .word files in /examples/ .
Could you please explain h... |
|
philsmd |
Old hashcat Support
|
5 |
9,987 |
12-10-2013, 12:52 AM |