Skip to main content

t3

成员函数函数描述/介绍
t3.ExecCommand
t3.GenerateJavaObjectStreamBytes
t3.GenerateWeblogicJNDIPayload
t3.SendJavaObjectStreamBytes
t3.clearBackdoor
t3.debugHandler
t3.timeout

函数定义#

ExecCommand#

详细描述#

定义#

ExecCommand(addr string, cmd string, f ...OptionFun) (string, error)

参数#

参数名参数类型参数解释
addrstring
cmdstring
f...OptionFun

返回值#

返回值(顺序)返回值类型返回值解释
r1string
r2error

GenerateJavaObjectStreamBytes#

详细描述#

定义#

GenerateJavaObjectStreamBytes(cmd string) []byte

参数#

参数名参数类型参数解释
cmdstring

返回值#

返回值(顺序)返回值类型返回值解释
r1[]byte

GenerateWeblogicJNDIPayload#

详细描述#

定义#

GenerateWeblogicJNDIPayload(addr string) []byte

参数#

参数名参数类型参数解释
addrstring

返回值#

返回值(顺序)返回值类型返回值解释
r1[]byte

SendJavaObjectStreamBytes#

详细描述#

定义#

SendJavaObjectStreamBytes(addr string, acedBytes any, f ...OptionFun) error

参数#

参数名参数类型参数解释
addrstring
acedBytesany
f...OptionFun

返回值#

返回值(顺序)返回值类型返回值解释
r1error

clearBackdoor#

详细描述#

定义#

clearBackdoor(clear bool) OptionFun

参数#

参数名参数类型参数解释
clearbool

返回值#

返回值(顺序)返回值类型返回值解释
r1OptionFun

debugHandler#

详细描述#

定义#

debugHandler(handler func(string)) OptionFun

参数#

参数名参数类型参数解释
handlerfunc(string)

返回值#

返回值(顺序)返回值类型返回值解释
r1OptionFun

timeout#

详细描述#

定义#

timeout(duration float64) OptionFun

参数#

参数名参数类型参数解释
durationfloat64

返回值#

返回值(顺序)返回值类型返回值解释
r1OptionFun