template

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2026 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package template contains the web shell PHP payload template.

Index

Constants

View Source
const Payload string = "" /* 2512-byte string literal not displayed */

Payload is the PHP web shell template with placeholders for customization.

Variables

View Source
var (
	Variables = []string{
		"$encryptedTransitPassword",
		"$encryptedResponsePayload",
		"$encryptedCommandPayload",
		"$currentWorkingDirectory",
		"$responsePayloadString",
		"$initializationVector",
		"$responsePayloadParts",
		"$commandPayloadString",
		"$commandPayloadParts",
		"$channelCookieName",
		"$encryptedMessage",
		"$isAuthenticated",
		"$transitPassword",
		"$cipherAlgorithm",
		"$commandProcess",
		"$passwordHash",
		"$processPipes",
		"$sessionKey",
		"$sharedKey",
	}
	Options = []string{
		"$BASE64_CHANNEL$",
		"$BASE64_SHARED_KEY$",
		"$BASE64_HASH$",
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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