Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: hex output special character
Post: RE: hex output special character
it's nothing particular strange about that $HEX[...] output, instead it is just the hexadecimal representation of the string.
Yeah, if you really want you can use --outfile-autohex-disable in your fir... |
|
philsmd |
hashcat
|
2 |
4,276 |
08-02-2016, 10:24 AM |
|
|
Thread: Struggling with syntax
Post: RE: Struggling with syntax
1. you are posting your question within the wrong forum section: your output shows that you are using hashcat-legacy, while your are posting within the "hashcat" forum section. (... or maybe you shoul... |
|
philsmd |
hashcat
|
1 |
3,866 |
08-08-2016, 09:43 AM |
|
|
Thread: hashcat-3.00 Toggle attack produces duplicates
Post: RE: hashcat-3.00 Toggle attack produces duplicates
Well, in this specific case some rules are applied, since hashcat was instructed to apply all these rules, but they/some didn't change the password candidate because the toggles should take place at p... |
|
philsmd |
hashcat
|
4 |
4,634 |
08-10-2016, 08:18 AM |
|
|
Thread: HC 3.0 generates gibberish with rules and full syntax on WPA
Post: RE: HC 3.0 generates gibberish with rules and full...
That is kind of obvious since --stdout doesn't expect any other other files besides the files needed for the attack type (e.g. -a 0 expects a dictionary or directory, -a 3 expects a mask, -a 1 expects... |
|
philsmd |
hashcat
|
2 |
3,688 |
08-11-2016, 12:47 PM |
|
|
Thread: hashcat64 not working versus hashcat32
Post: RE: hashcat64 not working versus hashcat32
You can troubleshoot this in different ways:
1. use strace to see what is going on
2. look at the exit code (echo $? after you run the command)
3. try with the beta version under https://hashcat.net/b... |
|
philsmd |
hashcat
|
2 |
4,336 |
08-12-2016, 08:52 AM |
|
|
Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session
I also think an error or at least a warning should be displayed whenever someone tries to use --skip with a mask file.
Since warnings are often ignored by the users, I think hashcat should show an er... |
|
philsmd |
hashcat
|
12 |
24,560 |
08-13-2016, 10:00 PM |
|
|
Thread: Noob question. Cracking single unsalted md5
Post: RE: Noob question. Cracking single unsalted md5
https://hashcat.net/faq/#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it |
|
philsmd |
hashcat
|
2 |
8,303 |
08-14-2016, 06:32 PM |
|
|
Thread: rar archive test
Post: RE: rar archive test
example hashes are here: https://hashcat.net/wiki/example_hashes
(hint: you do not need to include the filenames etc, just the info needed as seen on the example hashes page)
... and for the time bei... |
|
philsmd |
hashcat
|
1 |
2,957 |
08-14-2016, 06:33 PM |
|
|
Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session
jodler303 Wrote: (08-13-2016, 05:07 PM)
--
So what you will do (or maybe just me ;-)) is, taking the percentage from the last mask hashcat was working on, letting it finish off that mask the way i h... |
|
philsmd |
hashcat
|
12 |
24,560 |
08-13-2016, 05:57 PM |
|
|
Thread: Line-length Exception (mode)
Post: RE: Line-length Exception (mode)
-m 7000 = Fortigate (FortiOS) was never implemented in oclHashcat/cudaHashcat and therefore is currently also not available in hashcat 3.10 (since hashcat 3.00 basically improved oclHashcat to support... |
|
philsmd |
hashcat
|
1 |
3,176 |
08-19-2016, 06:56 PM |
|
|
Thread: Scrypt Example Hash Composition
Post: RE: Scrypt Example Hash Composition
The hash type -m 8900 = scrypt uses a so-called embedded salt (this is at least hashcat's terminology). It means that the salt is part of the string you give hashcat to crack (the "hash") and there ar... |
|
philsmd |
hashcat
|
5 |
10,818 |
08-19-2016, 09:41 PM |
|
|
Thread: hashcat pipe to solve words get rejected
Post: RE: hashcat pipe to solve words get rejected
If you do not want hashcat to crack the hashes but output the password candidates to stdout, you of course shouldn't forget the flag within the first command of the pipe:
--stdout |
|
philsmd |
hashcat
|
1 |
3,311 |
08-21-2016, 04:30 PM |
|
|
Thread: hashcat v3.30
Post: RE: hashcat v3.30
Thanks to all hashcat's devs and contributers/reporters on forum/github/irc !!!
This release includes some very crucial/important fixes/features
... and of course: thank you atom |
|
philsmd |
hashcat
|
7 |
22,245 |
01-06-2017, 03:51 PM |
|
|
Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?
Hashcat won't crack the hash with attack mode 0 (-a 0) if the password is not present within the dictionary file (in your case the file rockyou.txt).
Make sure that you know the password and that i... |
|
philsmd |
hashcat
|
3 |
4,572 |
01-19-2017, 01:34 PM |
|
|
Thread: Formatting a salted SHA 512 hash
Post: RE: Formatting a salted SHA 512 hash
it's hash mode -m 7100 | OSX v10.8, OSX v10.9, OSX v10.10 | Operating-Systems
also see https://hashcat.net/wiki/example_hashes for example hashes (search for OS X v10.8 / v10.9) |
|
philsmd |
hashcat
|
5 |
8,048 |
01-24-2017, 09:30 PM |
|
|
Thread: Formatting a salted SHA 512 hash
Post: RE: Formatting a salted SHA 512 hash
You can "truncate"/cut the hash itself @ the same length used by the example hash :) |
|
philsmd |
hashcat
|
5 |
8,048 |
01-24-2017, 09:56 PM |
|
|
Thread: Custom Ruleset, Correct word but exhausted
Post: RE: Custom Ruleset, Correct word but exhausted
I discovered several problems here:
1. This command makes absolutely no sense:
Code:
--
hashcat64.exe -w 1 -m 2500 -a 0 -r rules\mine.rule C:\Pen\hs\mywifi.hccap C:\Pen\word\test.txt --stdout --gpu... |
|
philsmd |
hashcat
|
8 |
8,308 |
08-25-2016, 08:37 AM |
|
|
Thread: hashcat keeps stopping itself and I don't know why.
Post: RE: hashcat keeps stopping itself and I don't know...
turbogiant76 Wrote:
--
I have no warning and I have not set fan speed
--
you say that you don't see any warning but at the same time you post a screenshot ( https://imgur.com/a/mNKP5 ) that displays... |
|
philsmd |
hashcat
|
9 |
9,095 |
08-28-2016, 06:03 PM |
|
|
Thread: Hash-encoding exception ?
Post: RE: Hash-encoding exception ?
These hashes are md5crypt hashes.
See https://hashcat.net/wiki/doku.php?id=example_hashes and the help (it's the hash mode -m 500 = md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5 ).
You sohuldn't... |
|
philsmd |
hashcat
|
2 |
5,756 |
01-25-2017, 10:55 PM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Where did you get the information from that it needs to have a "Veracrypt" string in it?
This is not true as far as I can tell.
You are basically searching for something (the "Veracrypt" thing) that s... |
|
philsmd |
hashcat
|
20 |
24,729 |
01-26-2017, 09:34 AM |