Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Different GPU's in the same rig
Post: RE: Different GPU's in the same rig
You can mix devices as long as they are compatible with the driver in Hashcat. You can mix devices of any type as long as it is supported by hashcat. You will want to use the Nvidia 381.x driver else ... |
|
MrMeeseeks |
Hardware
|
1 |
3,549 |
05-20-2017, 12:28 AM |
|
|
Thread: hashcat mask file with specific letters at each placeholder
Post: RE: hashcat mask file with specific letters at eac...
You could always create part of it into a dictionary using maskprocessor https://hashcat.net/wiki/doku.php?id=maskprocessor
e.g.: mp64.exe -1 1234 -2 ABC -3 "$%&(" -4 NOP ?1?2?3?4 -o left.dict
then ... |
|
MrMeeseeks |
hashcat
|
1 |
3,972 |
07-08-2017, 12:47 AM |
|
|
Thread: bulk extracting hashes
Post: RE: bulk extracting hashes
You could easily write a bash script. Do something along the lines of:
Code:
--
find ~/officedocs -name '*.pdf' -or -name '*.doc' -or -name '*.7z' | xargs office2john.py ARG ARG
--
Just add each k... |
|
MrMeeseeks |
User Contributions
|
1 |
3,636 |
10-31-2017, 04:02 PM |
|
|
Thread: rar2jhon zip2jhon 7z2jhon..........
Post: RE: rar2jhon zip2jhon 7z2jhon..........
|
MrMeeseeks |
hashcat
|
1 |
2,489 |
10-31-2017, 04:34 PM |
|
|
Thread: What is best bruteforce dictionary for cracking Wifi Handshake File?
Post: RE: What is best bruteforce dictionary for crackin...
Check this thread out https://hashcat.net/forum/thread-6170.html
Are you using rules at all? If not I suggest rockyou and best64 for most cases.
You also need to think about the wireless points that... |
|
MrMeeseeks |
hashcat
|
1 |
4,807 |
09-25-2017, 04:10 PM |
|
|
Thread: Mask PWD
Post: RE: Mask PWD
That is precisely how a mask attack works. If by tables you mean different lists you can use that you build based off specific masks then utilize mask processor. |
|
MrMeeseeks |
hashcat
|
2 |
2,677 |
09-25-2017, 04:11 PM |
|
|
Thread: How do you get the hash from a PDF?
Post: RE: How do you get the hash from a PDF?
They are both hashes which allow different access. U: is for user password, which will only allow you to view the content of the pdf. O: is for owner password, which will grant change permissions.
Ha... |
|
MrMeeseeks |
hashcat
|
2 |
2,480 |
04-02-2018, 05:34 PM |
|
|
Thread: Trying to figure out which video card to get
Post: RE: Trying to figure out which video card to get
You can see a list of benchmarks from epixoip at https://gist.github.com/epixoip (https://gist.github.com/epixoip).
If you can afford it you should go 1080ti. If you cannot afford that then go for ... |
|
MrMeeseeks |
Hardware
|
2 |
2,535 |
09-10-2018, 10:46 PM |
|
|
Thread: Help with SIP digest authentication
Post: RE: Help with SIP digest authentication
You have failed to specify an attack and have only provided hashcat with the hash mode and hash. If you do not provide hashcat with an attack to run, it will start in Pipe mode. The process appears to... |
|
MrMeeseeks |
hashcat
|
3 |
4,851 |
08-09-2017, 06:53 PM |
|
|
Thread: Excel SHA512 salts and hashes
Post: RE: Excel SHA512 salts and hashes
This reply is a bit late, i never posted it. but:
1. They are not identical. -m 1710 is 128:10 and -m 1720 is 128:13. You are, however, using the incorrect hashcat mode. You should be using mode 96... |
|
MrMeeseeks |
hashcat
|
3 |
7,665 |
08-21-2017, 07:58 PM |
|
|
Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...
1. Do not post hashes. Please obfuscate before you get a week ban.
2. You need to apply your timeout patch.
3. It looks like this is an error in the releases >3.6.0. so a bug report will need to be ... |
|
MrMeeseeks |
hashcat
|
3 |
4,598 |
09-06-2017, 05:37 PM |
|
|
Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...
Confirmed working
Code:
--
C:\hashcat360471>hashcat64.exe -V
v3.6.0-471-g3b89153c
C:\hashcat360471>hashcat64.exe -m 1410 hash.txt --hex-salt --force
hashcat (v3.6.0-471-g3b89153c) starting...... |
|
MrMeeseeks |
hashcat
|
3 |
4,598 |
09-06-2017, 11:11 PM |
|
|
Thread: How to save all generated hashes to file?
Post: RE: How to save all generated hashes to file?
Bash one liner for the win:
Code:
--
while read -r line; do echo "$line" | sha256sum | cut -d " " -f 1; done < ./plains > hashes
--
|
|
MrMeeseeks |
hashcat
|
4 |
4,465 |
08-17-2017, 09:22 AM |
|
|
Thread: cores or flops
Post: RE: cores or flops
@flomac but hashcat doesn't use floats, it is all INTs? So how does better gflops equate to faster speed? I thought it is about how many instructions can be computed per ms? |
|
MrMeeseeks |
Hardware
|
4 |
4,091 |
10-23-2017, 04:49 PM |
|
|
Thread: Bitlocker
Post: RE: Bitlocker
Hey Kiara, This is already on the road map for Hashcat. There is currently an open issue on GitHub to add support for this. You can track this here: https://github.com/hashcat/hashcat/issues/1117 |
|
MrMeeseeks |
hashcat
|
4 |
8,669 |
02-05-2018, 05:08 PM |
|
|
Thread: I need help for 7z
Post: RE: I need help for 7z
1. FYI: You do not 'decode' hashes. Terminology is important. Hashes are one way functions, so there is no decode.
2. Also, No you may not post the hash here unless you do some obfuscation. Posting... |
|
MrMeeseeks |
hashcat
|
4 |
2,874 |
09-10-2018, 10:41 PM |
|
|
Thread: mschapv2 how to load?
Post: RE: mschapv2 how to load?
Please refer to this post: https://hashcat.net/forum/thread-2563.html |
|
MrMeeseeks |
hashcat
|
5 |
5,372 |
06-13-2017, 08:03 PM |
|
|
Thread: mschapv2 how to load?
Post: RE: mschapv2 how to load?
It is pretty straight forward:
mschapv2: user:$NETNTLM$:challenge:response
netntlmv2 user::::response:challenge
Your original mschapv2: itt-alex:$NETNTLM$7b7aa2856d464d16$c6af51152873417f3d94f4739b4b... |
|
MrMeeseeks |
hashcat
|
5 |
5,372 |
06-16-2017, 07:49 PM |
|
|
Thread: Luks Encrypted Disk
Post: RE: Luks Encrypted Disk
I think you can can mount your VHD in windows with the disk manager. If you can then refer to the LUKS Support added post by atom here https://hashcat.net/forum/thread-6225.html
I believe you should ... |
|
MrMeeseeks |
General Talk
|
5 |
5,888 |
07-05-2017, 10:28 PM |
|
|
Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...
What is the default mask? |
|
MrMeeseeks |
hashcat
|
5 |
3,493 |
07-01-2018, 12:51 AM |