asn1-attacker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.rub.nds</groupId> <artifactId>asn1-attacker</artifactId> <version>3.0.2</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>asn1-attacker</artifactId> <version>3.0.2</version> <name>ASN.1-Attacker</name> <description>ASN.1-Attacker is a project for creating arbitrary ASN.1 structures; including malformed ASN.1 structures. Structures are defined in human-readable XML files and allow to specify modifications to the original encoding of data types.</description> <url>https://github.com/tls-attacker/ASN.1-Tool</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> <organization>TII</organization> <organizationUrl>https://tii.ae/</organizationUrl> <roles> <role>Architect</role> <role>Developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:https://github.com/tls-attacker/ASN.1-Tool.git</connection> <developerConnection>scm:git:ssh://git@github.com/tls-attacker/ASN.1-Tool-Development.git</developerConnection> <tag>v3.0.2</tag> <url>https://github.com/tls-attacker/ASN.1-Tool</url> </scm> <dependencies> <dependency> <groupId>de.rub.nds</groupId> <artifactId>modifiable-variable</artifactId> <version>4.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.rub.nds</groupId> <artifactId>protocol-attacker</artifactId> <version>1.1.2</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>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.12.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.23.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.23.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> </dependencies> </project>