Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: COMPUTE vs. DISPLAY
Post: RE: COMPUTE vs. DISPLAY
Read this for more info: https://devgurus.amd.com/thread/158710
Compute is just an override. It doesn't have to exist by default. |
|
unix-ninja |
Old oclHashcat Support
|
2 |
6,212 |
01-21-2014, 10:02 PM |
|
|
Thread: hashcat not working...
Post: RE: hashcat not working...
You need to run this exe from the command line. It is not a GUI application.
Please open your terminal (cmd.exe) and run hashcat from there. |
|
unix-ninja |
General Help
|
2 |
9,830 |
02-27-2014, 09:23 PM |
|
|
Thread: Distributed Hashcat Processing
Post: RE: Distributed Hashcat Processing
Just as a follow-up to this, the new codebase is up on github as of today.
I might reserve the old sourceforge page for binaries later on. That has yet to be decided.
Brute Force seems to work. Di... |
|
unix-ninja |
User Contributions
|
2 |
9,483 |
04-02-2014, 10:03 PM |
|
|
Thread: ERROR: restore value greater keyspace
Post: RE: ERROR: restore value greater keyspace
Just for some quick additional info there: you are going to need to run --keyspace to actually see that the keyspace is, and then calculate the points within that space you want to slice. |
|
unix-ninja |
Old oclHashcat Support
|
2 |
6,121 |
04-30-2014, 04:58 PM |
|
|
Thread: [Q] Find hash PLAIN length/spaces
Post: RE: [Q] Find hash length/spaces
No, what you are asking is wrong.
The length of the hash is 32.
The length of the PLAIN is 5.
The whole point of a hashing algorithm (if done properly) is not to leak information about the plain,... |
|
unix-ninja |
General Help
|
2 |
4,946 |
06-03-2014, 08:40 PM |
|
|
Thread: [Q] Find hash PLAIN length/spaces
Post: RE: [Q] Find hash length/spaces
I suppose if you really want to be accurate, the binary length of the hash is 16. |
|
unix-ninja |
General Help
|
2 |
4,946 |
06-03-2014, 08:41 PM |
|
|
Thread: Hashcat
Post: RE: Hashcat
Hashcat is meant to attack hashes. This is not the app you're looking for... |
|
unix-ninja |
General Talk
|
2 |
5,726 |
09-02-2014, 08:11 PM |
|
|
Thread: Pcie riser issuies, maybe?
Post: RE: Pcie riser issuies, maybe?
A PCIe riser on paper won't affect the speed of the card in regards to password cracking. You aren't even filling up the 1x with that much data. In reality, however, the quality of the riser will grea... |
|
unix-ninja |
Hardware
|
2 |
5,327 |
12-10-2014, 10:20 PM |
|
|
Thread: Update Wiki to include hashcat w/ combinator attack: 1 dic file only
Post: RE: Update Wiki to include hashcat w/ combinator a...
If you only specify one dictionary file, it's *not* a combinator attack. That's just a dictionary attack. Your point is incorrect. |
|
unix-ninja |
User Contributions
|
2 |
6,219 |
02-20-2015, 07:50 PM |
|
|
Thread: oclhashcay continually stops with prompt
Post: RE: oclhashcay continually stops with prompt
Have you tried pressing the "S" key when you see that prompt? What happens? |
|
unix-ninja |
Old oclHashcat Support
|
2 |
4,029 |
07-22-2015, 06:20 PM |
|
|
Thread: expiring Jan 1 2016?
Post: RE: expiring Jan 1 2016?
A new version will come out before then. Don't worry. |
|
unix-ninja |
Old hashcat Support
|
2 |
4,655 |
11-04-2015, 09:34 PM |
|
|
Thread: Hashcat Exit Statuses
Post: Hashcat Exit Statuses
Hey Atom,
I was hoping you might be able to add some proper exit statuses to hashcat, it could DEFINITELY make scripting easier in specific cases.
:)
Right now, I only get 255 if it doesn't run, ... |
|
unix-ninja |
Feature Requests
|
1 |
8,345 |
05-03-2012, 03:09 PM |
|
|
Thread: Identify this hash type
Post: RE: Identify this hash type
First off, don't post hashes here.
You might want to re-read this: https://hashcat.net/forum/announcement-2.html
Second, the length of the hashes look fine. They appear to be legit at a casual glance. |
|
unix-ninja |
General Help
|
1 |
3,589 |
08-20-2015, 06:13 PM |
|
|
Thread: oclHashcat on a Mac
Post: RE: oclHashcat on a Mac
No build of oclHashcat exists for OSX. Last anyone checked, the OSX implementation of OpenCL was severely broken.
If you want to run this on Mac hardware, you will need to boot into a LiveCD of Linux... |
|
unix-ninja |
Old oclHashcat Support
|
1 |
3,147 |
10-01-2015, 08:11 PM |
|
|
Thread: No expierence, how can I use this on windows to decrypt photos?
Post: RE: No expierence, how can I use this on windows t...
Android doesn't "encrypt photos". If you have individual encrypted files it was done by a third-party app. More than likely, that would be some type of AES, and since hashcat doesn't really handle enc... |
|
unix-ninja |
Old oclHashcat Support
|
1 |
3,689 |
10-02-2015, 03:30 PM |
|
|
Thread: How many combinations?
Post: RE: How many combinations?
you can use the --help flag to figure out how to calculate keyspace.
NOTE: the one thing you will have to note is that there will be some manual work involved. You won't be able to calculate all of t... |
|
unix-ninja |
General Help
|
1 |
3,193 |
11-24-2015, 05:53 PM |
|
|
Thread: few question
Post: RE: few question
pass the --help flag to Hashcat to get the updated list.
This will answer your second question:
https://www.unix-ninja.com/p/Exploiting_masks_in_Hashcat_for_fun_and_profit/ |
|
unix-ninja |
Old oclHashcat Support
|
1 |
2,927 |
01-27-2016, 11:20 PM |
|
|
Thread: cracking unicode plain text
Post: RE: cracking unicode plain text
The simplest answer is "yes". Hashcat is capable of handling unicode.
If you are looking for straight brute force, you would simply use ?b in your mask to specify all byte-level values.
As for takin... |
|
unix-ninja |
General Talk
|
1 |
3,245 |
05-09-2016, 05:39 PM |
|
|
Thread: Hard to crack this hash?
Post: RE: Hard to crack this hash?
How do you know this should be an easy one? |
|
unix-ninja |
hashcat
|
1 |
2,046 |
12-13-2017, 08:03 PM |