Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: insert digits between 2 wordlists
Post: RE: insert digits between 2 wordlists
Quote:
--
Github issue opened:
https://github.com/hashcat/hashcat/issues/3257
@kcrowder69 Good job figuring that out. Sorry, I did not test the rule, I never used the replacement rule yet, so I... |
|
kcrowder69 |
hashcat
|
9 |
18,283 |
04-14-2022, 04:04 PM |
|
|
Thread: insert digits between 2 wordlists
Post: RE: insert digits between 2 wordlists
With much trial and error I have been able to achieve what
was needed for the target. word123word.
Thanks goes to moryana for pointing me in the right direction.
Finding of note is that the re... |
|
kcrowder69 |
hashcat
|
9 |
18,283 |
04-12-2022, 10:58 AM |
|
|
Thread: insert digits between 2 wordlists
Post: RE: insert digits between 2 wordlists
To add to this mystery the error that is printed changes on the same line every time I run the command. I have deleted and re-created the rule file several times with no change.
Skipping invalid ... |
|
kcrowder69 |
hashcat
|
9 |
18,283 |
04-12-2022, 10:12 AM |
|
|
Thread: insert digits between 2 wordlists
Post: RE: insert digits between 2 wordlists
kcrowder69 Wrote: (04-11-2022, 07:09 PM)
--
Well here is what I have tried and it seems that the rule is the hang up here.
hashcat --stdout -a 1 outeng.txt outeng.txt -j $^ | hashcat -m 0 -a 0 -r re... |
|
kcrowder69 |
hashcat
|
9 |
18,283 |
04-11-2022, 07:16 PM |
|
|
Thread: insert digits between 2 wordlists
Post: RE: insert digits between 2 wordlists
Well here is what I have tried and it seems that the rule is the hang up here.
hashcat --stdout -a 1 outeng.txt outeng.txt -j $^ | hashcat -m 0 -a 0 -r replacecarret.rule testhash.tst
after the... |
|
kcrowder69 |
hashcat
|
9 |
18,283 |
04-11-2022, 07:09 PM |
|
|
Thread: insert digits between 2 wordlists
Post: RE: insert digits between 2 wordlists
thank you for the tips. I agree piping would be a simple fix. I first tried this and then realized reading the util docs that piping into the util is not allowed. Similarly, I am assuming the reason y... |
|
kcrowder69 |
hashcat
|
9 |
18,283 |
04-11-2022, 06:23 PM |
|
|
Thread: insert digits between 2 wordlists
Post: insert digits between 2 wordlists
I am attempting to create a combined wordlist word###word for use in hashcat. I have achieved this in the past but I am unable to get the right syntax. I have tried piping list in with a rule(file) o... |
|
kcrowder69 |
hashcat
|
9 |
18,283 |
04-11-2022, 02:40 AM |