Hey Folks, in this tutorial we are going to talk with you about a password spraying tool, called a “spraygen“. Spraygen is an password list generator that generates permutations of months, seasons, years, aports tams (NFL, NBA, MLB, NHL), sports scores, “password”, and even Iterable Keyspaces of a specified size. By uses of this tool users can extend the attributes and separators using comma delimited lists of characters.
Let’s take a look 🙂 !!
So folks, we have to install this tool in our system first to operate it, but don’t worry that we have already tested in our system and we will give you only selected commands using which you can easily install this tool.
git clone https://github.com/3ndG4me/spraygen.git
cd spraygen/
pip3 install -r requirements.txt
Done 🙂 !! As you have seen how easily we have installed this tool in your system. Now we can use the help command to check the use of the commands.
python3 spraygen.py -h
In our first attempt, we will create a word list with multiple separators. All you need to do is just give the different-2 separators that you want to keep in your wordlist, but make sure that all separators must be separated by commas. After that the “-t” parameter is used in the command to describe what kind of wordlist we want to create.
Usage 🙂 !! python3 spraygen.py –mode < choose > -s “< add separators >” –type < choose > -o < output >
python3 spraygen.py --mode custom -s ".,_" -a "!,!!,#,##,1,123,1234" --type password -o word.txt
HMMMM 🙂 !! As you can see it has completed the process of making the wordlist within just 5 seconds. Impressive 🙂
Great 🙂 !! As we had chosen that we need a password list, it has created a wordlist containing the passwords and separators we have given.
Now this time we will create a wordlist with its “quick mode” feature. Now you will see how much difference comes out in term of wordlist creation.
Usage 🙂 !! python3 spraygen.py –mode < choose > -s “< add separators >” –type < choose > -o < output >
python3 spraygen.py --mode quick -s ".,_" -a "!,!!,#,##,1,123,1234" --type password -o word.txt
Insane 🙂 !! We have got incredible results as you can see in the image below that the wordlist has been created within just 0.6 seconds which is an aggressive speed ever.
In addition, this tool also allows us to add additional words to our final wordlist. All you need to do is create a wordlist according to yourself and then embed it into the command using the “-w” parameter.
Usage 🙂 !! python3 spraygen.py –mode < choose > -s “< add separators >” –type < choose > -w < location of wordlist > -o < output >
python3 spraygen.py --mode custom -s ".,_" -a "!,!!,#,##,1,123,1234" --type custom -w wordlist.txt -o spray_list.txt
Done 🙂 !! After adding everything just execute the command and you will get the results as per you.
COOL 🙂 !! Not only this, this tool has more interesting features which we will try to include in our upcoming articles.
A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.
The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…
Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…
Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…
Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…
Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…
Hey Folks, we are back today after such a long break, but don't worry we…
This website uses cookies.