GitBook: [master] one page modified

This commit is contained in:
CPol 2020-08-31 16:15:38 +00:00 committed by gitbook-bot
parent f02c8d9505
commit ddb270ee4a
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -120,7 +120,11 @@ whoami /groups | findstr Level
#### **Very** Basic UAC "bypass" \(full file system access\)
If you have a shell with a user that is inside the Administrators group you can **mount the C$** shared via SMB \(file system\) local in a new disk and you will have **access to everything inside the file system** \(even Administrator home folder\)
If you have a shell with a user that is inside the Administrators group you can **mount the C$** shared via SMB \(file system\) local in a new disk and you will have **access to everything inside the file system** \(even Administrator home folder\).
{% hint style="info" %}
**Looks like this trick isn't working anymore**
{% endhint %}
```bash
net use Z: \\127.0.0.1\c$