mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
Make user query when providing cred_id more verbose
This commit is contained in:
@@ -344,6 +344,7 @@ class connection:
|
||||
data = [] # Arbitrary data needed for the login, e.g. ssh_key
|
||||
|
||||
for cred_id in self.args.cred_id:
|
||||
self.logger.debug(f"Querying database for credential ID: {cred_id}")
|
||||
if cred_id.lower() == "all":
|
||||
creds = self.db.get_credentials()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user