We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad24db commit 47b54c8Copy full SHA for 47b54c8
1 file changed
nxc/netexec.py
@@ -96,7 +96,6 @@ def main():
96
97
module_server = None
98
targets = []
99
- server_port_dict = {"http": 80, "https": 443, "smb": 445}
100
101
if hasattr(args, "cred_id") and args.cred_id:
102
for cred_id in args.cred_id:
0 commit comments