pannagkumaar / P-Gen

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.
GNU General Public License v3.0
1 stars 0 forks source link

Line 564 #1

Open SamC-WireT opened 1 month ago

SamC-WireT commented 1 month ago

[>] 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

pannagkumaar commented 1 month ago

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