Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Does generate-rules.exe not have a help?
Post: Does generate-rules.exe not have a help?
c:\hcu\bin>generate-rules.exe -h
invalid rule count
c:\hcu\bin>generate-rules.exe -help
invalid rule count
c:\hcu\bin>generate-rules.exe /?
invalid rule count
c:\hcu\bin>generate-rules.exe /h
i... |
|
DKblue |
hashcat
|
4 |
3,928 |
12-04-2017, 08:24 AM |
|
|
Thread: why does -i paremeter not working while pipe?
Post: why does -i paremeter not working while pipe?
why does -i paremeter not working while pipe?
there should be exist something like MASK:?l?l 1/5 or 2/5 ,but now there isn't
at first glance I think maybe a6 mode, then I tried another a6 attack a... |
|
DKblue |
hashcat
|
2 |
2,673 |
12-02-2017, 03:27 PM |
|
|
Thread: why does -i paremeter not working while pipe?
Post: RE: why does -i paremeter not working while pipe?
philsmd Wrote: (12-02-2017, 03:35 PM)
--
It's very easy to think about this:
you have 2 different processes
the 2 processes only communicate over the pipe
the second hashcat instance only knows th... |
|
DKblue |
hashcat
|
2 |
2,673 |
12-02-2017, 03:57 PM |
|
|
Thread: Does generate-rules.exe not have a help?
Post: RE: Does generate-rules.exe not have a help?
royce Wrote: (12-04-2017, 08:46 AM)
--
Many tools from hashcat-utils are pretty minimal. The wiki has a summary of usage:
https://hashcat.net/wiki/doku.php?id=hashcat_utils#generate-rules
--
Tha... |
|
DKblue |
hashcat
|
4 |
3,928 |
12-04-2017, 08:52 AM |
|
|
Thread: Does generate-rules.exe not have a help?
Post: RE: Does generate-rules.exe not have a help?
and forgot this one sed 's/^../&X/' test |
|
DKblue |
hashcat
|
4 |
3,928 |
12-04-2017, 09:46 AM |
|
|
Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...
few weeks ago I remembered waiting some 20 minutes and then gave up.Now this time I'm runing the task from yesterday till now, what a pity should I give up again |
|
DKblue |
hashcat
|
8 |
6,104 |
12-04-2017, 04:58 PM |
|
|
Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...
here is my command
hashcat64 -a7 ?l?l?l? -i ymdlucky.txt --stdout|hashcat64 -m 2500 --nonce-error-corrections=0 -w 3 -d 1,2 final26c4.hccapx -r symapd.rule
ymdlucky.txt has about 40k lines,and symbl... |
|
DKblue |
hashcat
|
8 |
6,104 |
12-04-2017, 05:17 PM |
|
|
Thread: Does generate-rules.exe not have a help?
Post: RE: Does generate-rules.exe not have a help?
royce Wrote: (12-04-2017, 08:46 AM)
--
Many tools from hashcat-utils are pretty minimal. The wiki has a summary of usage:
https://hashcat.net/wiki/doku.php?id=hashcat_utils#generate-rules
--
act... |
|
DKblue |
hashcat
|
4 |
3,928 |
12-04-2017, 09:35 AM |
|
|
Thread: How long will hashcat finish copying while restore
Post: How long will hashcat finish copying while restore
c:\hc>hashcat64 --restore
hashcat (v4.0.1) starting in restore mode...
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1060 6GB, 1536/6144 MB... |
|
DKblue |
hashcat
|
8 |
6,104 |
12-04-2017, 04:52 PM |
|
|
Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...
logistix111 Wrote: (12-04-2017, 05:21 PM)
--
DKblue Wrote: (12-04-2017, 05:17 PM)
--
here is my command
hashcat64 -a7 ?l?l?l? -i ymdlucky.txt --stdout|hashcat64 -m 2500 --nonce-error-corrections=0 ... |
|
DKblue |
hashcat
|
8 |
6,104 |
12-04-2017, 05:25 PM |
|
|
Thread: crunch hashcat piping WPA cracking not working
Post: RE: crunch hashcat piping WPA cracking not working
atom Wrote: (06-23-2017, 03:18 PM)
--
Copying means hashcat is waiting for input. It's not getting any data from crunch, which seems to be the problemn here. Try without the hashcat command and see i... |
|
DKblue |
hashcat
|
4 |
9,119 |
12-04-2017, 05:47 PM |
|
|
Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...
hi logistix111
your suggestion made me read the hashcat-h again ,and noticed this parameter --status
maybe that's what you talking about,Itried but recieved no pause-bar.
Anyway,u'r right and I'm s... |
|
DKblue |
hashcat
|
8 |
6,104 |
12-07-2017, 09:37 AM |
|
|
Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...
Hi royce
Thank u for reply,and I did test --status while pipe yesterday as I mentioned above.
I used ctrl+c under win10,thanks. |
|
DKblue |
hashcat
|
8 |
6,104 |
12-07-2017, 09:37 AM |
|
|
Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...
hi royce ,I realized misunderstood you yesterday and sorry!
U'r talking about pause hashcat pipe session in linux ,and I do know there is no better way to pause pipe under win-platform ,ctrl+c term... |
|
DKblue |
hashcat
|
8 |
6,104 |
12-08-2017, 05:08 AM |
|
|
Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...
philsmd Wrote: (11-30-2017, 10:18 PM)
--
Code:
--
for i in {1722..2017}; do echo $i | sed 's/\(.\)/\$\1 /g'; done > rules/add_year.rule
--
--
It seems your code is quite a smart automatic way to ... |
|
DKblue |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
8,777 |
12-05-2017, 06:51 AM |
|
|
Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...
undeath Wrote: (12-05-2017, 12:18 PM)
--
unix bash shell
--
Thanks |
|
DKblue |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
8,777 |
12-07-2017, 09:40 AM |
|
|
Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...
philsmd Wrote: (12-05-2017, 01:57 PM)
--
Yeah, that's true my example was targeted for linux/mac users that use a bash-compatible shell.
That said, you can extend the idea to any other environment... |
|
DKblue |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
8,777 |
12-07-2017, 10:00 AM |
|
|
Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...
there r an obvious mistake in my former clumsy procedure
should run rev original-baseword >new.txt first , for making prepend rules |
|
DKblue |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
8,777 |
12-20-2017, 03:21 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
ZerBea Wrote: (09-11-2017, 08:52 AM)
--
update on hcxtools (https://github.com/ZerBea/hcxtools):
added detection of WDS (Wireless Distribution System) and Mesh networking
many stability and securit... |
|
DKblue |
User Contributions
|
648 |
487,217 |
12-02-2017, 07:57 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
ZerBea Wrote: (12-02-2017, 10:50 AM)
--
Hi DKblue.
usefull
all handshakes (authenticated and not authenticated) , all message_pairs (including message_pairs that need nonce-error-corrections)
... |
|
DKblue |
User Contributions
|
648 |
487,217 |
12-02-2017, 01:04 PM |