Sinn3rman Posted September 27, 2016 Posted September 27, 2016 Hi all, I have been looking at crunch options in the man, specifically -t I was wondering though how i might take wordlist.txt and perhaps use -t to append 3 numbers at the start or 3 at the end instead of random gen chars. any hints? Quote
Just_a_User Posted September 27, 2016 Posted September 27, 2016 (edited) Looks like crunch -t option would be tricky with an existing wordlist with various length words in it. might want to check out WordListManipulator as another option - instructions here. Edited September 27, 2016 by Just_a_User Quote
Wallruss Posted September 28, 2016 Posted September 28, 2016 If your word list contains consistent delimiters like a semicolon, space, etc.. then you could consider writing your own script to parse it and hand off the array to the app of your choice. I do this fairly often when handling lists with items of unpredictable lengths. 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.