mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Merge pull request #336 from valenbg1/patch-1
Update Windows - Privilege Escalation.md
This commit is contained in:
commit
f6f8ec010a
1 changed files with 10 additions and 0 deletions
|
@ -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 a new issue