Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateLDAPServer ¶
func SetLDAPGadget ¶
func SetLDAPGadget(gadget GadgetName, binary string, lhost string, lport int, command string)
func SetLDAPHTTPClass ¶
func SetLDAPHTTPClass(gadget GadgetName, lhost string, lport int, httpHost string, httpPort int)
Types ¶
type GadgetName ¶
type GadgetName int
mapping of available pre-serialized gadgets.
const ( // org.apache.naming.factory.BeanFactory + javax.el.ELProcessor#eval (windows + Linux). TomcatNashornReverseShell GadgetName = 0 // org.apache.naming.factory.BeanFactory + javax.el.ELProcessor#eval (linux only). TomcatGenericBash GadgetName = 1 GroovyGenericBash GadgetName = 2 // org.apache.naming.factory.BeanFactory. BeanUtils194GenericBash GadgetName = 3 // load class via an HTTP server. HTTPReverseShell GadgetName = 4 )
Click to show internal directories.
Click to hide internal directories.