Hi,
how do i append an WORD in rules (Hashcat)?
example:
on every word in wordlist i want to append "@gmx.net".
is the only way to do this like this:
$@ $g $m $x $. $n $e $t
in John u can use this:
Az"@gmx.net"
This is what the combinator attack is designed for, but you can use rules if you really want to. The way you identified using single-char append is the only way to do it.
the Problem is:
at work:
Computer with no GPU support.
I use prince and pipe to John. Some rules to add different email hosts. @gmail.com usw.
I can't use hashcat, because the features form PP standalone are not implementet in Hashcat yet.. (PW-min und memory leak)
..and stdin doest work with Hashcat... so i have to wait.
at home:
using PP stdin to oclHashcat.
i have to append like $x $x $x..... in rules.
do you have an idea to solve the problem?
(piping to combinator does also not work...)
(03-02-2015, 02:49 PM)JoeSixpack Wrote: [ -> ]..and stdin doest work with Hashcat... so i have to wait
you can use a fifo
what's your problem with the $ rule multiple times?
(03-02-2015, 04:47 PM)undeath Wrote: [ -> ]you can use a fifo
what's your problem with the $ rule multiple times?
I'm running oclhashcat on windows7. How do i use fifo? Do u have an example?
The problem is the $ are ignored after a certain number. (i guess ~14)
I think there's no such think on Windows, but not 100% certain. Maybe with cygwin? If nothing help, write to a file and use that file as input wordlist for hashcat
Fifos exist in windows but you'll have to write and compile a program to use them. Pretty stupid.
writing to a file ?! I don't have a 300TB disc.
Ok, i wait till hashcat support stdin...
Thx 4 ur help!