1NESSUS-MKRAND(1) User Manuals NESSUS-MKRAND(1)
2
3
4
6 nessus-mkrand - Creates a file with random bytes
7
8
10 nessus-mkrand [filename [entropy] ]
11
12
14 The Nessus Security Scanner protects the communication between the
15 client and the server by using SSL. To work securely, the OpenSSL
16 library needs a suitable amount of random bytes. On most system, it
17 uses EGD or /dev/random (or /dev/urandom).
18
19 On systems which have none of these, Nessus will provide OpenSSL with a
20 file full of random bytes generated by nessus-mkrand which is stored by
21 default under $HOME/.rnd. nessus-mkcert and nessus-mkcert-client
22 require user input as a random seed.
23
24 By default, nessus-mkrand produces a file stored under $HOME/.rnd con‐
25 taining 1024 bytes of entropy.
26
27
28
29
31 nessus-adduser(8), nessusd(8), nessus(1), nessus-mkcert(8), nessus-
32 mkcert-client(1), openssl(1)
33
34
36 The canonical places where you will find more information about the
37 Nessus project are:
38
39 http://www.nessus.org/ ⟨⟩ (Official site)
40 http://cvs.nessus.org/ ⟨⟩ (Developers site)
41
42
43
45 nessus-mkrand was written by Michel Arboi <arboi@algoriel.fr>.
46
47
48
49
50
51The Nessus Project September 2001 NESSUS-MKRAND(1)