Skip to content

Commit 760193e

Browse files
committed
Remove verbose output
1 parent 1d040fc commit 760193e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/burp/PerRequestScans.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ List<IScanIssue> doHostHeaderScan(IHttpRequestResponse baseRequestResponse) {
389389
}
390390

391391
if (!Utilities.containsBytes(baseResponse, realHost.getBytes())) {
392-
Utilities.out("Skipping host header attacks on this request as the host isn't reflected");
393392
return Collections.emptyList();
394393
}
395394

0 commit comments

Comments
 (0)