Versions in this module Expand all Collapse all v1 v1.2.1 Jun 29, 2025 Changes in this version + const DEBUG + const ERROR + const EXPLOIT + const FAILED + const FATAL + const INFO + const STATS + const SUCCESS v1.2.0 Jun 26, 2025 Changes in this version + const STILL_ACTIVE — windows/amd64 + func Cleanup(pid int) + func Create(name string) (string, error) + func Detach() + func List() (string, error) + func ParseLine(line string) (models.ClientData, string, error) + func Remove(name string) (string, error) + func RestartGlobal() + func Setup(detach bool) error + func Stop(pid int) (string, error) + func SubmitFlag(flag models.ClientData) (string, error) + func SubmitFlags(flagsChan <-chan models.ClientData) + func ValidateArgs(args config.ArgsAttack) error + type ExecutionResult struct + Cmd *exec.Cmd + FlagsChan chan models.ClientData + OutputChan chan string + var GlobalResult *ExecutionResult + var MutexResult sync.Mutex + func Start(exploitPath string, tickTime int, threadCount int, port uint16, test bool) (*ExecutionResult, error) + func (e *ExecutionResult) Shutdown() error + type ParsedFlagOutput struct + FlagCode string + Message string + NameService string + PortService uint16 + Status string + TeamID uint16 + type StatusBatchOutput struct + FailedTeam int + Message string + NameService string + PortService uint16 + Status string + SuccessTeam int + TotalFlag int + type StreamingResult struct + ErrorChan chan error + ExitChan chan struct{} + OutputChan chan string + PID int + func Run(exploitPath string, tickTime int, threads int, servicePort uint16, test bool) (*StreamingResult, error)