Skip to content

P0lyn0m1c0n is a tool that aims to generate custom wordlists according to the target to be used in password attacks during penetration testing exercises.

License

Notifications You must be signed in to change notification settings

rootripper/P0lyn0m1c0n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

P0lyn0m1c0n

P0lyn0m1c0n is a bash scripting tool that aims to generate custom target wordlists to be used in password attacks during penetration testing exercises. To generate these wordlists, the tool uses the name of the target and performs multiple combinations of this word, adding elements such as common password words, dates, and numeric characters.

The password combinations and/or patterns used in this tool are based on my experience as a penetration tester and the password patterns I have found throughout my career.

P0lyn0m1c0n uses a base dictionary "basedic.txt" that contains a list of words to be used during password pattern generation. Currently this dictionary contains words that I personally recommend in password attacks where your target is a Spanish speaker. Feel free to edit this dictionary according to your needs, so if your target likes raccoons, add raccoons to this dictionary and so on.

Mainly but not limited to, I recommend using these wordlists in WPA-2 password attacks.

Dependencies

P0lyn0m1c0n requires sponge installed on our computer and sponge is a utility that is not installed by default on some distributions.

If we do not have sponge installed, we will install moreutils:

└─# apt-get install moreutils

Run P0lyn0m1c0n

To run P0lyn0m1c0n, simply run the script on your Linux terminal and provide the name of your target, then a .txt file will be generated in the current directory called P0lyn0m1c0n_{target}.txt containing your custom wordlist.

image

Some examples of generated passwords are shown below:

image

About

P0lyn0m1c0n is a tool that aims to generate custom wordlists according to the target to be used in password attacks during penetration testing exercises.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages