Help with regex for Combolist

Step Into The Dark

The shadows are waiting. Register now to unlock restricted discussions, share hidden secrets, and whisper in the dark with our elite circle.

Join The Underground

300Thousand

Member
Joined
Dec 10, 2018
Messages
757
hi im new to regex and im trying to do one that finds combos which the passowrd is smaller than 8 strings and the username is smaller than 5 strings.
so i could get it working for only the password but how i can search for both at the same time?



\:(.{0,7}$)

this one only searches for the password right now
 
Code:
^[^:]{0,4}\:.{0,7}$

q0rccwc.png
 
Back
Top