08-22-2012, 05:57 PM
hello ,, nice idea btw i tried this :
cat /dev/urandom | tr -cd '0-9' | fold -w15 >> /home/korsa/15.txt
to make worlist for password (min=15 max=15 -- and only numbers) but it looklike the size will be big
do you any way to make it smaller?
cat /dev/urandom | tr -cd '0-9' | fold -w15 >> /home/korsa/15.txt
to make worlist for password (min=15 max=15 -- and only numbers) but it looklike the size will be big
do you any way to make it smaller?