no one to reply to this problem?Or do not know how to solve it?
My problem:
I have tried to create password list with crunch.
The command was:. After created the list back track signal you are using low disk and 0 free space../crunch 1 8 abcdefghijklmnopqrstuvwxyz0123456789 -o wordlist.txt
when i properties the wordlist.txt then i saw 69 gb. But my hard disk only 80 gb.
MY QUESTION:. Is it possible to generate 100mg-20gb password list?
if it is possible then how.
thanks to all
no one to reply to this problem?Or do not know how to solve it?
I tryied to create passwordlist with crunch
it's contains 50 milon line with 10 char for every line
and the size was 500 Mb
try googling for tweaks
thank you for reply. But you should have answer of problem. As you did not answer so i requesting you to tell what command are you using to do it?.
I need only that command to generate 500 mb size word list which i do not know.
I have searched it but did not able to find solve.For this reason i have posted here this my problem.
Thank you
First: Your problem is you do not use the proper command line arguments to crunch. If that makes no sense you should blow away your backtrack install and use something easier, like a normal Linux.
Second: Ignoring the first: If you're building a brute force list, this doesn't work like this. Look at the password profiling tools rather than crunch (it's up to you to figure out what I am talking about).
In the interests of seeing if I could make crunch stop after a certain size (without a patch or reading the man page again): You could always do something like:Where the & is important and watch.sh is something like the pseudo (i.e. NOT WORKING):Code:./crunch arguments & ./watch.shBut it's too much effort and could be done infinitely better.Code:while [ `ls -l passwords.generated.lst | awk '{print $size}'` -lt 500MB ]; do sleep 1; done pkill crunch
Ignore crunch, it's doing exactly what it is meant to be doing, and look into the other tools.
Still not underestimating the power...
There is no such thing as bad information - There is truth in the data, so you sift it all, even the crap stuff.
sorry my mother language is not English perhaps that is why i did not understand your answer.if you tell it some easily then it would rather best.
what to do for word list(brute force) within 80gb hard disk?
thank you very much for reply.
Still not underestimating the power...
There is no such thing as bad information - There is truth in the data, so you sift it all, even the crap stuff.
thank you for fast reply.
My my language bangla(kalkata(india)).I like to know details about change the crunch options. Because i know only default command of crunch. But do not know where to change option of it.
you would rather post here that so that i can use as you.
here is no rule to request if it is then i would request you.
Perhaps these are my stupid question.
can i add you as my friend and send private message?.
Thank you again