I want to create a 4 character password that form from abcd1234. i want to generate the first 1000 passwords. the command that i insert is ./crunch 4 4 abcd1234 -s 1000 -o text.txt it can't generate the first 1000 passwords.
Use "-c" not "-s" without quotes and must be used in conjunction with -o START Read this http://adaywithtape.blogspot.com/2011/05/creating-wordlists-with-crunch-v30.html
thank. another question, if my last generated passwords is 4444. i want to generate the rest of the passwords start from 4444, and generate the next 1000 lines password. how to command it? IS THAT LIKE THIS? ./crunch 4 4 abcd1234 -s 4444 -c 1000 -o text.txt
Read what I've suggested and do some research yourself. Once you have succeeded please share the outcome with the rest. This way everyone benefits from it including you and me Agree?
FIRST TRY: ./crunch 4 4 abcd1234 -s 3333 -o text99.txt START the command is working for generate wordlist start from 3333 to 4444. SECOND TRY: ./crunch 4 4 abcd1234 -s 3333 -c 10 -o text100.txt START this time i want to generate 10 wordlist that start from 3333, but it failed. the result come as image below: start from 444c to 4444, only 6 wordlist and not start from 3333. is there anything wrong command writed?
Use this command Code: Select All ./crunch 4 4 abcd1234 -s 3333 -c 10 -o START With this, crunch will generate 4 digit all possible combination from "abcd1234" and it will be broken into 1246 text files with 10 lines each. Get me?
Not possible at this moment but not too sure in future as "crunch" is not written by me For 10 lines I would suggest you open up editor and key in yourself