February 2019
Intermediate to advanced
256 pages
7h 34m
English
The following sample Robot Framework script will execute the Nmap testing with expected results verification:
*** Settings ***Library Process*** Test Cases ***Testing if the website was previously reported XSS ${result} = Run Process nmap -p80 --script http-xssed nodegoat.kerokuapp.com Log ${result.stdout} Should Contain ${result.stdout} No previously reported
Read now
Unlock full access