mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
evil-winrm: change folder to directory
This commit is contained in:
parent
7582d93776
commit
b609a96b9f
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
`evil-winrm --ip {{ip}} --user {{user}} --hash {{nt_hash}}`
|
||||
|
||||
- Connect to a host, specifying folders for scripts and executables:
|
||||
- Connect to a host, specifying directories for scripts and executables:
|
||||
|
||||
`evil-winrm --ip {{ip}} --user {{user}} --password {{password}} --scripts {{path/to/scripts}} --executables {{path/to/executables}}`
|
||||
|
||||
|
@ -28,10 +28,10 @@
|
|||
|
||||
`PS > menu`
|
||||
|
||||
- Load a PowerShell script from the `--scripts` folder:
|
||||
- Load a PowerShell script from the `--scripts` directory:
|
||||
|
||||
`PS > {{script.ps1}}`
|
||||
|
||||
- Invoke a binary on the host from the `--executables` folder:
|
||||
- Invoke a binary on the host from the `--executables` directory:
|
||||
|
||||
`PS > Invoke-Binary {{binary.exe}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue