diff options
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r-- | src/c_lhosts.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 66d58e3..301a618 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -84,6 +84,7 @@ type HostNode struct { User string `yaml:"user,omitempty"` Pass string `yaml:"pass,omitempty"` Priv string `yaml:"priv,omitempty"` + Exec string `yaml:"exec,omitempty"` RDPFile string `yaml:"rdp_file,omitempty"` Jump JumpSettings `yaml:"jump,omitempty"` Quality uint8 `yaml:"quality,omitempty"` |