Skip to content

Commit

Permalink
Fix max duration parameter of RolesAnywhere attack technique (closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Mar 8, 2023
1 parent c098e26 commit c6e1f68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func detonate(params map[string]string, providers stratus.CloudProviders) error
Name: aws.String(profileName),
RoleArns: []string{roleArn},
Enabled: aws.Bool(true),
DurationSeconds: aws.Int32(3600 * 12),
DurationSeconds: aws.Int32(3600),
Tags: tags,
})
if err != nil {
Expand Down

0 comments on commit c6e1f68

Please sign in to comment.