使用 Metasploit - L-codes/metasploit-framework GitHub Wiki
从这开始:
- http://www.offensive-security.com/metasploit-unleashed/Main_Page
- https://metasploit.help.rapid7.com/docs/
- http://docs.kali.org/general-use/starting-metasploit-framework-in-kali
- https://github.com/rapid7/metasploitable3
- 规避杀软
数据库故障排除
如果数据库未自动连接, 先确认数据库是否运行:
- Linux:
$ netstat -lnt | grep 7337
这里的 7337 是安装时设定的端口 - Windows: 在任务管理器中查找 postgres.exe 进程
如果 postgres 没运行, 尝试手工启动:
- Linux:
$ sudo /etc/init.d/metasploit start
或如果未选择安装为服务:$ sudo /opt/metasploit*/ctlscript.sh start
- Windows: 开始 -> Metasploit -> 服务 -> 启动 Services
一旦启动 postgres 监听端口, 返回 msfconsole:
msf > db_connect