Skip to content

Commit

Permalink
Remove verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
albinowax committed Dec 2, 2024
1 parent 1d040fc commit 760193e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/burp/PerRequestScans.java
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ List<IScanIssue> doHostHeaderScan(IHttpRequestResponse baseRequestResponse) {
}

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

Expand Down

0 comments on commit 760193e

Please sign in to comment.