enable context sending when you enroll into the console

This commit is contained in:
bui 2024-01-02 17:33:02 +01:00
parent b6f272d09a
commit dd8f2e3400

View file

@ -100,7 +100,7 @@ After running this command your will need to validate the enrollment in the weba
return nil
}
if err := SetConsoleOpts([]string{csconfig.SEND_MANUAL_SCENARIOS, csconfig.SEND_TAINTED_SCENARIOS}, true); err != nil {
if err := SetConsoleOpts([]string{csconfig.SEND_MANUAL_SCENARIOS, csconfig.SEND_TAINTED_SCENARIOS, csconfig.SEND_CONTEXT}, true); err != nil {
return err
}