> For the complete documentation index, see [llms.txt](https://cheatsheet.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cheatsheet.mrw0l05zyn.cl/metasploit.md).

# Metasploit

## Base de datos

Estado de base de datos.

```shell
msfdb status
```

Iniciar base de datos.

```shell
msfdb init
```

Verificar conexión de Metasploit a la base de datos.

```shell
msfconsole
db_status
```

## Variables

Asignar variable global.

```shell
setg <variable> <value>
```

Eliminar valor de variable.

```shell
unset <variable>
```
