Created
May 28, 2019 15:48
-
-
Save network23/dae925b86b383734504763cdf1c3c61e to your computer and use it in GitHub Desktop.
nano highlights for hashcat masks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# nano syntax highlighting for hashcat hcmask files | |
syntax "hcmask" "\.hcmask" | |
# if you want to incluse *.masks add this behind the \.hcmask | |
# "|\.masks" | |
color brightblack "\?" | |
color brightwhite "u" | |
color yellow "d" | |
color brightcyan "a" | |
color brightblue "s" | |
color green "1" | |
color cyan "2" | |
color brightmagenta "3" | |
color brightyellow "4" | |
# gives warning | |
color brightred "\?\?" | |
color brightred "uu" | |
color brightred "dd" | |
color brightred "ss" | |
color brightred "ll" | |
color brightred "hh" | |
color brightred "HH" | |
color brightred "aa" | |
color brightred "bb" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment