Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: WinZip - can not use wordlist on Tesla P100
Post: RE: WinZip - can not use wordlist on Tesla P100
Which Nvidia drivers are you using?
Are these errors present in other hashmodes?
What happens when you run a benchmark with the P100?
Have you tried the 4.0.1 version of hashcat? |
|
MrMeeseeks |
hashcat
|
6 |
5,773 |
11-15-2017, 07:41 PM |
|
|
Thread: WinZip - can not use wordlist on Tesla P100
Post: RE: WinZip - can not use wordlist on Tesla P100
Please reinstall your Nvidia driver with the same version (384), then try version 4.0.1 of hashcat.
I found that there was a similar error in 3 other Tesla cards noted in issue #1307 on github for ha... |
|
MrMeeseeks |
hashcat
|
6 |
5,773 |
11-17-2017, 01:55 AM |
|
|
Thread: Windows 10 Online Account
Post: RE: Windows 10 Online Account
Your offline credentials are stored in the SAM file. It has changed encryption with the new update according to: https://twitter.com/gentilkiwi/status/76...0132384770
You will have to use Mimikatz to... |
|
MrMeeseeks |
hashcat
|
7 |
10,253 |
05-17-2017, 11:47 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,806 |
09-25-2017, 04:10 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,532 |
09-10-2018, 10:46 PM |
|
|
Thread: Specify what to check in a dictionary
Post: RE: Specify what to check in a dictionary
r7al: I would use AWK to filter through your existing word lists and output into a new dict with this command: awk 'length > 9' rockyou.txt > len10plus.txt
Use len.bin from hashcat-utils. |
|
MrMeeseeks |
hashcat
|
7 |
7,054 |
05-23-2017, 09:51 PM |
|
|
Thread: rar2jhon zip2jhon 7z2jhon..........
Post: RE: rar2jhon zip2jhon 7z2jhon..........
|
MrMeeseeks |
hashcat
|
1 |
2,487 |
10-31-2017, 04:34 PM |
|
|
Thread: Range for the mask
Post: RE: Range for the mask
password?d?d?d?d with the --increment flag |
|
MrMeeseeks |
hashcat
|
7 |
6,102 |
10-23-2017, 07:02 PM |
|
|
Thread: NVIDIA GTX 1080 TI Turbo vs TI FE vs TI Strix *11G
Post: RE: NVIDIA GTX 1080 TI Turbo vs TI FE vs TI Strix ...
Yes, yes there is a difference. There are numerous posts all about these forums such as here (https://hashcat.net/forum/thread-4386-post-24996.html#pid24996)
Quote:
--
I feel like this has be... |
|
MrMeeseeks |
Hardware
|
8 |
7,771 |
09-06-2017, 08:29 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,368 |
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,368 |
06-16-2017, 07:49 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,674 |
09-25-2017, 04:11 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: Keep hitting GPU threshold.
Post: RE: Keep hitting GPU threshold.
|
MrMeeseeks |
hashcat
|
8 |
7,359 |
10-16-2017, 06:57 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,872 |
09-10-2018, 10:41 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,463 |
08-17-2017, 09:22 AM |
|
|
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,478 |
04-02-2018, 05:34 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,847 |
08-09-2017, 06:53 PM |
|
|
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,970 |
07-08-2017, 12:47 AM |
|
|
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,597 |
09-06-2017, 05:37 PM |