X

X509Attacker

X.509-Attacker is a tool based on ASN.1 Tool for creating arbitrary certificates; including especially invalid and malformed certificates. Since X.509 certificates encode their contents in ASN.1, this tool extends the features of ASN.1 Tool in terms of certificate signing. Also, X.509-Attacker introduces a feature of referencing XML elements in order to avoid redundancies when defining certificates in XML.
https://github.com/RUB-NDS/X509-Attacker
Apache License, Version 2.0
Nils Kafka
文件下载
文件名 操作
X509Attacker-1.2.0.jar 下载
X509Attacker-1.2.0.pom 下载
X509Attacker-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.rub.nds</groupId>
  <artifactId>X509Attacker</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'de.rub.nds:X509Attacker:1.2.0'
Gradle Kotlin
implementation("de.rub.nds:X509Attacker:1.2.0")
Scala SBT
libraryDependencies += "de.rub.nds" % "X509Attacker" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='de.rub.nds', module='X509Attacker', version='1.2.0')
)
Apache Ivy
<dependency org="de.rub.nds" name="X509Attacker" rev="1.2.0" />
Leiningen
[de.rub.nds/X509Attacker "1.2.0"]
Apache Buildr
'de.rub.nds:X509Attacker:jar:1.2.0'