mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
Refactor: Remove unused is_https_request function and related comments; clean up test_login function by removing unnecessary password list
This commit is contained in:
@@ -32,8 +32,6 @@ def get_login_password():
|
||||
# SHA256 hash of "password" - the default test password (from index.php)
|
||||
DEFAULT_PASSWORD_HASH = '8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92'
|
||||
|
||||
# List of passwords to try in order
|
||||
passwords_to_try = ["123456", "password", "test", "admin"]
|
||||
|
||||
# Try common config file locations
|
||||
config_paths = [
|
||||
|
||||
Reference in New Issue
Block a user