s

scanner-core

A generic scanner framework which can execute a set of probes and combine the results into a report.
https://github.com/tls-attacker/Scanner-Core
Apache License, Version 2.0
Robert Merget Marcel Maehren Nurullah Erinola Fabian Bäumer
Files download
File Operation
scanner-core-5.3.4.jar download
scanner-core-5.3.4.pom download
scanner-core-5.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.rub.nds</groupId>
  <artifactId>scanner-core</artifactId>
  <version>5.3.4</version>
</dependency>
Gradle Groovy
implementation 'de.rub.nds:scanner-core:5.3.4'
Gradle Kotlin
implementation("de.rub.nds:scanner-core:5.3.4")
Scala SBT
libraryDependencies += "de.rub.nds" % "scanner-core" % "5.3.4"
Groovy Grape
@Grapes(
  @Grab(group='de.rub.nds', module='scanner-core', version='5.3.4')
)
Apache Ivy
<dependency org="de.rub.nds" name="scanner-core" rev="5.3.4" />
Leiningen
[de.rub.nds/scanner-core "5.3.4"]
Apache Buildr
'de.rub.nds:scanner-core:jar:5.3.4'