Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: PCI-E 3.0 card in a PCI-E 2.0 mobo
Post: RE: PCI-E 3.0 card in a PCI-E 2.0 mobo
Thanks for the quick reply. I guess I now know what my next VC will be. |
|
rsberzerker |
Hardware
|
2 |
5,548 |
12-26-2014, 06:10 AM |
|
|
Thread: Custom symbol character set
Post: Custom symbol character set
Problem 1: I've got a mask file I'm trying to use a custom character set for the symbols, but keep getting a syntax error. Basically I want to use the ?s, but I know there are no spaces, so what do I ... |
|
rsberzerker |
hashcat
|
5 |
5,446 |
09-14-2017, 04:14 AM |
|
|
Thread: Custom symbol character set
Post: RE: Custom symbol character set
Thank you. That works for me too. I guess my mistake was missing the ?? . Funny that you can't escape the ? with a \ like this \? . So \ isn't a universal escape character... |
|
rsberzerker |
hashcat
|
5 |
5,446 |
09-14-2017, 02:48 PM |
|
|
Thread: Custom symbol character set
Post: RE: Custom symbol character set
#2 - That's what I was afraid of. Oh well, nothing a find and replace can't fix.
#1 - Your line looks like what I tried, but it doesn't work. I had figured out I need to escape the comma (the error... |
|
rsberzerker |
hashcat
|
5 |
5,446 |
09-14-2017, 02:07 PM |
|
|
Thread: Hashcat rule help.
Post: RE: Hashcat rule help.
There are several ways depending on what you are trying to accomplish:
1) Rules (see the wiki if you don't understand the line)
Code:
--
Insert @ N | iNX | Inserts character X at position N | i... |
|
rsberzerker |
hashcat
|
6 |
5,413 |
09-26-2017, 02:48 PM |
|
|
Thread: 5 question around
Post: RE: 5 question around
2) Depends on the hashtype.
3) You are using the parameter --outfile-format 2
From the wiki:
Code:
--
- [ Outfile Formats ] -
# | Format
===+========
1 | hash[:salt]
2 | plain
�... |
|
rsberzerker |
hashcat
|
5 |
5,386 |
09-27-2017, 02:34 PM |
|
|
Thread: 5 question around
Post: RE: 5 question around
Some rule files are included with hashcat in the rules directory. Best64 is the name of one set of rules. Example command:
hashcat64.exe -m %hashtype% -a 0 --remove -o %outfile% --status --markov-... |
|
rsberzerker |
hashcat
|
5 |
5,386 |
09-28-2017, 03:39 AM |
|
|
Thread: save md5 generated hashes to the file ?
Post: RE: save md5 generated hashes to the file ?
undeath Wrote: (12-26-2014, 12:29 PM)
--
No. If you want to waste your space with rainbow tables go to freerainbowtables.com.
--
To add an example, ophcrack has a paid NTLM rainbow table of all pos... |
|
rsberzerker |
Old oclHashcat Support
|
2 |
5,355 |
12-27-2014, 07:38 AM |
|
|
Thread: bug in 1.35?
Post: RE: bug in 1.35?
So bug. Thanks. I guess I stick with 1.33 for now. |
|
rsberzerker |
Old oclHashcat Support
|
3 |
5,293 |
04-13-2015, 01:22 AM |
|
|
Thread: bug in 1.35?
Post: bug in 1.35?
I hadn't noticed 1.35 was out, so I just downloaded it. I have been using 1.33. But when I ran 1.35, it didn't recover anything, while the same run with 1.33 did. Here are the command lines.
First I ... |
|
rsberzerker |
Old oclHashcat Support
|
3 |
5,293 |
04-13-2015, 01:03 AM |
|
|
Thread: Email passwords ruleset v0.1
Post: Email passwords ruleset v0.1
I've been trying my hand some of the hashes.org hashes, and notice some are email addresses. That actually makes sense. An email address will (usually) meet the length requirement, and the "@" and "."... |
|
rsberzerker |
User Contributions
|
1 |
5,234 |
04-13-2015, 06:32 AM |
|
|
Thread: Plain Vmware image setup - anyone?
Post: RE: Plain Vmware image setup - anyone?
> but it would be easier to re-load Win 7, however, that of course kicks the counter and makes my current version no longer authorized, even if I could do it.
A little off topic but I once talked... |
|
rsberzerker |
hashcat
|
5 |
4,924 |
09-01-2017, 05:21 AM |
|
|
Thread: Need Help | SHA256
Post: RE: Need Help | SHA256
Translation of epixoip's post: Your keyspace is too large for hashcat to handle, even the 64 bit version. There's not enough memory addresses. No you can't get more until an OS and hardware are made t... |
|
rsberzerker |
hashcat
|
5 |
4,893 |
08-14-2017, 02:37 PM |
|
|
Thread: How To Run Hashcat ON RDP/VPS
Post: RE: How To Run Hashcat ON RDP/VPS
Seconded Mem5's answer. You're missing the proper video drivers.
Also hashcat-cli64 is from older versions of hashcat and obsolete. Not recommended to use. |
|
rsberzerker |
hashcat
|
4 |
4,621 |
09-26-2017, 02:51 PM |
|
|
Thread: -w and sessions
Post: -w and sessions
oclhashcat has 3 Workload Profiles:
1 = Reduced performance profile (low latency desktop)
2 = Default performance profile
3 = Tuned performance profile (high latency desktop)
It appear... |
|
rsberzerker |
Old oclHashcat Support
|
1 |
4,315 |
05-24-2015, 08:24 PM |
|
|
Thread: Hashcat won't run on large wordlist?
Post: RE: Hashcat won't run on large wordlist?
My guess is it's running out of memory. You could take how much memory your system has free and breaking it into chunks smaller than that, then run them one after the other via script. |
|
rsberzerker |
hashcat
|
2 |
3,972 |
08-26-2017, 08:00 AM |
|
|
Thread: wpa2 broken
Post: RE: wpa2 broken
I'd guess no. This attack isn't a way to crack the actual password, but trick the endpoint into connecting to another device with a known password. |
|
rsberzerker |
hashcat
|
3 |
3,877 |
10-16-2017, 02:56 PM |
|
|
Thread: foreign words and --remove
Post: foreign words and --remove
I've got two questions I can't find the answer to:
1) I do my hashcat runs using --remove thinking it might be faster since hashcat doesn't have to check a particular hash again. But now I'm wonder... |
|
rsberzerker |
hashcat
|
3 |
3,864 |
08-09-2017, 04:56 AM |
|
|
Thread: Performance difference Win 7 vs Win 10?
Post: Performance difference Win 7 vs Win 10?
Somewhat by luck, I've got my hands on two systems for a short time, one Win 7 and the other Win 10. Both have a GTX 1060 FE card. But when I run hashcat 3.6.0 on both, doing MD5, I'm getting quite a ... |
|
rsberzerker |
hashcat
|
3 |
3,723 |
09-16-2017, 05:47 AM |
|
|
Thread: Performance difference Win 7 vs Win 10?
Post: RE: Performance difference Win 7 vs Win 10?
I'm running a mask attack, from different points in the same hcmask file I generated using PACK. (I deleted some from one copy then started hashcat.) All the masks are 10 characters, not that that sho... |
|
rsberzerker |
hashcat
|
3 |
3,723 |
09-16-2017, 01:37 PM |