Search Results
|
Post |
Author |
Forum
[desc]
|
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: 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,597 |
09-06-2017, 11:11 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,667 |
02-05-2018, 05:08 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,478 |
04-02-2018, 05:34 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,490 |
07-01-2018, 12:51 AM |
|
|
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: 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: 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,634 |
10-31-2017, 04:02 PM |
|
|
Thread: cudaHashCat64 on AWS EC2
Post: RE: cudaHashCat64 on AWS EC2
Please don't necro/hijack old threads.
And there are a lot of differences. The biggest being that cuda is no longer being used by hashcat as we have standardized OpenCL.
The best thing you could do i... |
|
MrMeeseeks |
User Contributions
|
12 |
60,339 |
04-02-2018, 05:35 PM |