implant

package
v1.15.16 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: GPL-3.0 Imports: 1 Imported by: 1

README

Implant

This directory contains the code for Sliver's implant, implant source code is dynamically rendered at runtime via the generate command. The code generation inserts the per-binary values such as X.509 certificates, etc. and compiles it to produce a binary.

The implant code contains a lot of platform specific code too, which varies the features that will be supported on different platforms.

Platform agnostic code is implemented in _generic.go files, and can be compiled for any valid Go compiler target but only contains very generic commands/features.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// FS - Embedded FS access to sliver implant code
	//go:embed sliver/**
	FS embed.FS

	// GoMod - Templated go.mod module file for implant builds
	//go:embed go-mod
	GoMod string

	// GoSum - Templated go.sum module file for implant builds
	//go:embed go-sum
	GoSum string
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
proxy
Package proxy allows you to retrieve a system configured proxy for a given protocol and target URL.
Package proxy allows you to retrieve a system configured proxy for a given protocol and target URL.
ps
shell/pty
Package pty provides functions for working with Unix terminals.
Package pty provides functions for working with Unix terminals.
transports/httpclient/drivers/win/wininet
Code generated by tools/defines.go; DO NOT EDIT.
Code generated by tools/defines.go; DO NOT EDIT.

Jump to

Keyboard shortcuts

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