owasp-api-security-suite
v1.0.0
Published
Automated OWASP API Security Test Suite (2023) for Node.js APIs.
Readme
OWASP API Security Suite
Automated OWASP API Security Test Suite (2023) for Node.js APIs.
Features
- Runs all OWASP API Top 10 tests (2023)
- Centralized configuration via
test-config.js - Evidence and results saved as JSON files
- Easy to extend and customize
Usage
- Install dependencies:
npm install - Configure your API endpoints and test parameters in
test-config.js. - Run the full suite:
npm test - Review results in the
results/folder.
API
You can also import and run individual tests:
import { runAllTests } from "owasp-api-security-suite";
runAllTests();License
MIT
