Updated Using Metasploit (markdown)
This commit is contained in:
+16
-1
@@ -3,4 +3,19 @@ Start here:
|
||||
* http://www.offensive-security.com/metasploit-unleashed/Main_Page
|
||||
* https://dev.metasploit.com/redmine/projects/framework/wiki
|
||||
* https://community.rapid7.com/community/metasploit/
|
||||
* [[Evading Anti-Virus]]
|
||||
* [[Evading Anti-Virus]]
|
||||
|
||||
Database troubleshooting
|
||||
------------------------
|
||||
If the database is not connecting automatically, first make sure it is running:
|
||||
* Linux:`$ netstat -lnt | grep 7337` where 7337 is whatever port you told it to listen on during installation
|
||||
* Windows: look for a postgres.exe process in task manager.
|
||||
|
||||
If postgres is not running, try starting it manually:
|
||||
* Linux:`$ sudo /etc/init.d/metasploit start` or if you didn't choose to install as a service: `$ sudo /opt/metasploit*/ctlscript.sh start`
|
||||
* Windows: Start -> Metasploit -> Services -> Start Services
|
||||
|
||||
Once postgres is running and listening, go back to msfconsole:
|
||||
````
|
||||
msf > db_connect
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user