P-Gen is a Python-based tool for generating password lists based on provided information about the target. It can help security professionals and ethical hackers to create custom password lists for password cracking and security testing.
[>] Useful keywords such as relative , favorite things (separated by comma): aas
Traceback (most recent call last):
File "c:\Users\wiret\Downloads\P-Gen-main\P-Gen-main\P-Gen.py", line 564, in
for password in passwords:
^^^^^^^^^
NameError: name 'passwords' is not defined
This was an issue with the indentation on the line 577
passwords = common_pwds + additional_passwords
please check with the latest push and let me know if it works
[>] Useful keywords such as relative , favorite things (separated by comma): aas Traceback (most recent call last): File "c:\Users\wiret\Downloads\P-Gen-main\P-Gen-main\P-Gen.py", line 564, in
for password in passwords:
^^^^^^^^^
NameError: name 'passwords' is not defined