From b609a96b9ffe91ba7f251dd172a9653263b4181e Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sun, 10 Jan 2021 14:35:37 -0500 Subject: [PATCH] evil-winrm: change folder to directory --- pages/common/evil-winrm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/evil-winrm.md b/pages/common/evil-winrm.md index 08bd80c6a2..1207f79d8f 100644 --- a/pages/common/evil-winrm.md +++ b/pages/common/evil-winrm.md @@ -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}}`