openrport-openrport/share/interpreter.go
Andrey 063486bc2c
Taco as interpreter + Cmd buf overflow error (#288)
* Taco as interpreter

* Working on code review comments

* Cmd buf overflow error

* DEV-2235 Refactored mocked fields

* Write to buffer data up to the overflow limit

* Fixing the test

* Update api-doc.yml

* Renamed taco to tacoscript

Co-authored-by: Thorsten Kramm <tk@system42.io>
2021-10-05 15:44:18 +03:00

9 lines
125 B
Go

package chshare
const (
UnixShell = "/bin/sh"
CmdShell = "cmd"
PowerShell = "powershell"
Tacoscript = "tacoscript"
)