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 a332903 commit 894bc81Copy full SHA for 894bc81
src/main/java/de/rub/nds/tlsscanner/Main.java
@@ -27,8 +27,6 @@ public class Main {
27
private static final Logger LOGGER = LogManager.getLogger(Main.class.getName());
28
29
public static void main(String[] args) throws IOException {
30
-// scanFile(new File(args[0]));
31
-
32
ScannerConfig config = new ScannerConfig(new GeneralDelegate());
33
JCommander commander = new JCommander(config);
34
try {
0 commit comments