# wpscan

# Basic usage

```bash
wpscan --url http://TARGET_IP
```

Scan for plugins

```bash
wpscan --url http://TARGET_IP -e p
```

Scan for users

```bash
wpscan --url http://TARGET_IP -e u
```

Scan for vulnerable plugins

```bash
wpscan --url http://TARGET_IP -e vp
```

Brute force passwords

```bash
wpscan --url http://TARGET_IP --passwords /usr/share/wordlists/rockyou.txt
```