Odd...
I went and compiled both john and crunch on my laptop and put them into $PATH
The hashed password is 'test', and test.txt just contained the word 'test'
echo test | john --stdin...
Type: Posts; User: McVonstein; Keyword(s):
Odd...
I went and compiled both john and crunch on my laptop and put them into $PATH
The hashed password is 'test', and test.txt just contained the word 'test'
echo test | john --stdin...
Thanks for the quick reply!
Crunch on its own just displays the selected output, i.e.
./crunch 1 3 a
would just display
a
Long time lurker, this may/may not be my first post here.
If I generated a text file in crunch and ran
sed '$!d' testdoc
(testdoc being my wordfile), it will display the last line in the...