Update README.md

This commit is contained in:
Joe Totes
2022-09-02 17:55:36 -04:00
committed by GitHub
parent 41b5e3e631
commit 17b6ce4dd5

View File

@@ -650,14 +650,17 @@ python3 exploit.py
## Windows ## Windows
![Windows Priv Esc](https://miro.medium.com/max/700/0*Ci4dBt9PLYe3xzt0)
<br /> <br />
#### RESOURCES
[Winpeas](https://github.com/carlospolop/PEASS-ng/releases) [Winpeas](https://github.com/carlospolop/PEASS-ng/releases)
<br /> <br />
![Windows Priv Esc](https://miro.medium.com/max/700/0*Ci4dBt9PLYe3xzt0)
```bash ```bash
# Windows Enumeration Commands # Windows Enumeration Commands
@@ -696,13 +699,16 @@ Import-Module ActiveDirectory; Get-ADPrincipalGroupMembership <username> | selec
<br /> <br />
![Linux Priv Esc](https://miro.medium.com/max/700/0*xTF6sGyU9Hrq6SAI)
#### RESOURCES
[Linpeas](https://github.com/carlospolop/PEASS-ng/releases) [Linpeas](https://github.com/carlospolop/PEASS-ng/releases)
[GTFOBINS](https://gtfobins.github.io/) [GTFOBINS](https://gtfobins.github.io/)
<br /> <br />
![Linux Priv Esc](https://miro.medium.com/max/700/0*xTF6sGyU9Hrq6SAI)
```bash ```bash
# Linux Enumeration Commands # Linux Enumeration Commands