SecTester::Options
Inherits Struct / Value / Object
Constants
VALID_LOCATIONS = ["body", "query", "fragment", "path", "headers", "artifical-query", "artifical-fragment"]
Constructors
new(smart_scan : Bool = true, skip_static_parameters : Bool = true, project_id : String | Nil = nil, slow_ep_timeout : Int32 | Nil = nil, crawl : Bool = false, param_locations : Array(String) = ["query", "body", "fragment"], auth_object_id : String | Nil = nil, template_id : String | Nil = nil, target_timeout : Int32 | Nil = nil)
SourceInstance methods
auth_object_id
Sourceauth_object_id=(auth_object_id : String | Nil)
Sourcecrawl=(crawl : Bool)
Sourcecrawl?
Sourceparam_locations
Sourceparam_locations=(param_locations : Array(String))
Sourceproject_id
Sourceproject_id=(project_id : String | Nil)
Sourceskip_static_parameters=(skip_static_parameters : Bool)
Sourceskip_static_parameters?
Sourceslow_ep_timeout
Sourceslow_ep_timeout=(slow_ep_timeout : Int32 | Nil)
Sourcesmart_scan=(smart_scan : Bool)
Sourcesmart_scan?
Sourcetarget_timeout
Sourcetarget_timeout=(target_timeout : Int32 | Nil)
Sourcetemplate_id
Sourcetemplate_id=(template_id : String | Nil)
Source