mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 21:40:12 +02:00
For better organisation the nanorc files will go to a folder. The install script should translate the themed nanorc files to the final files. The install script should be the official instalation method.
18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
syntax "NMAP" "\.nmap$"
|
|
|
|
color yellow "^Nmap scan report for.*"
|
|
color brightwhite "^Not shown.*"
|
|
color brightwhite "^Host is up.*"
|
|
color brightwhite "^All.*"
|
|
|
|
color yellow "^[0-9]+/(tcp|udp).*$"
|
|
color cyan "^[0-9]+/(tcp|udp)"
|
|
|
|
color brightgreen "(Host is )?(open|up)"
|
|
color white "\(([0-9]+\.[0-9]+s latency)\)\."
|
|
color brightyellow "filtered"
|
|
color brightred "(Host is )?(All .* scanned ports on .*)?(^Not shown: [0-9]+ )?(closed|down)( ports)?"
|
|
|
|
color magenta "^PORT *STATE *SERVICE"
|
|
|
|
color brightblue "^#.*" |