hashcat Forum
append a WORD in rules.. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: append a WORD in rules.. (/thread-4141.html)



append a WORD in rules.. - JoeSixpack - 03-02-2015

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"


RE: append a WORD in rules.. - epixoip - 03-02-2015

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.


RE: append a WORD in rules.. - JoeSixpack - 03-02-2015

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. Sad

do you have an idea to solve the problem?
(piping to combinator does also not work...)


RE: append a WORD in rules.. - undeath - 03-02-2015

(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?


RE: append a WORD in rules.. - JoeSixpack - 03-03-2015

(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)


RE: append a WORD in rules.. - atom - 03-03-2015

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


RE: append a WORD in rules.. - undeath - 03-03-2015

Fifos exist in windows but you'll have to write and compile a program to use them. Pretty stupid.


RE: append a WORD in rules.. - JoeSixpack - 03-04-2015

writing to a file ?! I don't have a 300TB disc. Smile

Ok, i wait till hashcat support stdin...

Thx 4 ur help!