You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Get-WiFiKnownPasswords function in this module is causing false positives in various malicious file scanners and antivirus tools. This results in the module being flagged as malicious when scanned.
Proposal
Since this function is not critical to the overall functionality of the module, I propose removing the Get-WiFiKnownPasswords function entirely. Removing it should prevent these false positive detections.
Impact
Removing this function will likely resolve the false positive issue without significantly affecting the utility of the PowerShell functions module.