mirror of
https://github.com/carlospolop/PEASS-ng
synced 2025-02-17 21:41:25 +01:00
Fixed typo "Foreing" to "Foreign"
This commit is contained in:
parent
1523bb1381
commit
c734bf340f
@ -182,7 +182,7 @@ namespace winPEAS
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var props = IPGlobalProperties.GetIPGlobalProperties();
|
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())
|
//foreach (var conn in props.GetActiveTcpConnections())
|
||||||
// results.Add(new List<string>() { "TCP", conn.LocalEndPoint.ToString(), conn.RemoteEndPoint.ToString(), conn.State.ToString() });
|
// results.Add(new List<string>() { "TCP", conn.LocalEndPoint.ToString(), conn.RemoteEndPoint.ToString(), conn.State.ToString() });
|
||||||
|
Loading…
Reference in New Issue
Block a user