Documentation
¶
Overview ¶
Package payload interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JavaDeserialization ¶
type JavaDeserialization struct {
// contains filtered or unexported fields
}
JavaDeserialization Payload object
func NewJavaDeserialization ¶
func NewJavaDeserialization() JavaDeserialization
NewJavaDeserialization create a new java deserialization payload
func (JavaDeserialization) Description ¶
func (o JavaDeserialization) Description() string
Description one-liner description for the vulnerability
func (JavaDeserialization) Input ¶
func (o JavaDeserialization) Input() [][]byte
Input get the payload input
func (JavaDeserialization) Output ¶
func (o JavaDeserialization) Output() []byte
Output get the expected output of a vulnerable target
type ObjectInjection ¶
type ObjectInjection struct {
// contains filtered or unexported fields
}
ObjectInjection object
func NewObjectInjection ¶
func NewObjectInjection() ObjectInjection
NewObjectInjection create a new object injection payload
func (ObjectInjection) Description ¶
func (o ObjectInjection) Description() string
Description one-liner description for the vulnerability
func (ObjectInjection) Input ¶
func (o ObjectInjection) Input() [][]byte
Input get the payload input
func (ObjectInjection) Output ¶
func (o ObjectInjection) Output() []byte
Output get the expected output of a vulnerable target
Click to show internal directories.
Click to hide internal directories.