PassGen icon indicating copy to clipboard operation
PassGen copied to clipboard

A targeted password brute force tool

Results 8 PassGen issues
Sort by recently updated
recently updated
newest added

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. ![2019-07-30-011644_1366x768_scrot](https://user-images.githubusercontent.com/39359593/62077496-d36ca880-b267-11e9-9e05-5b1532c211f0.png)

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...