Wafalyzer::Settings
Class methods
Default User-Agent string, used when no other was given and the
use_random_user_agent? is set to false.
Default User-Agent string, used when no other was given and the
use_random_user_agent? is set to false.
Setting it to true will disable SSL verification
No. of additional iterations (after 1st failed request).
NOTE: Setting it to nil is equivalent to using payloads.size,
i.e. there will as many request as available payloads.
No. of additional iterations (after 1st failed request).
NOTE: Setting it to nil is equivalent to using payloads.size,
i.e. there will as many request as available payloads.
Array of parameter payloads, injected for fallback requests.
Setting it to true will make user_agent property pick a random
User-Agent string from the user_agents array.
Setting it to true will make user_agent property pick a random
User-Agent string from the user_agents array.
Returns User-Agent string, sampled from user_agents when the
use_random_user_agent? is set to true, or default_user_agent
otherwise.
Array of User-Agent http header strings, used in cases when the
use_random_user_agent? is being set to true.