PassGen
PassGen copied to clipboard
A targeted password brute force tool
I am trying to create a password list that appends numbers to each word in the full password list. When looping the results of the full password list, passgen.py is...
Hello every time i run the script with the -f option, it is getting killed. can it handle only smaller length passwords?
If a user runs the same passgen.py with different tags and names, I want new tag -a to be made that appends new passwords to the output.txt instead of clearing...
Ran Successfully. Also added the -a description in the Readme.md. 
error
python passgen.py -o outputFile.txt smith Traceback (most recent call last): File "passgen.py", line 5, in import pyperclip ImportError: No module named pyperclip
I'm getting the following error "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? " I'm not sure it could be an installation issue. Could you provide a...
File "/home/kali/PassGen/passgen.py", line 14 print password ^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Hello, During my work i managed to update the code to work with Python 3. I know this is probably not supported, but in case anyone found this and wanted...