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.
2 parents 2e92e42 + 23759ff commit b53d62dCopy full SHA for b53d62d
Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/impl/TLSPoodleAttacker.java
@@ -79,7 +79,6 @@ public Boolean isVulnerable() {
79
LOGGER.debug(ex);
80
return null;
81
}
82
- System.out.println(trace.toString());
83
if (state.getTlsContext().isReceivedFatalAlert()) {
84
LOGGER.info("NOT Vulnerable. The modified message padding was identified, the server correctly responds with an alert message");
85
return false;
0 commit comments