February 2019
Intermediate to advanced
256 pages
7h 34m
English
Follow the following command to execute the JMeter script with ZAP proxy 1270.0.1:8090:
$ Jmeter -n -t MyRequest.jmx -l testResult.jtl -H 127.0.0.1 -P 8090
Under the OWAZP GUI console, the security assessment will be listed in the Alerts tab. In this case, the SQL injection vulnerability was identified. If we review the Alerts in the ZAP, we can see the Application Error Disclosure, which is also an indicator of error-based SQL injection vulnerability. To view the alerts, we can also use the following commands to output to the console or specified files:
CURL "http://localhost:8090/JSON/core/view/alerts" > LoginTesting.JSONCURL "http://localhost:8090/HTML/core/view/alerts" ...
Read now
Unlock full access