February 2019
Intermediate to advanced
256 pages
7h 34m
English
The following sample Robot Framework script will execute the SQLmap (SQL injection) testing with expected results verification:
*** Settings ***Library SSHLibrary*** Variables ***${HOST_URL} http://demo.testfire.net*** Test Cases ***SQL Injection Testing[Documentation] Use SQLmap to do the SQL injection testing on target host${output}= Execute Command python sqlmap.py -u ${HOST_URL} -- batch --bannerShould Not Contain ${output} vulnerable
Read now
Unlock full access