Security Dojo

go down the rabbit hole...
it en

Wmap Metasploit – How to fix 'database not connected' problem

2021-09-26 1 min read fud0

WMAP is a web application vulnerability scanner available as module within the Metasploit framework.

When attempting to use it, if Metasploit has not been configured to use the PostgreSQL database, you may encounter an error similar to the one shown in the screenshot below.

WMAP - Error while loading WMAP

In fact, it is possible to use Metasploit even without having a database configured, but is is certainly useful to do so. For example, if you want to keep the data of your searches or scan results.

However, in the case of the WMAP module this is a fundamental requirement.

Let’s see how to fix problem.

Continue reading