diff --git a/src/org/zaproxy/zap/extension/quickstart/ZapAddOn.xml b/src/org/zaproxy/zap/extension/quickstart/ZapAddOn.xml index c53d6353399..1c5bdbb5f14 100644 --- a/src/org/zaproxy/zap/extension/quickstart/ZapAddOn.xml +++ b/src/org/zaproxy/zap/extension/quickstart/ZapAddOn.xml @@ -9,6 +9,7 @@ Notify when quick attack starts.
+ Include expected status code in the error message.
]]> diff --git a/src/org/zaproxy/zap/extension/quickstart/resources/Messages.properties b/src/org/zaproxy/zap/extension/quickstart/resources/Messages.properties index c1127109aa6..e61a00524f7 100644 --- a/src/org/zaproxy/zap/extension/quickstart/resources/Messages.properties +++ b/src/org/zaproxy/zap/extension/quickstart/resources/Messages.properties @@ -69,7 +69,7 @@ quickstart.progress.ascan = Actively scanning (attacking) the URLs discovered quickstart.progress.complete = Attack complete - see the Alerts tab for details of any issues found quickstart.progress.failed = Failed to attack the URL, please check that the URL you specify is valid quickstart.progress.failed.badhost = Failed to attack the URL: host not found, please check that the URL you specify is correct -quickstart.progress.failed.code = Failed to attack the URL: received a {0} response code +quickstart.progress.failed.code = Failed to attack the URL: received a {0} response code, expected 200. quickstart.progress.failed.reason = Failed to attack the URL: {0} quickstart.progress.notstarted = Not started quickstart.progress.spider = Spidering the URL to discover the content