Skip to content

ASTF v2.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 22:01
· 12 commits to main since this release
f3bc614

OWASP API Security Testing Framework v2.0.1

Quick Start

# Download the JAR from Assets below, then:
java -jar astf-v2.0.1.jar -u https://api.example.com -f HTML -o results.html -v

Requirements

  • Java 21+

What's included

  • 16 security test cases — full OWASP API Security Top 10 2023 + GraphQL, gRPC, mutual TLS, LLM prompt injection, general SQL/NoSQL injection, and ReDoS
  • Cross-user authorization testing (--secondary-token) for BOLA, mutual TLS client-certificate validation
  • Output formats: JSON, HTML, SARIF, XML
  • Auto endpoint discovery
  • 350 passing unit tests

See the README
and docs/
for full documentation.

What's Changed

Full Changelog: v2.0.0...v2.0.1