--- layout: page title: Modules permalink: /modules ---

Modules

Attacks, targets, and benchmarks

Every module is an independently installable package that plugs into the framework, and any combination can be run together: any attacker against any target, scored by any claim.

Attackers {{ site.data.modules.optimizers | size }} optimizers

{% for m in site.data.modules.optimizers %} {% endfor %}
{{ m.name }}{{ m.blurb }}{% if m.tag %} {{ m.tag }}{% endif %}

Targets {{ site.data.modules.targets | size }} systems under test

{% for m in site.data.modules.targets %} {% endfor %}
{{ m.name }}{{ m.blurb }}{% if m.tag %} {{ m.tag }}{% endif %}

Security claims {{ site.data.modules.security_claims | size }} benchmarks

{% for m in site.data.modules.security_claims %} {% endfor %}
{{ m.name }}{{ m.blurb }}{% if m.tag %} {{ m.tag }}{% endif %}

Built your own attack, target, or benchmark on Superred? Reach out to have your implementation featured here.