Versions in this module Expand all Collapse all v1 v1.0.1 Dec 24, 2019 v1.0.0 Dec 24, 2019 Changes in this version + type Service struct + func (s *Service) GenerateRandomByte(n int) ([]byte, error) + func (s *Service) GenerateRandomString(n int) (string, error) + func (s *Service) Payload(endpoint string, key string, command string, shellType string, ...) (string, error) + func (s *Service) WriteShellcode(key string, shell string) (string, error)