OptionalacceptWhether the spider will accept cookies, default: true.
OptionalcontextName of the context to spider, default: first context.
OptionalhandleWhether the spider will handle OData responses, default: false.
OptionalhandleHow query string parameters are used.
OptionallogoutWhether the Spider should attempt to avoid logout related paths/functionality, default: false.
OptionalmaxThe maximum number of children to add to each node in the tree.
OptionalmaxThe maximum tree depth to explore, default: 5.
OptionalmaxThe max time in minutes the spider will be allowed to run for, default: 0 (unlimited).
OptionalmaxThe max size of a response that will be parsed, default: 2621440 (2.5 Mb).
OptionalparseWhether the spider will parse HTML comments in order to find URLs, default: true.
OptionalparseWhether the spider will parse .DS_Store files in order to find URLs, default: false.
OptionalparseWhether the spider will parse Git metadata in order to find URLs, default: false.
OptionalparseWhether the spider will parse 'robots.txt' files in order to find URLs, default: true.
OptionalparseWhether the spider will parse 'sitemap.xml' files in order to find URLs, default: true.
OptionalparseWhether the spider will parse SVN metadata in order to find URLs, default: false.
OptionalpostWhether the spider will submit POST forms, default: true.
OptionalprocessWhether the spider will process forms, default: true.
OptionalsendWhether the spider will send the referer header, default: true.
OptionalthreadThe number of spider threads, default: 2 * Number of available processor cores.
OptionalurlURL to start spidering from, default: first context URL.
OptionaluserAn optional user to use for authentication, must be defined in the env.
OptionaluserThe user agent to use in requests, default: '' (use the default ZAP one).
Interface representing the parameters for a spider configuration. ISpiderParameters