Compare commits

...

3 commits

Author SHA1 Message Date
Thibault "bui" Koechlin 9a0d13c3c6
Merge branch 'master' into enable_context_in_console 2024-01-15 11:16:30 +01:00
Thibault "bui" Koechlin 62e938add0
Merge branch 'master' into enable_context_in_console 2024-01-03 13:05:29 +01:00
bui dd8f2e3400 enable context sending when you enroll into the console 2024-01-02 17:33:02 +01:00

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
}