Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files
Under the Windows command line, the /b switch to copy preserves all original content when concatenating files. In this context, it is the correct switch to use. |
|
royce |
General Talk
|
5 |
3,007 |
10-29-2019, 02:43 PM |
|
|
Thread: Hybrid Attack
Post: RE: Hybrid Attack
Nevertheless, that's the answer. Because of how hashcat is optimized to run, undersized masks on the left-hand side have more of an impact on speed than undersized masks on the right-hand side. |
|
royce |
hashcat
|
3 |
3,010 |
02-17-2018, 07:22 PM |
|
|
Thread: Cracking a Truecrypt Container
Post: RE: Cracking a Truecrypt Container
That's hashcat mode 6223 (where 3 = "all" (all three algorithms)):
Code:
--
62XY | TrueCrypt | Full-Disk Encryption (FDE)
...
�... |
|
royce |
hashcat
|
2 |
3,013 |
01-27-2019, 10:30 PM |
|
|
Thread: Hi cracking rig
Post: RE: Hi cracking rig
I personally recommend Ubuntu 18.04 LTS. A web-driven GUI that I like is Hashtopolis. YMMV. |
|
royce |
Hardware
|
3 |
3,020 |
10-01-2018, 03:20 AM |
|
|
Thread: Hi cracking rig
Post: RE: Hi cracking rig
This one from EvilMog is pretty good - should also work with 18.04.
https://hashcat.net/forum/thread-6063-post-32355.html |
|
royce |
Hardware
|
3 |
3,020 |
10-01-2018, 05:08 PM |
|
|
Thread: Hardware review
Post: RE: Hardware review
An x16 card won't fit in an x8 slot. 1070s don't draw a lot of power, but this entirely depends on the draw of the rest of the hardware in the chassis. Get a Kill-A-Watt and baseline it. |
|
royce |
Hardware
|
1 |
3,027 |
11-19-2017, 03:25 AM |
|
|
Thread: Thanks
Post: RE: Thanks
Got your back, Jack! Least we can do is provide top cover while you do the hard part. :) |
|
royce |
User Contributions
|
2 |
3,034 |
10-11-2018, 09:18 PM |
|
|
Thread: hashcat development stalled?
Post: RE: hashcat development stalled?
|
royce |
hashcat
|
2 |
3,042 |
06-14-2018, 08:07 AM |
|
|
Thread: What mode is md5(md5($pass).$salt) salt is > 30char and < 30char
Post: RE: What mode is md5(md5($pass).$salt) salt is > ...
Can you rephrase the question? I can't figure out what you're asking. |
|
royce |
hashcat
|
2 |
3,046 |
11-19-2017, 02:17 AM |
|
|
Thread: bitcoin hash not started
Post: RE: bitcoin hash not started
Does OpenCL work with your card?
What OS, and what version of AMD drivers?
What is the output of hashcat -I?
Edit: it looks like that card has been "no more driver improvements" since 2015?
... |
|
royce |
hashcat
|
3 |
3,050 |
11-25-2017, 06:39 PM |
|
|
Thread: bitcoin hash not started
Post: RE: bitcoin hash not started
According to the main hashcat webpage, this driver version is required:
AMD GPUs on Windows require "AMD Radeon Software Crimson Edition" (15.12 or later) |
|
royce |
hashcat
|
3 |
3,050 |
11-25-2017, 11:00 PM |
|
|
Thread: Generated wordlist size is not right?
Post: RE: Generated wordlist size is not right?
You're right - I'm running it against a single hash, and I get the number you're expecting:
Code:
--
$ cat myowncharset
!@#$%^&*?
$ ./hashcat -m 5500 -a 3 -1 myowncharset -2 ?1?l?u?d test.h... |
|
royce |
hashcat
|
2 |
3,058 |
03-26-2017, 02:22 AM |
|
|
Thread: sagitta.pw, is it legit?
Post: RE: sagitta.pw, is it legit?
By "it" do you mean Hashstack, their software?
You only get it if you also buy their hardware. |
|
royce |
Hardware
|
5 |
3,070 |
03-31-2019, 04:53 AM |
|
|
Thread: Can I use Hashcat for checking against HIBP DB?
Post: RE: Can I use Hashcat for checking against HIBP DB...
Well, theoretically, you could download the HIBP SHA-1 hashes from https://haveibeenpwned.com/Passwords, and then crack them with hashcat using your list as a wordlist. But since the HIBP list is so l... |
|
royce |
hashcat
|
4 |
3,071 |
03-10-2019, 06:30 PM |
|
|
Thread: MD5 With salt how to save only cracked hash with email etc
Post: RE: MD5 With salt how to save only cracked hash wi...
Scripting. There's no canned way to do this. You could group your other data into an overloaded username field, and then use --username. |
|
royce |
hashcat
|
4 |
3,079 |
04-14-2018, 06:47 PM |
|
|
Thread: webEdition CMS >=6.4
Post: RE: webEdition CMS >=6.4
Yes, hash requests should be made on GitHub.
For others' ref, older versions of hashcat support older versions of WebEdition. |
|
royce |
General Talk
|
1 |
3,087 |
11-19-2017, 03:05 AM |
|
|
Thread: Hashcat router admin
Post: RE: Hashcat router admin
You're describing an online attack. Hashcat only works for offline attacks (with the hash in hand). |
|
royce |
hashcat
|
4 |
3,096 |
05-20-2018, 11:59 PM |
|
|
Thread: md5($salt1,password,$salt2) ?
Post: RE: md5($salt1,password,$salt2) ?
That should be irrelevant. Only how special characters (like "?") are escaped on the OS-native command line (not a hashcat issue) should vary between the platforms. |
|
royce |
hashcat
|
5 |
3,103 |
11-11-2018, 03:25 PM |
|
|
Thread: Can anyone help me
Post: RE: Can anyone help me
Usually, the only reason people try alternate OpenCL is because drivers from AMD/NVIDIA are not available.
If so, there's not a lot that hashcat can do for you - you should heed the disclaimers at ... |
|
royce |
hashcat
|
3 |
3,116 |
04-27-2018, 06:16 PM |
|
|
Thread: NEED HELP WITH HASHCAT
Post: RE: NEED HELP WITH HASHCAT
* You should definitely use hashcat 4.0.1
* Please don't use the word 'dehash'; that's not what any hash-cracking utility does (because it implies reversing a hash, which is by definition impossible
... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
3,125 |
11-19-2017, 01:30 AM |