We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0dcf0 commit 57f35d4Copy full SHA for 57f35d4
1 file changed
nxc/protocols/smb.py
@@ -1637,7 +1637,7 @@ def dpapi(self):
1637
credential.url,
1638
)
1639
1640
- if not (credentials and system_credentials and browser_credentials and cookies and vaults and firefox_credentials):
+ if not (credentials or system_credentials or browser_credentials or cookies or vaults or firefox_credentials):
1641
self.logger.fail("No secrets found")
1642
1643
@requires_admin
0 commit comments