Skip to content

Fix weak password checks not running in scan mode#138

Open
tera-si wants to merge 1 commit into
ticarpi:masterfrom
tera-si:fix-weak-pass-loop
Open

Fix weak password checks not running in scan mode#138
tera-si wants to merge 1 commit into
ticarpi:masterfrom
tera-si:fix-weak-pass-loop

Conversation

@tera-si
Copy link
Copy Markdown

@tera-si tera-si commented Feb 2, 2026

After commit #110, the password list starts with an empty line. This causes the while commonPass: check to be evaluated false, skipping the weak password loop in the automated scans.

This fixes that by changing the while-loop to a for-loop.

@khenissimehdi
Copy link
Copy Markdown

Hello any update here seems important

Copy link
Copy Markdown

@khenissimehdi khenissimehdi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing the added code on my side the checks are now running as they should be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants