Skip to content

Commit

Permalink
Merge pull request #95 from microsoft/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
bill-long authored Mar 6, 2021
2 parents beb8bec + aa373d8 commit 096fc05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Security/Test-ProxyLogon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Examples
#
# Check the local Exchange server only and save the report:
# .\Test-ProxyLogon.ps1 -OutputPath $home\desktop\logs
# .\Test-ProxyLogon.ps1 -OutPath $home\desktop\logs
#
# Check all Exchange servers and save the reports:
# Get-ExchangeServer | .\Test-ProxyLogon.ps1 -OutputPath $home\desktop\logs
# Get-ExchangeServer | .\Test-ProxyLogon.ps1 -OutPath $home\desktop\logs
#
# Check all Exchange servers, but only display the results, don't save them:
# Get-ExchangeServer | .\Test-ProxyLogon.ps1
Expand Down
4 changes: 2 additions & 2 deletions Security/http-vuln-cve2021-26855.nse
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local string = require "string"
-- | State: VULNERABLE
-- | IDs: CVE:CVE-2021-26855
-- |
-- | Disclosure date: 2021-03-09
-- | Disclosure date: 2021-03-02
-- | References:
-- | http://aka.ms/exchangevulns
--
Expand All @@ -47,7 +47,7 @@ Exchange 2013 Versions < 15.00.1497.012, Exchange 2016 CU18 < 15.01.2106.013, Ex
'http://aka.ms/exchangevulns'
},
dates = {
disclosure = { year = '2021', month = '03', day = '09' }
disclosure = { year = '2021', month = '03', day = '02' }
}
}

Expand Down

0 comments on commit 096fc05

Please sign in to comment.