Skip to content

Commit

Permalink
Update Update-ToolkitMetadata.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Dec 11, 2024
1 parent ef1ff24 commit 76503aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update-ToolkitMetadata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Get-ChildItem -Path $WorkFolder -Include $executableExtensions -Recurse -File -D
$vtReport = "https://www.virustotal.com/gui/file/$hash"
$metadata.ExecutableFiles += [PSCustomObject]@{Alg = $alg; Hash = $hash; FileName = $fName; VirusTotalScanReportURL = $vtReport }
}
$metadata | ConvertTo-Json -Compress -Depth 100 | Out-File -FilePath $MetadataFile -Encoding "utf8"
Write-Host "[+] File updated." -ForegroundColor Yellow
$metadata | ConvertTo-Json -Depth 100 | Out-File -FilePath $MetadataFile -Encoding "utf8"
Write-Host "[+] File updated." -ForegroundColor Yellow

0 comments on commit 76503aa

Please sign in to comment.