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:

openvas

setup:

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

posted @ 2017-03-05 18:58  季文康  阅读(310)  评论(0)    收藏  举报