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 3c29ac1 commit e5a5a59Copy full SHA for e5a5a59
Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/impl/PaddingOracleAttacker.java
@@ -195,7 +195,7 @@ public Boolean isVulnerable() {
195
LOGGER.log(LogLevel.CONSOLE_OUTPUT,
196
"A server is considered vulnerable to this attack if it responds differently to the test vectors.");
197
LOGGER.log(LogLevel.CONSOLE_OUTPUT, "A server is considered secure if it always responds the same way.");
198
-
+
199
for (List<ResponseFingerprint> list : responseMap.values()) {
200
ResponseFingerprint fingerprint = list.get(0);
201
for (int i = 1; i < list.size(); i++) {
0 commit comments