module Arachni::Element::Capabilities::Mutable::Format

Bitfields that describe the common payload formatting options.

@author Tasos “Zapotek” Laskos <tasos.laskos@arachni-scanner.com>

Constants

APPEND

Appends the injection string to the default value of the input vector.<br/> (If no default value exists Arachni will choose one.)

NULL

Terminates the injection string with a null character.

SEMICOLON

Prefix the string with a ‘;’, useful for command injection checks

STRAIGHT

Leaves the injection string as is.