mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
Removed typo
Just removed a little typo
This commit is contained in:
parent
f7720fe8bb
commit
07ca413092
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ In the following examples lets imagine that the ticket is retrieved impersonatin
|
|||
|
||||
### CIFS
|
||||
|
||||
With this ticket you will be able to access the `C$` and `ADMIN$` folder via **SMB** \(if they are exposed\) and copy files to ay part of the remote filesystem just doing something like:
|
||||
With this ticket you will be able to access the `C$` and `ADMIN$` folder via **SMB** \(if they are exposed\) and copy files to a part of the remote filesystem just doing something like:
|
||||
|
||||
```bash
|
||||
dir \\vulnerable.computer\C$
|
||||
|
|
Loading…
Reference in a new issue