ait-testbed/attackmate

Support for local interactive command

Seb1n1h0 opened this issue · 1 comments

Hi,
I want to execute Evil-WinRM and as of now, the attmate has no prompt / integration of it.

shell-commands do now support the interactive-mode

commands:
  - type: shell
    cmd: "evil-winrm -i 10.18.5.223 -u winuser -p winpw1! -r win.local -S -n -N\n"
    command_timeout: 20
    interactive: true
    creates_session: evil

  - type: shell
    session: evil
    command_timeout: 20
    cmd: "ls\n"
    interactive: true