Online Port Scanner
Online Port Scanner is a web user control in C# NET 2. The web user control will later be placed within an ASP.NET page. The purpose of the control is to offer admin a control panel where he can add port like http 80, FTP 21 and so on. Next will be to offer user a form where he/she can start a scan towards own firewall or computer. The purpose of the test is to display ports that are open or exposed to threats.
The port scanner will also have a statistics m....