1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-08-22 11:04:23 +02:00

Update Windows - Privilege Escalation.md

This commit is contained in:
Dan Borges 2019-06-11 11:51:09 -07:00 committed by GitHub
parent 8cec2e0ca3
commit 24a05c7098
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -665,7 +665,7 @@ python ms08-067.py 10.0.0.1 6 445
### MS16-032 - Microsoft Windows 7 < 10 / 2008 < 2012 R2 (x86/x64)
Check if the patch is installed : `wmic qfe list | find "3139914"`
Check if the patch is installed : `wmic qfe list | findstr "3139914"`
```powershell
Powershell: