-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathCITATION.cff
More file actions
22 lines (22 loc) · 790 Bytes
/
Copy pathCITATION.cff
File metadata and controls
22 lines (22 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cff-version: 1.2.0
message: "If you use this project, please cite it."
title: "AuthProbe: An OpenAPI-driven, multi-identity BOLA/IDOR authorization scanner"
abstract: >-
A defensive security-testing tool that detects Broken Object Level
Authorization (BOLA/IDOR) in APIs by logging in as multiple controlled
identities, enumerating objects, and diffing responses to reveal
cross-identity access. Purpose-built for the multi-tenant, high-PII reality of
recruitment platforms and designed for CI/CD gating.
authors:
- family-names: "Barach"
given-names: "Jay"
version: 1.0.0
license: Apache-2.0
repository-code: "https://github.com/jbarach2012/AuthProbe"
keywords:
- BOLA
- IDOR
- API security
- authorization testing
- OWASP API Security
- recruitment technology