-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
The "scoutsuite" feature of Infection Monkey doesn't fit Infection Monkey's mission very well. It roughly doubles the size of agent binaries and adds significant complexity without contributing enough value to Infection Monkey's story.
Remove the ScoutSuite feature:
- Remove ScoutSuite consts in common - @shreyamalviya
- Remove ScoutSuite collector in monkey @mssalvatore
- Remove ScoutSuite database models @mssalvatore
- Remove ScoutSuite tutorial/run options in the UI - @shreyamalviya
- Remove ScoutSuite findings from ZT report - @shreyamalviya
- Remove ScoutSuite telemetry @mssalvatore
- Remove ScoutSuite dependency - @shreyamalviya
- Remove ScoutSuite unit tests - @shreyamalviya
- Remove documentation related to ScoutSuite @mssalvatore
- Test AWS cloud run, test run on island in AWS (0d) - @shreyamalviya
- Make sure agent binaries build properly and do not contain scoutsuite dependencies (check file size)
- Update release test template (0d) @mssalvatore