scanner-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.rub.nds</groupId>
<artifactId>scanner-core</artifactId>
<version>6.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.rub.nds</groupId>
<artifactId>scanner-core</artifactId>
<version>6.3.0</version>
<name>Scanner Core</name>
<description>A generic scanner framework which can execute a set of probes and combine the results into a report.</description>
<url>https://github.com/tls-attacker/Scanner-Core</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ic0ns</id>
<name>Robert Merget</name>
<email>robert.merget@tii.ae</email>
<url>https://github.com/ic0ns/</url>
<organization>TII</organization>
<organizationUrl>https://www.tii.ae/</organizationUrl>
</developer>
<developer>
<id>mmaehren</id>
<name>Marcel Maehren</name>
<email>marcel.maehren@rub.de</email>
<url>https://github.com/mmaehren/</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
</developer>
<developer>
<id>NErinola</id>
<name>Nurullah Erinola</name>
<email>nurullah.erinola@rub.de</email>
<url>https://github.com/NErinola/</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
</developer>
<developer>
<id>TrueSkrillor</id>
<name>Fabian Bäumer</name>
<email>fabian.baeumer@rub.de</email>
<url>https://github.com/TrueSkrillor/</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/tls-attacker/scanner-core.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/scanner-core.git</developerConnection>
<tag>v6.3.0</tag>
<url>https://github.com/tls-attacker/Scanner-Core</url>
</scm>
<dependencies>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.82</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.20.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.20.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds</groupId>
<artifactId>protocol-attacker</artifactId>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds</groupId>
<artifactId>terminal-utils</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.25.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.25.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>