How to write a wordlist
#4
So 

abc123456testpassword%$
abcabc123456testpassword
abcabc123456abctestpassword%$??

well this sounds for me like a job for princeprocessor

generate your own wordlist with your 

abc
123456
testpassword

combine this with princeprocessor and or hashcatutils combipow, combipow3, for the special chars at the end you can use combinator attack and or rules like $X (append) for this

you can utilize hashcat for buildig up the rules

hashcat --stdout -a 3 -1 ?s "$?1" >> myruleset
hashcat --stdout -a 3 -1 ?s "$?1 $?1" >> myruleset

this will generate a ruleset with one to two  specail chars appended
Reply


Messages In This Thread
How to write a wordlist - by newsbie - 10-23-2021, 09:23 PM
RE: How to write a wordlist - by Snoopy - 10-25-2021, 10:38 AM
RE: How to write a wordlist - by newsbie - 10-25-2021, 10:44 AM
RE: How to write a wordlist - by Snoopy - 10-26-2021, 10:30 AM
RE: How to write a wordlist - by newsbie - 10-26-2021, 04:22 PM