自己写的一个小的扫描工具

今天写的一个小的端口扫描工具。可扫描是否已开启某端口。

各版本下载:

1.1:https://files.cnblogs.com/sixiweb/ScanPort_1.1_Release.rar

1.0:点此下载https://files.cnblogs.com/sixiweb/ScanPort_1.1_Release.rar

使用:

下载后解压。

进入cmd,转移当前目录至刚才解压的那个目录。输入ScanPort 起始IP地址 终止IP地址 要扫描的端口号 然后回车即可 。

注意:“ScanPort 起始IP地址 终止IP地址 要扫描的端口号”这些中间都有空格。

目前未做跨网段扫描测试。

这个程序是运行在windows系统下的扫描工具。是用c#2.0开发的,所以需要你的电脑有.Netframwork2.0及以上版本。
Vista及以上版本已经集成,其他版本的操作系统需要用户自行到添加删除程序中去检查。
作者:sixi
Blog:http://sixi.tk
更新记录:
What's new:
/*---------------------------------------------------------------
*1.1版更新了扫描工具不能跨网段的问题。但是
*会导致多扫描一个网段。正在努力解决。
*-----------------------------------------------------------------
*/



---------------------------------------------------------------
This program is code by c#2.0,nead .Net framwork 2.0,only can run in windows os.
use under command line.
How to use?
Very easy.Just enter Command line in your computer:click "start",then "run" then input "cmd" in the form that poped.
then go to this program's directory,just like "cd d:\ScanPort\".Then type"ScanPort 192.168.0.1 192.168.0.254 80" in the cmd form.
Then you can see the result of this scan job.
ps:
You can find the logs in the program's directory,this files is recode the success connect of the scan result. 

////////////////////////////////
////////Sixi. Let it be.../////
//////////////////////////////

原文地址:https://www.cnblogs.com/sixiweb/p/ScanPort.html