Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Possible to do attack mode 6 and 7 on same attack
Post: Possible to do attack mode 6 and 7 on same attack
Should something like this work?
Code:
--
./hashcat -O -w3 -a6 dict.txt ?a?a?a?a -i --stdout | ./hashcat -O -w3 -m0 -a7 ?a?a -i 'hash'
--
Trying to accomplish having a dict.txt:
cat
dog
etc
... |
|
walterlacka |
hashcat
|
6 |
5,297 |
12-19-2017, 08:49 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,515 |
01-04-2018, 09:59 PM |
|
|
Thread: 2x GTX 1080ti + 1070 on MD5 /NTLM very very slow
Post: RE: 2x GTX 1080ti + 1070 on MD5 /NTLM very very sl...
|
walterlacka |
hashcat
|
11 |
7,357 |
09-26-2018, 10:43 PM |
|
|
Thread: A bit help needed
Post: RE: A bit help needed
I found this.. not sure it still applies:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#does_the_pci-express_speed_have_any_influence_on_cracking_speed |
|
walterlacka |
Hardware
|
7 |
6,814 |
12-20-2017, 06:42 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,738 |
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,738 |
03-22-2018, 09:14 PM |
|
|
Thread: Build advice
Post: RE: Build advice
Saw some GTX 1080 Ti FE cards on the NVIDIA site just now:
https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1080-ti/ |
|
walterlacka |
Hardware
|
27 |
20,535 |
12-09-2017, 01:47 AM |
|
|
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,322 |
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,322 |
01-01-2018, 08:53 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,887 |
03-16-2018, 07:26 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
ZerBea Wrote: (06-26-2017, 09:40 PM)
--
capture:
sudo wlandump-ng -i wlp0s26u1u2 -o test.cap -c 1 -t 3 -d 100 -D 10 -m 512 -b -r -s 20
Options:
-i -> is the name of your wlan device - do not use v... |
|
walterlacka |
User Contributions
|
648 |
486,715 |
12-20-2017, 07:08 PM |
|
|
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 |
486,715 |
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 |
486,715 |
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 |
486,715 |
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 |
486,715 |
03-18-2018, 09:47 PM |
|
|
Thread: HD7970 really slow?
Post: RE: HD7970 really slow?
What hash type are you getting 56H/s with? For a reference, I just recently dusted off a HD7970 and am getting approx 7,500MH/s with my 7970 with m0.
I'm using WIN 10 with Radeon 17.7.2 so no I d... |
|
walterlacka |
Hardware
|
7 |
5,606 |
12-03-2017, 06:25 PM |
|
|
Thread: HD7970 really slow?
Post: RE: HD7970 really slow?
On bench test with m15700, I get same error message about OpenCL kernel self-test failed. |
|
walterlacka |
Hardware
|
7 |
5,606 |
12-03-2017, 07:39 PM |
|
|
Thread: Help with cracking a zip Password
Post: RE: Help with cracking a zip Password
Any difference if you do this?
hashcat64 -a 3 -1 abcdef1234567890+- test.hash ?1?1?1?1?1?1?1?1?1?1 |
|
walterlacka |
hashcat
|
5 |
24,591 |
11-30-2017, 10:39 PM |
|
|
Thread: Help with cracking a zip Password
Post: RE: Help with cracking a zip Password
You'll need a -m parameter as well. |
|
walterlacka |
hashcat
|
5 |
24,591 |
12-01-2017, 01:03 AM |
|
|
Thread: How to save progress with PRINCE ?
Post: RE: How to save progress with PRINCE ?
Check this thread as well - in Royce's response, it shows how to script this such that you don't need to know the -s value before running from the CLI:
https://hashcat.net/forum/thread-7166.html |
|
walterlacka |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
3,616 |
08-22-2018, 09:37 PM |