Fingerprint Attack in windows
#2
It tells you right there in the usage:

Quote:usage: expander.exe < infile > outfile

So in your case,

Code:
expander.exe < rootkit_found.txt > my.txt

Or,

Code:
expander.exe < rootkit_found.txt | sort -u > my.txt

You really should learn how to use your shell.


Messages In This Thread
Fingerprint Attack in windows - by Flyinghaggis - 07-23-2015, 09:35 AM
RE: Fingerprint Attack in windows - by epixoip - 07-23-2015, 09:41 AM
RE: Fingerprint Attack in windows - by epixoip - 07-23-2015, 07:33 PM
RE: Fingerprint Attack in windows - by undeath - 07-23-2015, 12:52 PM