We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04da125 commit 8a0957eCopy full SHA for 8a0957e
1 file changed
nxc/protocols/mssql.py
@@ -438,6 +438,7 @@ def rid_brute(self, max_rid=None):
438
domain_sid = SID(bytes.fromhex(raw_domain_sid.decode())).formatCanonical()[:-4]
439
except Exception as e:
440
self.logger.fail(f"Error parsing SID. Not domain joined?: {e}")
441
+ return entries
442
443
so_far = 0
444
simultaneous = 1000
0 commit comments