| crtxreavr@shodan-/home/crtxreavr$ sudo ls -l /etc/master.passwd
|
| -rw------- 1 root wheel 4248 May 13 13:37 /etc/master.passwd
|
| crtxreavr@shodan-/home/crtxreavr$ sudo cat /etc/master.passwd | ent
|
| Entropy = 5.513632 bits per byte.
|
|
|
| Optimum compression would reduce the size
|
| of this 4248 byte file by 31 percent.
|
|
|
| Chi square distribution for 4248 samples is 30440.12, and randomly
|
| would exceed this value less than 0.01 percent of the times.
|
|
|
| Arithmetic mean value of data bytes is 85.0918 (127.5 = random).
|
| Monte Carlo value for Pi is 4.000000000 (error 27.32 percent).
|
| Serial correlation coefficient is 0.283722 (totally uncorrelated = 0.0).
|
| crtxreavr@shodan-/home/crtxreavr$ dd if=/dev/urandom bs=4248 count=1 | ent
|
| 1+0 records in
|
| 1+0 records out
|
| 4248 bytes transferred in 0.000176 secs (24078766 bytes/sec)
|
| Entropy = 7.959057 bits per byte.
|
|
|
| Optimum compression would reduce the size
|
| of this 4248 byte file by 0 percent.
|
|
|
| Chi square distribution for 4248 samples is 238.03, and randomly
|
| would exceed this value 77.01 percent of the times.
|
|
|
| Arithmetic mean value of data bytes is 127.6424 (127.5 = random).
|
| Monte Carlo value for Pi is 3.062146893 (error 2.53 percent).
|
| Serial correlation coefficient is 0.002073 (totally uncorrelated = 0.0).
|
| crtxreavr@shodan-/home/crtxreavr$
|