CentOS 安装系统侦察工具
Nessus
setup:
rpm -ivh http://downloads.nessus.org/nessus3dl.php?file=Nessus-6.10.2-es6.x86_64.rpm&licence_accept=yes&t=369f2336cdbd376ad8cd02005f9f3b26
important:
- click this url "https://www.tenable.com/products/nessus/nessus-plugins/obtain-an-activation-code"
- choose this you want download and must copy the rpm address
launch:
/sbin/service nessusd restart
https://ip:8834
openvas
setup:
- wget -q -O - http://www.atomicorp.com/installers/atomic | sh
- yum -y install openvas
then: - /usr/bin/openvas-setup
maybe of useful:
wget https://svn.wald.intevation.org/svn/openvas/trunk/tools/openvas-check-setup --no-check-certificate
Try u could or now open the "http://ip:9393/login/login.html"
if you could not,use this to sovle troubles:
- /etc/init.d/openvas-scanner stop; /etc/init.d/openvas-manager stop;openvassd
- gsad --http-only --listen=youip -p 9393
/etc/init.d/openvas-scanner start
/etc/init.d/openvas-manager start
/etc/init.d/gsad
---- forgot passwd
cd /opt/nessus/sbin/
./nessuscli lsuser
./nessuscli chpasswd
New Password:
msf connect postgresql
unless u see this or look-behind:
[*] postgresql connected to msf
setup:
apt-get install postgresql
usage:
systemctl start postgresql
msfconsole
usage:
systemctl restart postgresql
systemctl start metasploit
msfconsole
systemctl restart postgresql
msfdb init
msfconsole
msfdb init
msfconsole
[*] postgresql connected to msf
(完)