Merge pull request #55 from pranavjoy/master

Fixed typo "Foreing" to "Foreign"
This commit is contained in:
Carlos Polop
2020-08-14 21:09:26 +01:00
committed by GitHub

View File

@@ -182,7 +182,7 @@ namespace winPEAS
try
{
var props = IPGlobalProperties.GetIPGlobalProperties();
results.Add(new List<string>() { "Proto", "Local Address", "Foreing Address", "State" });
results.Add(new List<string>() { "Proto", "Local Address", "Foreign Address", "State" });
//foreach (var conn in props.GetActiveTcpConnections())
// results.Add(new List<string>() { "TCP", conn.LocalEndPoint.ToString(), conn.RemoteEndPoint.ToString(), conn.State.ToString() });