Mythic_CLI

command module
v0.0.0-...-e0f6ea1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2021 License: BSD-3-Clause Imports: 1 Imported by: 0

README

Mythic_CLI

Golang code for the mythic-cli binary in Mythic. This binary provides control for various aspects of Mythic configuration.

mythic-cli help

mythic-cli usage ( v 0.0.1 ):
  help
  mythic {start|stop} [service name...]
  c2 {start|stop|add|remove|list} [c2profile ...]
  payload {start|stop|add|remove|list} [payloadtype ...]
  config
      get [varname ...]
      set <var name> <var value>
  database reset
  install 
      github <url> [branch name] [-f]
      folder <path to folder> [-f]
      -f forces the removal of the currently installed version and overwrites with the new, otherwise will prompt you
  status
  logs <container name>
  version

Compilation

The binary distributed with Mythic is compiled with go build -ldflags="-s -w" -o mythic-cli main.go and then passed through upx with upx --brute mythic-cli. This is simply so that the standard 13MB Golang file is compressed down to a 2.5MB file for easier inclusion with the Mythic repo.

Version

The current version of the mythic-cli code is 0.0.1

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL