> For the complete documentation index, see [llms.txt](https://hacking-3.gitbook.io/barre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-3.gitbook.io/barre/apuntes/red-team/tools/wpsscan.md).

# Wpsscan

## Descarga

<pre class="language-bash"><code class="lang-bash"><strong>apt install wpscan
</strong></code></pre>

## Uso

```bash
wpscan --url https://www.maine.edu
```

{% hint style="info" %}
Recomendable configurar API para un mejor resultado: [API](https://wpscan.com/register/)
{% endhint %}

```bash
sudo wpscan --url http://asucar.dl/ -e u,vp,vt --api-token XXX -o wpscan.txt
```

`-e`: Es la opción que sirve para enumerar

* `u` -> Enumerar usuarios
* `vp` -> Enumera plugins wulnerables
* `vt` -> Enumera teamas vulnerables
