noir

Static analysis tool that detects endpoints and maps attack surface

brewmacoslinux
Try with needOr install directly
Source

About

Attack surface detector that identifies endpoints by static analysis

Commands

noir

Examples

Scan a single file for endpoints$ noir -f /path/to/file.js
Scan entire directory recursively$ noir -d /path/to/project
Scan with JSON output for integration$ noir -d /path/to/project -o json