Skip to content

Commit

Permalink
Merge pull request #67 from microsoft/bilong-haf
Browse files Browse the repository at this point in the history
Save more attributes from HttpProxy
  • Loading branch information
bill-long authored Mar 5, 2021
2 parents 3ec968f + ab5e3dd commit cc0888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Security/Test-Hafnium.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Get-26855() {
if (Test-Path "$PSScriptRoot\CVE-2021-26855.log") {
Remove-Item $PSScriptRoot\CVE-2021-26855.log -Force
}
$allResults | Select-Object DateTime, AnchorMailbox | Export-Csv $PSScriptRoot\CVE-2021-26855.log
$allResults | Select-Object DateTime, RequestId, ClientIPAddress, UrlHost, UrlStem, RoutingHint, UserAgent, AnchorMailbox, HttpStatus | Export-Csv $PSScriptRoot\CVE-2021-26855.log
} else {
Write-Host "No suspicious entries found." -ForegroundColor Green
}
Expand Down

0 comments on commit cc0888b

Please sign in to comment.