February 2019
Intermediate to advanced
256 pages
7h 34m
English
The following script will do a OWASP ZAP Spider Scan on demo.testfire.net to explore all the potential Web URLs and resources:
*** Settings *** Suite Teardown Delete All Sessions Library Collections Library String Library RequestsLibrary Library OperatingSystem*** Variables *** ${url} http://demo.testfire.net ${SpiderScan} http://localhost:8090/JSON/spider/action/scan/?zapapiformat=JSON&formMethod=GET&url=${url}&maxChildren=&recurse=&contextName=&subtreeOnly=*** Test Cases *** ZAP Spider Scan [Tags] get skip Create Session ZAP ${SpiderScan} ${resp}= Get Request ZAP / Should Be Equal As Strings ${resp.status_code} 200
Read now
Unlock full access