Skip to content

Commit

Permalink
Update revert log message in Azure disk exfiltration attack technique (
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jan 30, 2023
1 parent f969b77 commit c76e8d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func revert(params map[string]string) error {
return errors.New("unable to instantiate Azure disks client: " + err.Error())
}

log.Println("Creating Shared Access Secret (SAS) URL for disk " + diskName)
log.Println("Revoking Shared Access Secret (SAS) URL for disk " + diskName)

revokeTask, err := disksClient.BeginRevokeAccess(context.Background(), params["resource_group_name"], diskName, nil)
if err != nil {
Expand Down

0 comments on commit c76e8d9

Please sign in to comment.