Skip to content

Commit

Permalink
Update Windows - Privilege Escalation.md
Browse files Browse the repository at this point in the history
Adding WES-NG which is a great and updated replacement for Windows-Exploit-Suggester.
  • Loading branch information
valenbg1 authored Feb 10, 2021
1 parent 1d08a7e commit 73f6ab9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Methodology and Resources/Windows - Privilege Escalation.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
powershell.exe -ExecutionPolicy Bypass -File .\jaws-enum.ps1 -OutputFilename JAWS-Enum.txt
```
- [winPEAS - Windows Privilege Escalation Awesome Script](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS/winPEASexe)
- [Windows Exploit Suggester - Next Generation (WES-NG)](https://github.com/bitsadmin/wesng)
```powershell
# First obtain systeminfo
systeminfo
systeminfo > systeminfo.txt
# Then feed it to wesng
python3 wes.py --update-wes
python3 wes.py --update
python3 wes.py systeminfo.txt
```
## Windows Version and Configuration
Expand Down

0 comments on commit 73f6ab9

Please sign in to comment.