Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hash-IT Wrote: (05-28-2012, 02:29 PM)
--
It would seem that we should allow 2 consecutive characters together and no more than 2 per line. Do you both agree ? I think any more or less defeats the o... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 03:19 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
M@LIK Wrote: (05-28-2012, 03:39 PM)
--
Okay, a bit big progress here!
@Pixel (https://hashcat.net/forum/user-1769.html):: I have implemented that rule, any 4 or above characters in alphabetic order... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 04:05 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
M@LIK somethings not right when I run
Code:
--
mp64.exe --start-at=HSJSKLMK --stop-at=HSSSTMET H?u?u?u?u?u?u?u | sed -f awesome_script.txt >H.txt
--
These passwords slipped through
HSJSKLNJ
HS... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 05:05 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
ok its do it again M@LIK
Code:
--
mp64.exe --start-at=BPAAAAAA --stop-at=BPZZZZZZ ?u?u?u?u?u?u?u?u | sed -f awesome_script.txt >B.txt
--
These passwords slipped through
BPAABCED
BPAABCEF
BP... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 07:08 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hash-IT Wrote: (05-28-2012, 07:48 PM)
--
I can't wait to see how much smaller we can make each individual character set.
I might generate one tonight just to see. I know there still might be bugs b... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 08:00 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hash-IT Wrote: (05-28-2012, 10:30 PM)
--
This part of your code...
Code:
--
mp64.exe --start-at=HAAAAAAA --stop-at=HZZZZZZZ H?u?u?u?u?u?u?u
--
I am not criticising but do you need to put the min ... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-29-2012, 03:55 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
ntk Wrote: (05-29-2012, 04:02 AM)
--
the one with 3p is virgin (UK)
[hr]
mp64 runs on CPU not GPU, can it be run in more then one instances without reducing speed, if we have enough space? CPU suppor... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-29-2012, 04:48 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hash-IT Wrote: (05-29-2012, 11:31 AM)
--
Yikes !!! I get some sleep and return to this thread and it has moved on more than I could imagine !!
@Pixel and ntk you are doing some great work and have s... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-29-2012, 12:26 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
M@LIK Wrote: (05-29-2012, 01:47 PM)
--
Pixel Wrote:
--
So, how would sed delete all lines that don't have at least one or more duplicate character any where in the whole line?
--
This can be done u... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-30-2012, 02:00 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
M@LIK Wrote: (05-30-2012, 06:54 PM)
--
Pixel Wrote:
--
Got another password it's QVHHRIRA got this from a friend, I have seen it so it is real. Tested it and it got striped out again, so we need to ... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-30-2012, 11:45 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
M@LIK Wrote: (06-01-2012, 01:55 AM)
--
Pixel Wrote:
--
OK I'll explain more, what I meant was two repeat instances total any where in the whole line, so in QVHHRIRA, the two Hs is one instance and t... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
06-01-2012, 05:42 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hash-IT Wrote: (06-03-2012, 11:33 AM)
--
Hang on a second !!!!!
I have just had an idea !! We only need to generate 1 set of characters !
If this is right it will save a lot of time and space. Al... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
06-04-2012, 12:12 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Got another idea for only needing to generate 1 set of characters, instead of swapping/replacing can't we just generate the full A-Z Upper length 7 and just Insert the character that's missing with a ... |
|
Pixel |
Very old oclHashcat-plus Support
|
125 |
250,821 |
06-07-2012, 08:52 PM |
|
|
Thread: oclHashcat-plus v0.15
Post: RE: oclHashcat-plus v0.15
Thank you Atom, an absolutely awesome release. |
|
Pixel |
Very old oclHashcat-plus Announcements
|
31 |
215,942 |
08-25-2013, 06:36 AM |
|
|
Thread: ULM Replacement ?
Post: RE: ULM Replacement ?
Socapex Wrote: (06-11-2012, 01:42 AM)
--
I'm just getting into sed & grep right now, might be posting some more stuff. But it kinda sucks if they're not available on windows :/.
...
I have to say... |
|
Pixel |
General Talk
|
18 |
39,381 |
06-11-2012, 02:45 AM |
|
|
Thread: ULM Replacement ?
Post: RE: ULM Replacement ?
Socapex Wrote: (06-11-2012, 03:38 AM)
--
So sed and grep are in Cygwin, but not sort nor uniq (from what I've searched in the package list).
--
yes all of them are in Cygwin here have a look (http:/... |
|
Pixel |
General Talk
|
18 |
39,381 |
06-11-2012, 04:02 AM |
|
|
Thread: oclHashcat v1.30
Post: RE: oclHashcat v1.30
|
Pixel |
Old oclHashcat Announcements
|
15 |
59,503 |
08-21-2014, 07:38 PM |
|
|
Thread: Hashcatplus doesn't work with wpa
Post: RE: Hashcatplus doesn't work with wpa
Rippey574 Wrote: (11-01-2012, 05:02 AM)
--
Are you saying, that if I spoof my mac, then capture the wpa handshake, switch my mac back to oem, then convert it to hccap file.. It will break the file ma... |
|
Pixel |
Very old oclHashcat-plus Support
|
11 |
20,124 |
11-01-2012, 05:25 AM |
|
|
Thread: statsprocessor v0.03
Post: RE: statsprocessor v0.01
Great! more tools to play with thanks atom |
|
Pixel |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
10 |
44,667 |
06-10-2012, 03:29 PM |
|
|
Thread: DeHasher - a program to remove hashes from found lists
Post: RE: DeHasher - a program to remove hashes from fou...
|
Pixel |
User Contributions
|
10 |
26,283 |
01-21-2014, 02:46 PM |