Generate a password dictionary file using batch processing

Source: Internet
Author: User

CLS & @ echo off & Color 0a & Title password dictionary generation simple tool made by Han Xuan snow print

: Input
CLS & mode con Cols = 62 lines = 30 & Color 74
Echo ■
Echo password dictionary generation P-D-TOOL
Echo ----------------------------------------------------
Echo 1: dictionary generation tool 2: About this tool
Echo ■
Set/P in = select the operation code:
Set in = % in :~ 0, 1%
If # % in % = #1 goto Sheng
If # % in % = #2 goto readme
Echo entered an error parameter. Please try again.
Goto Input

: Sheng
CLS
For Echo, enter the possible characters in the password dictionary (separate each character with spaces)
Set/P n = (1 k a B 8 ):
For Echo, enter the number of dictionary digits of the generated password (at least four digits, otherwise it will be boring)
Set/P z = (for example, 8 ):

If % Z % gtr 10 (goto Yun
) Else (
Goto % Z %)

: 4
CLS
Please wait patiently for Echo. It will not be very big!
For % A in (% N %) Do (
For % B in (% N %) Do (
For % C in (% N %) Do (
For % d in (% N %) Do (
Echo % A % B % C % d> 4-bit password dictionary. txt
))))
Echo password dictionary generation is complete! & Ping-N 3 127.0.0.1> NUL
Goto Input

: 5
CLS
Please wait patiently for Echo. It will not be very big!
For % A in (% N %) Do (
For % B in (% N %) Do (
For % C in (% N %) Do (
For % d in (% N %) Do (
For % E in (% N %) Do (
Echo % A % B % C % d % E> 5-bit password dictionary. txt
)))))
Echo password dictionary generation is complete! & Ping-N 3 127.0.0.1> NUL
Goto Input

: 6
CLS
Please wait patiently for Echo. It will take some time!
For % A in (% N %) Do (
For % B in (% N %) Do (
For % C in (% N %) Do (
For % d in (% N %) Do (
For % E in (% N %) Do (
For % F in (% N %) Do (
Echo % A % B % C % d % E % F> 6-bit password dictionary. txt
))))))
Echo password dictionary generation is complete! & Ping-N 3 127.0.0.1> NUL
Goto Input

: 7
CLS
Please wait patiently for Echo. It will take some time!
For % A in (% N %) Do (
For % B in (% N %) Do (
For % C in (% N %) Do (
For % d in (% N %) Do (
For % E in (% N %) Do (
For % F in (% N %) Do (
For % G in (% N %) Do (
Echo % A % B % C % d % E % F % G> 7-bit password dictionary. txt
)))))))
Echo password dictionary generation is complete! & Ping-N 3 127.0.0.1> NUL
Goto Input

: 8
CLS
Please wait patiently for Echo. It may take a long time!
For % A in (% N %) Do (
For % B in (% N %) Do (
For % C in (% N %) Do (
For % d in (% N %) Do (
For % E in (% N %) Do (
For % F in (% N %) Do (
For % G in (% N %) Do (
For % H in (% N %) Do (
Echo % A % B % C % d % E % F % G % H> 8-bit password dictionary .txt
))))))))
Echo password dictionary generation is complete! & Ping-N 3 127.0.0.1> NUL
Goto Input

: 9
CLS
Please be patient and wait for a long time. It may be difficult to use echo for brute force cracking!
For % A in (% N %) Do (
For % B in (% N %) Do (
For % C in (% N %) Do (
For % d in (% N %) Do (
For % E in (% N %) Do (
For % F in (% N %) Do (
For % G in (% N %) Do (
For % H in (% N %) Do (
For % I in (% N %) Do (
Echo % A % B % C % d % E % F % G % H % I> 9-bit password dictionary .txt
)))))))))
Echo password dictionary generation is complete! & Ping-N 3 127.0.0.1> NUL
Goto Input

: 10
CLS
Please wait patiently for Echo. It takes a long time to crack the brute force attack!
For % A in (% N %) Do (
For % B in (% N %) Do (
For % C in (% N %) Do (
For % d in (% N %) Do (
For % E in (% N %) Do (
For % F in (% N %) Do (
For % G in (% N %) Do (
For % H in (% N %) Do (
For % I in (% N %) Do (
For % J in (% N %) Do (
Echo % A % B % C % d % E % F % G % H % I % j> 10-bit password dictionary. txt
))))))))))
The echo password dictionary is generated! & Ping-N 3 127.0.0.1> NUL
Goto Input

: Yun
CLS
Echo.
The brute-force cracking by ECHO is not exhausting you, and I am also exhausted! I don't want to do this! Don't be stupid, too! Byebye!
Ping-N 4 127.0.0.1> NUL
Goto Input

: Readme
CLS
Echo.
Echo ===================================================== ========================
Echo === about the current employee ===
Echo ===================================================== ========================
Echo === the generation efficiency of this tool is not high, if you need to use the password dictionary ===
Echo === this tool can be used for temporary replacement, but we hope you will not use brute force cracking ===
Echo = What is the password? I have nothing to do with anything. I am purely for fun! ===
Echo ======
Echo === Han Xuan printing ====
Echo ===================================================== ========================
Ping-N 9 127.0.0.1> NUL
Goto Input

This tool is not very efficient and can only be used as a temporary replacement. I hope it can be improved. I changed it according to the requirements of the reply Jiahua friends.

Layout, so you can see it clearly! You may have to change the alignment when copying and saving it!
 
 
 
 

 
 

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.