crunch wordlist to folder
Hi I have been trying crunch out I need to save output file to a different drive which is mounted
Code:
./crunch 1 6 abcdefg -o wordlist.txt
this saves in crunch folder
I did try
Code:
./crunch 1 6 abcdefg -o wordlist.txt /media/mounted folder
and
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.
Re: crunch wordlist to folder
Quote:
Originally Posted by
spiky001
Hi I have been trying crunch out I need to save output file to a different drive which is mounted
Code:
./crunch 1 6 abcdefg -o wordlist.txt
this saves in crunch folder
I did try
Code:
./crunch 1 6 abcdefg -o wordlist.txt /media/mounted folder
and
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.
You are correct. -o doesn't like a full path. I will try to fix it in 2.6. In the mean time do:
Code:
cd /mnt/mounted folder/
/pentest/passwords/crunch/crunch 1 6 abcdefg -o wordlist.txt
should work. If not let me know.
Re: crunch wordlist to folder
Quote:
Originally Posted by
spiky001
Code:
./crunch 1 6 abcdefg -o /media/mounted folder/wordlist.txt
Does /media/mounted folder/ actually exist?
Re: crunch wordlist to folder
Thanks bofh28 that worked fine
Re: crunch wordlist to folder
Or I suppose you could go oldschool and use " > "
Code:
./crunch 4 4 > /media/mounted folder/test.txt
Re: crunch wordlist to folder
Hi, I have the same problem.
http://img534.imageshack.us/img534/3357/snapshot2rl.jpg
481G Media -> sda2
I need to save output file to HDD, because blacktrack boot from a usb flash drive.
Please, can anybody help me?
Re: crunch wordlist to folder
@pHysIQ, you are entering the wrong path, try /media/sda2/q.text