summaryrefslogtreecommitdiff
path: root/security/nessus-core/MESSAGE
blob: 16d954bda5d82f79952b2e9702f16de7ddacb9cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
===========================================================================
$NetBSD: MESSAGE,v 1.4 2003/06/09 18:53:53 frueauf Exp $

Nessus may have placed some files in /var/nessus, ${PREFIX}/etc/nessus,
${PREFIX}/com/nessus and ${PREFIX}/lib/nessus/reports. If you do not need
these files any more, be sure to remove them:

	rm -fr /var/nessus
	rm -fr ${PREFIX}/etc/nessus
	rm -fr ${PREFIX}/lib/nessus/reports
	rm -fr ${PREFIX}/com/nessus

Before you can start scanning, you need to create one or more user-accounts
using "nessus-adduser", generate key using "nessus-mkcert" then start the
nessus daemon, nessusd, and use the "nessus" GUI program to direct the
daemon.

If you want to start nessusd automatically on system boot, please copy
${RCD_SCRIPTS_EXAMPLEDIR}/etc/rc.d/nessusd to /etc/rc.d and set
nessusd=YES in /etc/rc.conf.

===========================================================================