各位好,请教个问题.我想用批处理调用一个FTP扫描器,这个扫描器是在CMD下运行的,运行方式:
Microsoft Windows XP
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>cd\
C:\>ftpscan.exe
回车后进入:
FtpScan v1.0 - Command Line Ftp Accounts Scanner
by uhhuhy (Aug 1,2002) -
http://uhhuh.myetang.com
Use it with your own responsibility!
Usage: ftpscan.exe <startIP-endIP>
Example: ftpscan.exe 10.0.0.1-10.0.0.254 200
C:\>
我想把参数写进去.
ftpscan.exe 192.168.0.1-192.168.255.255 200
程序这样写行吗? 后面的参数应该如何写入?麻烦各位指导下.谢谢.
@echo off
echo 准备开始FTP弱口令扫描
start /B ftpscan.exe
pause
Last edited by dcxc8888 on 2008-4-30 at 08:19 PM ]