Posts: 6
	Threads: 2
	Joined: Feb 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"
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		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.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 6
	Threads: 2
	Joined: Feb 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. 
 
do you have an idea to solve the problem?
(piping to combinator does also not work...)
	
 
 
	
	
	
		
	Posts: 2,301
	Threads: 11
	Joined: Jul 2010
	
	
 
	
		
		
		03-02-2015, 04:47 PM 
(This post was last modified: 03-02-2015, 04:48 PM by undeath.)
		
	 
	
		 (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?
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 6
	Threads: 2
	Joined: Feb 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)
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		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
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,301
	Threads: 11
	Joined: Jul 2010
	
	
 
	
	
		Fifos exist in windows but you'll have to write and compile a program to use them. Pretty stupid.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 6
	Threads: 2
	Joined: Feb 2015
	
	
 
	
	
		writing to a file ?! I don't have a 300TB disc. 
 
Ok, i wait till hashcat support stdin...
Thx 4 ur help!