Hi I have been trying crunch out I need to save output file to a different drive which is mounted
this saves in crunch folderCode:./crunch 1 6 abcdefg -o wordlist.txt
I did try
andCode:./crunch 1 6 abcdefg -o wordlist.txt /media/mounted folder
Code:./crunch 1 6 abcdefg -o /media/mounted folder/wordlist.txt
not sure how to make it save somewhere else, this is due to space.


