Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
100prznt committed Jul 26, 2024
1 parent aab066e commit d79dc61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NetworkScanner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ public static void Main(string[] args)

Console.WriteLine();
Console.WriteLine("Finished in {0}. Found {1} active IP-addresses.", watch.Elapsed.ToString(), m_Result);
Console.WriteLine();
Console.WriteLine("You found the IP addresses and host names in the file:");
Console.WriteLine("{0}\\result.csv", Environment.CurrentDirectory);
Console.ReadKey();

}
Expand Down

0 comments on commit d79dc61

Please sign in to comment.