Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 775 Bytes

使用metasploit.md

File metadata and controls

20 lines (15 loc) · 775 Bytes

从这里开始

数据库问题

如果数据库没有自动连接,请确保它正在运行:

Linux:$ netstat -lnt | grep 7337 其中7337是您在安装期间设置的端口 Windows:在任务管理器中查找postgres.exe进程。

如果postgres没有运行,请尝试手动启动它:

Linux:$ sudo /etc/init.d/metasploit start 或者如果你没有选择作为服务安装:$ sudo /opt/metasploit*/ctlscript.sh start Windows:Start -> Metasploit -> Services -> Start Services

一旦postgres运行并监听,请回到msfconsole:

msf > db_connect