https://github.com/5gsec/api-speculator
https://github.com/5gsec/api-speculator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/5gsec/api-speculator
- Owner: 5GSEC
- License: apache-2.0
- Created: 2025-01-07T14:10:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-13T05:35:08.000Z (10 months ago)
- Last Synced: 2025-08-13T07:06:44.814Z (10 months ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api-speculator
```shell
$ ./speculator -h
speculator helps you to secure your APIs by identifying shadow and zombie APIs.
By analyzing API traffic in conjunction with your API specifications (e.g., OpenAPI, Swagger), speculator can detect:
* Shadow APIs: Endpoints that are implemented and functional but not documented in your API specification.
* Zombie APIs: Endpoints that are deprecated or abandoned in your API specification but they are still in use.
Usage:
speculator [flags]
Flags:
--config string config file path
--debug run in debug mode
-h, --help help for speculator
```