-
Notifications
You must be signed in to change notification settings - Fork 12
/
.trafshow
93 lines (79 loc) · 1.74 KB
/
.trafshow
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#
# default fcolor:bcolor
# - Set the default screen background color-pair
#
# port[/proto] fcolor:bcolor
# - Set color pattern by service port
#
# [proto] source[/mask][,port] destination[/mask][,port] fcolor:bcolor
# - Set color pattern by pair of from-to addresses
#
# Reserved tokens `*', `any', `all' matchs ANY in the pattern.
#
# The colors are:
# black red green yellow blue magenta cyan white
#
# The upper-case Fcolor mean bright *on* and Bcolor blink *on*.
#
#default white:blue
# following color settings looks nice under black-on-gray xterm (xterm-color)
# Private IP Addresses will be alarmed by Red foreground.
# Source Destination Color
# 10.0.0.0/8 any Red
# any 10.0.0.0/8 Red
# 127.0.0.1/8 any Red
# any 127.0.0.1/8 Red
# 172.16.0.0/16 any Red
# any 172.16.0.0/16 Red
# 192.168.0.0/16 any Red
# any 192.168.0.0/16 Red
# Network Services.
# Service Color Comments
135 Red # netbios
137 Red # netbios
138 red # netbios
139 red # netbios
# Special system protocols
snmp White
smux white
162 White # snmp-trap
67 white # bootp/dhcp-server
68 white # bootp/dhcp-client
546 white # dhcpv6-client
547 white # dhcpv6-server
timed white
who white
domain cyan
# Authentication
389 red # ldap
636 red # ldaps
# Web traffic
http green
https green
3128 Green # http-proxy
8080 Green # http-proxy
8008 Green # http-alt
# E-mails
smtp Green
nntp Green
pop3 green
995 green # pop3s
143 green # imap2,4
220 green # imap3
# File transfers
ftp yellow
20 Yellow # ftp-data
tftp Yellow
nfs Yellow
6000 Yellow # X11
# Remote terminals
ssh Blue
telnet Blue
sunrpc Blue
513/tcp Blue # rsh
514/tcp Blue # rcmd
# Other protocols
*/udp cyan
*/icmp cyan
*/igmp cyan
*/ip cyan