Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Single 15 char NTLM Hash with known info
Post: Single 15 char NTLM Hash with known info
Trying to crack a single 15-length NTLM hash. I know the following:
1 - special
1 - upper
13 - lower
no - digits
consists of 6 words (no spaces)
it's a phrase
Assume cracking rig has 2 GTX1... |
|
walterlacka |
General Talk
|
4 |
3,363 |
12-31-2017, 01:55 AM |
|
|
Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info
Thanks for the suggestion - I'll give it a try.
One question though - since I want to take advantage of GPU as much as possible, and with this being fast hash, I'll be using either the prince_optim... |
|
walterlacka |
General Talk
|
4 |
3,363 |
01-01-2018, 08:17 PM |
|
|
Thread: crackingxkcd with a combinator attack and a sizeable dictionary [HELP]
Post: RE: crackingxkcd with a combinator attack and a si...
I asked a similar question recently, and was pointed to using princeprocessor.
See:
Code:
--
https://hashcat.net/forum/thread-7147-post-38383.html
--
Hope this helps. |
|
walterlacka |
hashcat
|
4 |
3,327 |
01-01-2018, 08:20 PM |
|
|
Thread: crackingxkcd with a combinator attack and a sizeable dictionary [HELP]
Post: RE: crackingxkcd with a combinator attack and a si...
To get a better understanding of how the tool works, I created a small dictionary of 5 words and ran the tool against it. I watched on my screen the candidates it produced. I also used the --help sw... |
|
walterlacka |
hashcat
|
4 |
3,327 |
01-01-2018, 08:53 PM |
|
|
Thread: Prince processor capability
Post: RE: Prince processor capability
Does the --elem-cnt-min=4 and --elem-cnt-max=4 help? |
|
walterlacka |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
4,505 |
01-04-2018, 01:34 AM |
|
|
Thread: Prince processor capability
Post: RE: Prince processor capability
Code:
--
cat dict.txt
this
orange
rocks
and
--
Code:
--
./pp64.app --elem-cnt-min=4 --elem-cnt-max=4 --pw-max=20 < dict.txt
andandandand
andandandthis
andandthisand
andthisandand
this... |
|
walterlacka |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
4,505 |
01-04-2018, 05:07 PM |
|
|
Thread: Princeprocessor Resume
Post: Princeprocessor Resume
Looking at the --help for princeprocessor and trying to better understand the -s option.
Here's what I did:
I let pp run for a bit, then stopped it by ctrl-c
Ran this command:
Code:
--
cat ... |
|
walterlacka |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
3,521 |
01-04-2018, 09:59 PM |
|
|
Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume
Does anyone know how this should work? Or maybe it's working correctly and I need to add up the "save" value in case I need to resume more than once. |
|
walterlacka |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
3,521 |
01-06-2018, 05:48 PM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
I'm running into the same issue using a large hcmask file created from PACK. This is using hashcat version v4.0.1-74-ga680f194
Session..........: joe18
Status...........: Exhausted
Hash.Type..... |
|
walterlacka |
hashcat
|
15 |
9,375 |
01-17-2018, 04:04 PM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
Hey guys, just wondering if there's a version that has this issue fixed? |
|
walterlacka |
hashcat
|
15 |
9,375 |
01-19-2018, 04:04 PM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
Atom - I'm able to reproduce this issue when running both GPU's every time I run it. Normally it will occur within a day or two.. sometimes it takes another day or so.
Like the other poster, it hap... |
|
walterlacka |
hashcat
|
15 |
9,375 |
03-16-2018, 04:44 PM |
|
|
Thread: Difference between bruteforce and password list for WPA cracking
Post: RE: Difference between bruteforce and password lis...
Does this work?
./hashcat -w 4 -m 2500 -a 3 Dump.hccapx -1 ABDF 071?1?1?d?1?1?14
Couldn't tell based on the BOLD which was -1 and which was -l (bad eyes) |
|
walterlacka |
hashcat
|
3 |
2,890 |
03-16-2018, 07:26 PM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
Yes, this problem occurs when running without --restore as well. (It will occur on a --restore or a fresh run).
The number of masks in this hcmask file is 29736. It does NOT always stop at same ma... |
|
walterlacka |
hashcat
|
15 |
9,375 |
03-17-2018, 12:30 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
ZerBea Wrote: (03-02-2018, 01:44 PM)
--
hcxdumptool moved to version 4.1.5
With lots of help from RealEnder, chron0 and rofl0r the tool is complete refactored:
- improved scan engine
- improved ... |
|
walterlacka |
User Contributions
|
648 |
487,217 |
03-17-2018, 04:42 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Pretty sure this is a super basic question, but where do I get a candidate list for determining what to put into my -B blacklist file? I know the SSID that I don't want to gather any handshakes from... |
|
walterlacka |
User Contributions
|
648 |
487,217 |
03-17-2018, 05:22 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Thank you ZerBea - I will give that a try.
Could you take a peek at post 235 and let me know the status of the -D option of the hcxdumptool? Maybe I'm reading it incorrectly, but I thought one of... |
|
walterlacka |
User Contributions
|
648 |
487,217 |
03-18-2018, 03:38 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
As always, thanks again ZerBea...
I noticed that the latest hcxdumptool supports AWUS036ACH. Is that the only dual-band adapter supported? Is there any benefit to using a dual-band adapter? |
|
walterlacka |
User Contributions
|
648 |
487,217 |
03-18-2018, 09:47 PM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
Hey philsmd - any additional info needed? |
|
walterlacka |
hashcat
|
15 |
9,375 |
03-19-2018, 06:43 PM |
|
|
Thread: Begginer cracking
Post: RE: Begginer cracking
Hahha.. in what format should we respond to you if your head will fall off if we respond with numbers? |
|
walterlacka |
Hardware
|
6 |
5,745 |
03-22-2018, 08:47 PM |
|
|
Thread: Begginer cracking
Post: RE: Begginer cracking
In your case you have 14 potential (2-9 and a-f). And that is of length 10. That would be 14^10. Take that and divide by the rate at which you can hash and you'll find your answer. |
|
walterlacka |
Hardware
|
6 |
5,745 |
03-22-2018, 09:14 PM |