Skip to content

Instantly share code, notes, and snippets.

@network23
Created May 28, 2019 15:48
Show Gist options
  • Save network23/dae925b86b383734504763cdf1c3c61e to your computer and use it in GitHub Desktop.
Save network23/dae925b86b383734504763cdf1c3c61e to your computer and use it in GitHub Desktop.
nano highlights for hashcat masks
# 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