Passwords should contain: uppercase and lowercase letters and (Digit OR Symbol)
So, how can I extract from lines having above rules from a password list?
Example:
123q
123
qwe
!@#123
123@
Qwe1
Admin
admin
Admin@
Admin#1
What I need:
Qwe1
Admin@
Admin#1