Skip to content

Commit 3c521b7

Browse files
committed
Fix indentation
1 parent 45760c1 commit 3c521b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ def rid_brute(self, max_rid=None):
15151515
135: {"bindstr": rf"ncacn_ip_tcp:{self.remoteName}"},
15161516
139: {"bindstr": rf"ncacn_np:{self.remoteName}[\pipe\lsarpc]"},
15171517
445: {"bindstr": rf"ncacn_np:{self.remoteName}[\pipe\lsarpc]"},
1518-
}
1518+
}
15191519

15201520
try:
15211521
string_binding = KNOWN_PROTOCOLS[self.port]["bindstr"]

0 commit comments

Comments
 (0)