Skip to content

Equation-Tracker/PyPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PyPass

This is a Wordlist generator for Dictionary attacks or brute force attack.

Hello PyPass users.

I hope you are trying for a tool that can generate passwords for Dictionary attack or Brute force attack. Then this tool is for you. By using this tool you can generate all type of Passwords. You can even use specific characters, password length and file path and name.

To use this tool first you have to run these commands.

pkg install python

pip install termcolor

git clone https://github.com/Equation-Tracker/PyPass/

cd Passlist

python PyPass.py

However, if you want to use this in python compiler then download the full folder from github. Then open this in your Python compiler Then run the PyPass.py file. You can use this command in terminal:

python PyPass.py

After Running this command you have to enter the characters that you want to use. Or you can enter 'All' which means you want to use all these characters below: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!"#$%&'()*+,-./:;<=>?@[]^_`{|}~

Then you have to enter the minimum and maximum password length. Finally, enter the path of your file (including name and extension). Use \ to specify directory for example, "D:\File\wordlist.txt"

About

This is a Wordlist generator for Dictionary attacks or brute force attack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages