We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d040fc commit 760193eCopy full SHA for 760193e
src/burp/PerRequestScans.java
@@ -389,7 +389,6 @@ List<IScanIssue> doHostHeaderScan(IHttpRequestResponse baseRequestResponse) {
389
}
390
391
if (!Utilities.containsBytes(baseResponse, realHost.getBytes())) {
392
- Utilities.out("Skipping host header attacks on this request as the host isn't reflected");
393
return Collections.emptyList();
394
395
0 commit comments