Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: Online Port Scanner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 module that show what ports are most often found open. How many tests that has been completed and when test last was completed. I would like the provider to include a nice graphics like the one over at security.symantec.com that has an animated computer being scanned. Something that makes the test looks nice.

The result from the test will be AJAX enabled so that when scanner is done with one port it moves to next and the result from previous port is displayed in a data grid. No auto refresh of page itself.
Each port that we add to control panel (ports to be scanned) will also have a description field. This will permit us to add text that can explain to user the ups and downs with having this port exposed and also to give advice regarding what the user should do. The result page will have in data grid an icon looking like an I (i for information) that will when clicked show the text from description as a popup or similar.

All data input or output must be done using Stored Procedures at the SQL server.