Skip to content

Commit a4ad044

Browse files
committed
Update README.
1 parent 3ce7d3c commit a4ad044

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Functions/Get-EternalBlueVulnerabilityStatistics.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.ExternalModuleDependencies
1414
NetTCPIP
1515
.ReleaseNotes
16-
Refactor of Test-WannaCryVulnerability, uses a CIM Session to gather data, rather then multipule WMI calls.
16+
Refactor of Test-WannaCryVulnerability, uses a CIM Session to gather data, rather then multiple WMI calls.
1717
1818
#>
1919

@@ -22,7 +22,7 @@
2222
.Synopsis
2323
Gets EternalBlue vulnerability information.
2424
.Description
25-
Test for applicable patches to prevent the WannaCry malware. Tests for SMB1 protocol and component.
25+
Test for applicable patches to prevent the WannaCry/WannaCrypt malware. Tests for the SMB1 protocol and component.
2626
.Inputs
2727
System.String
2828
Microsoft.Management.Infrastructure.CimSession

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ MyComputer Default-First-Site
7474

7575
---
7676

77-
### Get-EternalBlueVulnerabilityInformation
78-
Test for applicable patches to prevent the WannaCry malware. Tests for SMB1 protocol and component.
77+
### Get-EternalBlueVulnerabilityStatistics
78+
Test for applicable patches to prevent the WannaCry/WannaCrypt malware. Tests for the SMB1 protocol and component.
7979

8080
```
8181
PS C:\> Get-EternalBlueVulnerabilityStatistics

0 commit comments

Comments
 (0)