Ezio Posted August 26, 2016 Posted August 26, 2016 hey guys, I was hoping anyone could help me out with creating a wordlist how i desire with crunch. eg- usr1pass1, usr2pass2, usr3pass3......usr99pass99 Quote
cooper Posted August 29, 2016 Posted August 29, 2016 I made a script to output a sequence. The lines with ' echo "$CURRENT" produce the output so that can be trivially adapted to become "usr${CURRENT}pass${CURRENT}" on a sequence going from 1 to 99. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.