mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Update Windows - Privilege Escalation.md
Adding WES-NG which is a great and updated replacement for Windows-Exploit-Suggester.
This commit is contained in:
parent
1d08a7e12d
commit
73f6ab940c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user