de.rub.nds.tlsbreaker.breakercommons.config.PcapAttackConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of breaker-commons Show documentation
Show all versions of breaker-commons Show documentation
A tool collection of various attacks on TLS based on TLS-Attacker
package de.rub.nds.tlsbreaker.breakercommons.config;
public interface PcapAttackConfig {
String getPcapFileLocation();
}