redcanaryco / surveyor

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

Make Credential File Optional #125

Closed TreWilkinsRC closed 11 months ago

TreWilkinsRC commented 1 year ago

Changes

closes #121 closes #128

TreWilkinsRC commented 12 months ago

Explaining S1 changes/updates:

@xC0uNt3r7hr34t Noted in #129 that there were unnecessary changes made to the pagination within S1, which should never have been altered. To address this bug and maintain limits in accordance with the S1 console and documentation, the pagination limit has been reset to 1000, which was the setting prior to the limit feature being introduced into Surveyor. The limits for Deep Visibility and Power Query have been maintained at 20000 and 1000, respectively. These values are updated in the request parameters, which is the only value that should have been changed.

Testing passed for in and out of bounds ranges for each mode.