Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Noob help >.<
Post: RE: Noob help >.<
--outfile-format, not --output-format
> reading to learn is not a strong point for me
You weren't kidding!
Also, remove the --show until AFTER you've cracked some hashes.
Hmm, I don't se... |
|
rico |
General Help
|
7 |
8,840 |
01-03-2016, 12:15 AM |
|
|
Thread: Hashcat combining two wordlists - 0 progress
Post: RE: Hashcat combining two wordlists - 0 progress
https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator (https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator) |
|
rico |
Old hashcat Support
|
7 |
11,432 |
02-12-2016, 02:16 PM |
|
|
Thread: How it is possible to decrypt vb?
Post: RE: How it is possible to decrypt vb?
So now try again with 200GB of lists + rules this time. |
|
rico |
hashcat
|
7 |
8,307 |
09-21-2016, 09:46 PM |
|
|
Thread: How it is possible to decrypt vb?
Post: RE: How it is possible to decrypt vb?
Have you even looked at the info on the status screen? How many words in your wordlists? Multiplied by how many rules? At how many hashes per second?
Now multiply/divide as appropriate.
5 days ... |
|
rico |
hashcat
|
7 |
8,307 |
09-22-2016, 04:33 PM |
|
|
Thread: Currency Charsets
Post: RE: Currency Charsets
https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files
Take a look at the file charsets/standard/English/en_cp1252.hcchr and try it something like this:
Code:
--
-1 charsets/sta... |
|
rico |
hashcat
|
7 |
8,406 |
10-17-2016, 10:03 PM |
|
|
Thread: Issues running hashcat
Post: RE: Issues running hashcat
Looks good to me. Maybe it's a Sierra thing? This was run on El Capitan 10.11.6 (iMac (21.5-inch, Mid 2011))
Quote:
--
$ ./example0.sh
hashcat (v3.10-428-g225c682) starting...
OpenCL Platform ... |
|
rico |
hashcat
|
7 |
8,004 |
10-19-2016, 12:28 PM |
|
|
Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED
Yeah, like just put that in a function. |
|
rico |
User Contributions
|
7 |
8,582 |
02-13-2017, 12:38 PM |
|
|
Thread: 4.01 resume after pause don't activate video card cooler to useful speed.
Post: RE: 4.01 resume after pause don't activate video c...
hashcat doesn't control GPU fan speed which is basically what your issue boils down to. That's controlled by the GPU's firmware but can be overridden with fan speed control software such as MSI Afterb... |
|
rico |
hashcat
|
7 |
5,219 |
11-30-2017, 11:47 PM |
|
|
Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...
Take a look at the leetspeak.rule file in hashcat's /rules folder. It specifies rules for substituting one character for another, e.g.:
sa4
sa@
One rule to substitute (s) character 'a' -> '4' a... |
|
rico |
hashcat
|
7 |
6,887 |
12-01-2017, 12:01 AM |
|
|
Thread: oclHashcat v1.36 slow on Windows 10
Post: oclHashcat v1.36 slow on Windows 10
Hi all,
Yes, I've been a silly boy, jumping into Windows 10 x64 before knowing much about it (and before there's a driver for my old Soundblaster too apparently!).
Anyways, I've installed the ne... |
|
rico |
Old oclHashcat Support
|
6 |
15,654 |
08-17-2015, 10:08 PM |
|
|
Thread: 5870 vs 6870
Post: RE: 5870 vs 6870
I have a local [slightly updated/modified] copy of https://golubev.com/gpuest.htm in a spreadsheet. Can confirm numbers:
5870: 79,036 H/s WPA
6870: 58,579 H/s WPA
5870 is 35% faster than 6870.
... |
|
rico |
Hardware
|
6 |
14,305 |
08-18-2015, 12:06 PM |
|
|
Thread: oclHashcat v1.36 slow on Windows 10
Post: RE: oclHashcat v1.36 slow on Windows 10
Well whadda ya know, v1.37 to the rescue. Nice work atom!
D:\Network\cudaHashcat-1.37>cudaHashcat64.exe -m 2500 -b
cudaHashcat v1.37 starting in benchmark-mode...
Device #1: GeForce GTX 760, 20... |
|
rico |
Old oclHashcat Support
|
6 |
15,654 |
08-18-2015, 07:35 PM |
|
|
Thread: oclHashcat v1.36 slow on Windows 10
Post: RE: oclHashcat v1.36 slow on Windows 10
Ah, I see what you mean:
D:\Network\hashcat\cudaHashcat-1.37>cudaHashcat64.exe -m 5600 -b
cudaHashcat v1.37 starting in benchmark-mode...
Device #1: GeForce GTX 760, 2048MB, 1137Mhz, 6MCU
Ha... |
|
rico |
Old oclHashcat Support
|
6 |
15,654 |
08-19-2015, 08:43 PM |
|
|
Thread: planning display adapter change
Post: RE: planning display adapter change
You will have to decide yourself if performance or power consumption is more important to you but the GTX 750 is by far the fastest in your list, running on Linux or Windows (I don't think it makes a ... |
|
rico |
Hardware
|
6 |
8,733 |
08-21-2015, 11:11 AM |
|
|
Thread: hashcat and linux
Post: RE: hashcat and linux
hashcat command line version applies masks of incremental lengths, i.e. first try ?a than ?a?a, etc. Seems like ?a?a?a?a?a?a [6] is taking a long time (no surprise there) so add "--pw-min=8" to jump s... |
|
rico |
General Talk
|
6 |
9,796 |
08-21-2015, 11:21 AM |
|
|
Thread: hashcat and linux
Post: RE: hashcat and linux
kirini Wrote: (08-21-2015, 11:57 AM)
--
I had that min-pw parameter earlier.
--
Well it wasn't there in the command you posted. You should really copy-paste the EXACT command you're using otherwise... |
|
rico |
General Talk
|
6 |
9,796 |
08-21-2015, 12:01 PM |
|
|
Thread: planning display adapter change
Post: RE: planning display adapter change
Dunno where you're getting ~25% faster from. The GTX 750 is at least ~50% faster than the 4870. |
|
rico |
Hardware
|
6 |
8,733 |
08-21-2015, 12:10 PM |
|
|
Thread: planning display adapter change
Post: RE: planning display adapter change
Or you could just do what I did - buy an old used Radeon HD 5970. If you have the PSU for it (and 1x6-pin & 1x8-pin connectors) and don't mind a card that pulls ~300W then one of these is about 400% t... |
|
rico |
Hardware
|
6 |
8,733 |
08-21-2015, 12:52 PM |
|
|
Thread: No such file or folder oclhashcat win amd
Post: RE: No such file or folder oclhashcat win amd
-a 3 is brute-force but you haven't specified a mask.
hashcat-cli64 -m 0 -a 3 -o out.txt hash.hash ?l?l?l?l?l?l?l
As for "--hash-type= 0" returning "No such file or directory", seems hashcat doe... |
|
rico |
Old oclHashcat Support
|
6 |
9,706 |
09-13-2015, 10:29 PM |
|
|
Thread: GeForce 960
Post: RE: GeForce 960
I'm no pro but you've said nothing about which versions you're using. GTX 960s work fine is the right software is in place.
Can you confirm you're using cudaHashcat v1.37 with "ForceWare 346.59 or ... |
|
rico |
General Help
|
6 |
9,672 |
09-28-2015, 12:01 AM |