|
作者: jimy2000 [jimy2000] 论坛用户 | 登录 |
//================以下是cc.bat的内容================== @echo off set /a a=%1 if {%1} == {} goto readme set /a b=%2 if {%2} == {} goto readme set /a c=%3 if {%3} == {} goto readme set /a d=%4 if {%4} == {} goto readme set /a e=%5 set /a f=%6 set /a g=%7 if {%7} == {} ( set /a g=255 ) set /a h=%8 if {%8} == {} ( set /a h=255 ) set /a m=%9 if {%9} == {} ( set /a m=255 ) shift set /a n=%9 if {%9} == {} ( set /a n=255 ) :start if %g% LSS %a% goto error if %a% GTR 255 goto error if %b% GTR 255 goto error if %c% GTR 255 goto error if %d% GTR 255 goto error net use \\%a%.%b%.%c%.%d%\ipc$ "%f%" /user:"%e%" >>scan.txt if errorlevel 1 goto end echo %a%.%b%.%c%.%d% >>scan.txt time /t >>scan.txt net use \\%a%.%b%.%c%.%d%\ipc$ /del /y :end if %g% GTR %a% goto continue if %h% GTR %b% goto continue if %m% GTR %c% goto continue if %n% LEQ %d% goto error :continue set /a d=%d%+1 if %d% GTR 255 ( set /a d=0 set /a c=%c%+1 ) if %c% GTR 255 ( set /a c=0 set /a b=%b%+1 ) if %b% GTR 255 ( set /a b=0 set /a a=%a%+1 ) goto start :error echo no ip serch! goto endl :readme echo. echo ================================================================ echo 用法 echo 程序 开始 ip 1 2 3 4 user 5 password 6 结束ip 7 8 9 10 echo scan.bat [%1] [%2] [%3] [%4] [%5] [%6] [%7] [%8] [%9] [%10] echo. echo 如 scan.bat 192 168 0 1 administrator administrator echo. echo 如果5 6 (为空是务必写2个圆括号) echo 如 scan 192 168 0 33 () () 192 168 0 35 echo 将被看作是空连接 结束ip7 8 9 10不填 默认255 255 255 255 echo. echo 得到的ip地址将存在本目录的scan.txt里 echo. echo 此程序的好处是可以配合其他工具使用 echo echo. echo ================================================================ :endl |
地主 发表时间: 03-12-29 00:38 |
|
20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon
粤ICP备05087286号