zoukankan      html  css  js  c++  java
  • 自己写的一个小的扫描工具

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

    各版本下载:

    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.../////
    //////////////////////////////

  • 相关阅读:
    js排序算法01——冒泡排序
    Math Issues
    2017年终总结
    js中的真值和假值
    element UI 中DateTimePicker 回传时间选择
    Equal Sides Of An Array
    javascript数组总结(0504)
    ajax生成html双引号问题
    关于php ci框架ie浏览器路径问题
    ie提示jquer缺少标识符,字符串或数字
  • 原文地址:https://www.cnblogs.com/sixiweb/p/ScanPort.html
Copyright © 2011-2022 走看看