Documentation ¶
Overview ¶
Package core contains basic utility functions.
Index ¶
- Constants
- func CheckLoot(path string) (isWritable bool, err error)
- func Debug(params ...string)
- func GetZombie(name string, target zombie.Target, options Options) (z zombie.Zombie, err error)
- func GetZombieLootPath(loot string, tag string) string
- func InitDocker(dockerImage string) error
- func IsValidZombie(name string) bool
- func PullImage(image string) error
- type ChromeTarget
- type Container
- type Options
Constants ¶
View Source
const ( Name = "necrobrowser" Version = "0.1" Author = "antisnatchor & ohpe" )
View Source
const ( ChromeRemotePort = "9222" ListeningIP = "127.0.0.1" DockerClientVersion = "1.39" )
View Source
const (
AuthToken = "ada9f7b8-6e6c-4884-b2a3-ea757c1eb617"
)
Variables ¶
This section is empty.
Functions ¶
func GetZombieLootPath ¶
func InitDocker ¶
func IsValidZombie ¶
Types ¶
type ChromeTarget ¶
type Container ¶
type Container struct { Context context.Context Cancel context.CancelFunc Name string Image string LocalPort string PublicPort string IP string Target ChromeTarget MounthPaths []string // contains filtered or unexported fields }
func NewContainer ¶
Click to show internal directories.
Click to hide internal directories.