1
0
Fork 0
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:
bl-ue 2021-01-10 14:35:37 -05:00 committed by Axel Navarro
parent 7582d93776
commit b609a96b9f

View file

@ -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}}`