This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / nmap.nanorc
1 syntax "NMAP" "\.nmap$"
2
3 color yellow "^Nmap scan report for.*"
4 color brightwhite "^Not shown.*"
5 color brightwhite "^Host is up.*"
6 color brightwhite "^All.*"
7
8 color yellow "^[0-9]+/(tcp|udp).*$"
9 color cyan "^[0-9]+/(tcp|udp)"
10
11 color brightgreen "(Host is )?(open|up)"
12 color white "\(([0-9]+\.[0-9]+s latency)\)\."
13 color brightyellow "filtered"
14 color brightred "(Host is )?(All .* scanned ports on .*)?(^Not shown: [0-9]+ )?(closed|down)( ports)?"
15
16 color magenta "^PORT *STATE *SERVICE"
17
18 color brightblue "^#.*"