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.
Click to show internal directories.
Click to hide internal directories.