Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Mac users question


ghost's Avatar
0 0

Hey everyone I was just wandering if anyone was a Mac OS X user out there 'cos I got some questions on how to use JTR. P.S This can be for anyone When on JTR it says the wordlist command: –wordlist=FILE –stdin what does stdin mean? And am I putting it in (the cmd)correctly if I write(for example if I stored a hash in a file called pass) –wordlist=pass –stdin ? Thanks SaMTHG:)


ghost's Avatar
0 0

Anyone?


fuser's Avatar
Member
0 -1

well, stdin stands for standard input where data goes into a program and requests data transfers by use of the read operation.


ghost's Avatar
0 0

SaMTHG wrote: Hey everyone I was just wandering if anyone was a Mac OS X user out there 'cos I got some questions on how to use JTR. P.S This can be for anyone When on JTR it says the wordlist command: –wordlist=FILE –stdin what does stdin mean? And am I putting it in (the cmd)correctly if I write(for example if I stored a hash in a file called pass) –wordlist=pass –stdin ? Thanks SaMTHG:)

stdin means standard input.

for example, instead of specfying a file name as an argument and the program having to open the file and read it, you can redirect the file contents to standard input by doing this:

program < file