mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
f02c8d9505
commit
ddb270ee4a
1 changed files with 5 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Reference in a new issue