redcanaryco / surveyor

A cross-platform baselining, threat hunting, and attack surface analysis tool for security teams.
MIT License
169 stars 59 forks source link

[FR] Make Credential File Optional #121

Closed rc-csmith closed 1 year ago

rc-csmith commented 1 year ago

Which category is the feature part of?

Which product is the feature part of?

Use Cases

Proposal

Remove requirement to have a credential file to process access tokens. Users should also be able to provide credentials programmatically (e.g. integrating surveyor features into another tool that already has the credentials in memory) or via environment variables.

Additional Context

One edge case I feel that should be avoided, due to security, is allowing users to define credentials in the command line.