Skip to content

Commit

Permalink
Update community/detectors/adobe_coldfusion_cve_2023_26360/src/main/j…
Browse files Browse the repository at this point in the history
…ava/com/google/tsunami/plugins/detectors/cves/cve202326360/Cve202326360Detector.java

Co-authored-by: Giacomo Coluccelli <[email protected]>
  • Loading branch information
jimmy-ly00 and giacomo-doyensec authored Dec 6, 2024
1 parent fdcba8d commit 76d7f7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ private boolean isServiceVulnerable(NetworkService networkService) {
.setRequestBody(ByteString.copyFromUtf8(payload))
.build(),
networkService);
// System.out.println("Response Body: " + response);
if (response.bodyString().isPresent()) {
if (VULNERABLE_RESPONSE_PATTERN.matcher(response.bodyString().get()).find()) {
return true;
Expand Down

0 comments on commit 76d7f7c

Please sign in to comment.