summaryrefslogtreecommitdiffstats
path: root/ssh_prng_cmds.in
blob: 16ecb30bbc13282bed6800671440cd7af78c8339 (plain)
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
# entropy gathering commands

# Format is: "program-name args" path rate

# The "rate" represents the number of bits of usuable entropy per 
# byte of command output. Be conservative.

"ls -alni /var/log"			@PROG_LS@	0.002
"ls -alni /var/adm"			@PROG_LS@	0.002
"ls -alni /var/mail"			@PROG_LS@	0.002
"ls -alni /var/spool/mail"		@PROG_LS@	0.002
"ls -alni /proc"			@PROG_LS@	0.002
"ls -alni /tmp"				@PROG_LS@	0.002

"netstat -an"				@PROG_NETSTAT@	0.005
"netstat -in"				@PROG_NETSTAT@	0.010
"netstat -rn"				@PROG_NETSTAT@	0.002
"netstat -s"				@PROG_NETSTAT@	0.002

"arp -a -n"				@PROG_ARP@	0.002

"ifconfig -a"				@PROG_IFCONFIG@	0.002

"ps laxww"				@PROG_PS@	0.003
"ps -al"				@PROG_PS@	0.003
"ps -efl"				@PROG_PS@	0.003

"w"					@PROG_W@	0.005

"who -i"				@PROG_WHO@	0.001

"last"					@PROG_LAST@	0.001

"lastlog"				@PROG_LASTLOG@	0.001

"df"					@PROG_DF@	0.010
"df -i"					@PROG_DF@	0.010

"vmstat"				@PROG_VMSTAT@	0.010
"uptime"				@PROG_UPTIME@	0.001

"ipcs -a"				@PROG_IPCS@	0.001

"tail -200 /var/log/messages"		@PROG_TAIL@	0.001
"tail -200 /var/log/syslog"		@PROG_TAIL@	0.001
"tail -200 /var/adm/messages"		@PROG_TAIL@	0.001
"tail -200 /var/adm/syslog"		@PROG_TAIL@	0.001
"tail -200 /var/adm/syslog/syslog.log"	@PROG_TAIL@	0.001
"tail -200 /var/log/maillog"		@PROG_TAIL@	0.001
"tail -200 /var/adm/maillog"		@PROG_TAIL@	0.001