Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Using Incremental Mode with a wordlist
Post: RE: Using Incremental Mode with a wordlist
sp00ks Wrote: (04-08-2018, 12:44 AM)
--
...
Am i using the right syntax here? If i use the "-stdout" it does look like right I just don't want to leave this running if there's an issue with my synta... |
|
Karamba |
hashcat
|
1 |
2,122 |
04-08-2018, 11:56 AM |
|
|
Thread: How to output the uncracked hash while saving it
Post: RE: How to output the uncracked hash while saving ...
Maybe is the --remove an option for you?
- the hash.txt will be cleaned and only the non-cracked remain
If you want one file of it, simply merge it with the output file. |
|
Karamba |
General Talk
|
4 |
3,892 |
04-17-2018, 05:09 PM |
|
|
Thread: pass:hash output for every candidate
Post: RE: pass:hash output instead of hash:pass
I have difficulties to understand your question. Please be more specific and/or give examples.
If i am getting your question right, read the Outfile Formats section of the help to see for a possible ... |
|
Karamba |
hashcat
|
5 |
3,427 |
04-26-2018, 10:38 AM |
|
|
Thread: NTLM password not found
Post: RE: NTLM password not found
The special character š is a 2-byte hex value.
You need to force Hashcat to attempt 2-byte hex values. (with ?b?b or with --hex-charset)
The corresponding hex-value for š is 0xc5 0xa1.
When... |
|
Karamba |
hashcat
|
5 |
4,031 |
04-30-2018, 12:31 PM |
|
|
Thread: -m 16700 Filevault
Post: -m 16700 Filevault
A couple of days ago I read the tweet that -m 16700 Filevault is now supported.
Many thanks for this, because it has been a long time on the wish-list for many, including myself.
Now, maybe I miss... |
|
Karamba |
hashcat
|
8 |
7,670 |
06-29-2018, 04:11 PM |
|
|
Thread: -m 16700 Filevault
Post: RE: -m 16700 Filevault
After a lot of messing around, I got it working. It only works for Filevault on HFS+ filesystem, and not on the newest APFS.
For educational purposes, I'll post the steps that I followed (on a mac)... |
|
Karamba |
hashcat
|
8 |
7,670 |
07-31-2018, 03:04 PM |
|
|
Thread: noob question
Post: RE: noob question
it's hash mode -m 7100 | OSX v10.8+
see https://hashcat.net/wiki/example_hashes how to format the hash correctly
There is a nice script that does the formatting automatically for you. Al little... |
|
Karamba |
hashcat
|
4 |
2,937 |
08-05-2018, 12:14 PM |
|
|
Thread: hashcat approved gpu driver no longer available
Post: RE: hashcat approved gpu driver no longer availabl...
My experience:
System with Linux (Debian9) + Nvidia
This guide (https://www.unix-ninja.com/p/Building_a_Password_Cracking_Rig_for_Hashcat_-_Part_III)did the trick (+ some finetuning) without any pr... |
|
Karamba |
hashcat
|
9 |
6,017 |
08-08-2018, 10:59 AM |
|
|
Thread: hcxdumptool ?
Post: RE: hcxdumptool ?
https://hashcat.net/forum/thread-7717-post-41446.html |
|
Karamba |
hashcat
|
1 |
2,489 |
08-08-2018, 01:31 PM |
|
|
Thread: hashcat approved gpu driver no longer available
Post: RE: hashcat approved gpu driver no longer availabl...
Win10 + AMD
- After installing latest driver from AMD-website (Adrenalin edition v18.x), the cards (RX570) where detected by the system, drivers were correctly installed, but cards didn't work; in de... |
|
Karamba |
hashcat
|
9 |
6,017 |
08-08-2018, 02:01 PM |
|
|
Thread: Optimized kernel problem
Post: Optimized kernel problem
Does it make sense to use -O when working with -a 3?
If yes, read further.
If no, ok, roger that.
I am using Hashcat (v4.2.1-7-g6469357c) on a Debian9 with latest nvidia driver.
When I execute... |
|
Karamba |
hashcat
|
2 |
2,853 |
08-15-2018, 01:19 AM |
|
|
Thread: Optimized kernel problem
Post: RE: Optimized kernel problem
You were right, it was a power issue.
Added an extra PSU and now it works like a glove. |
|
Karamba |
hashcat
|
2 |
2,853 |
08-23-2018, 12:09 PM |
|
|
Thread: Large wordlist editor windows
Post: RE: Large wordlist editor windows
Learn some command-line-fu. (awk, sed, sort, grep...) Google will be your friend here.
No worries, this all can be done on Linux subsystem on Windows.
Maybe, exercise on small files. Why not use 'sp... |
|
Karamba |
General Talk
|
4 |
3,254 |
08-24-2018, 09:38 AM |
|
|
Thread: OSX 10.11 Hash HELP!
Post: RE: OSX 10.11 Hash HELP!
Look at https://hashcat.net/wiki/doku.php?id=example_hashes
You'll see that your entropy is too long. You only need 64 bytes there (and not 128)
Cut it off, and it will work. |
|
Karamba |
hashcat
|
4 |
13,199 |
09-07-2018, 02:58 PM |
|
|
Thread: OSX 10.11 Hash HELP!
Post: RE: OSX 10.11 Hash HELP!
A byte is represented by two hexadecimal digits. So, when looking at your given entropy, the first byte is 0F.
As I mentioned higher, you need to take 64 bytes (= 128 hexadecimal digits) and not the ... |
|
Karamba |
hashcat
|
4 |
13,199 |
09-07-2018, 09:01 PM |
|
|
Thread: I need help for 7z
Post: RE: I need help for 7z
can you please reformulate your exact question?
as I understand the screenshot, everything is running as it's supposed to... |
|
Karamba |
hashcat
|
4 |
2,875 |
09-10-2018, 09:40 PM |
|
|
Thread: issue Combinator+hashcat-legacy
Post: RE: issue Combinator+hashcat-legacy
As we can read here https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains ,the rejection rule is supported by hashcat.
Code:
--
$ cat w1
a
ab
abc
$ cat w2
1
12... |
|
Karamba |
hashcat
|
3 |
2,324 |
09-10-2018, 10:04 PM |
|
|
Thread: Problem with 11300
Post: RE: Problem with 11300
(version 5?)
try version 3.6.0 |
|
Karamba |
hashcat
|
10 |
5,229 |
09-26-2018, 11:43 AM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: Can only find one hash of two - Office 2013
I have a file containing two Office2013 hashes. The pwd for the two is 1920.
Code:
--
$ cat office2013.hash
$office$*2013*100000*256*16*e166509e5a4e05670dc5f3a57c4f30ff*636ae6f842a8f6b2939eb611... |
|
Karamba |
hashcat
|
5 |
3,227 |
12-11-2018, 10:43 PM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
those two hashes are real-world hashes; I got them with the office2john.py script
I posted the hashes - with known pwd - for reproduction purposes |
|
Karamba |
hashcat
|
5 |
3,227 |
12-11-2018, 11:09 PM |