Skip to content

Commit 06c0a7f

Browse files
committed
Linting
1 parent ea0a42a commit 06c0a7f

5 files changed

Lines changed: 4 additions & 1 deletion

File tree

nxc/modules/get_netconnections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from nxc.paths import NXC_PATH
44
import json
55

6+
67
class NXCModule:
78
"""
89
Uses WMI to extract network connections, used to find multi-homed hosts.

nxc/protocols/rdp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from asysocks.unicomm.common.target import UniTarget, UniProto
2424

2525

26-
2726
class rdp(connection):
2827
def __init__(self, args, db, host):
2928
self.domain = None

nxc/protocols/smb/atexec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from time import sleep
88
from datetime import datetime, timedelta
99

10+
1011
class TSCH_EXEC:
1112
def __init__(self, target, share_name, username, password, domain, doKerberos=False, aesKey=None, remoteHost=None, kdcHost=None, hashes=None, logger=None, tries=None, share=None):
1213
self.__target = target

nxc/protocols/smb/wmiexec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from impacket.dcerpc.v5.dcom import wmi
99
from impacket.dcerpc.v5.dtypes import NULL
1010

11+
1112
class WMIEXEC:
1213
def __init__(self, target, share_name, username, password, domain, smbconnection, doKerberos=False, aesKey=None, kdcHost=None, remoteHost=None, hashes=None, share=None, logger=None, timeout=None, tries=None):
1314
self.__target = target

nxc/protocols/vnc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from asyauth.common.credentials import UniCredential
1515
from asyauth.common.constants import asyauthSecret, asyauthProtocol
1616

17+
1718
class vnc(connection):
1819
def __init__(self, args, db, host):
1920
self.iosettings = RDPIOSettings()

0 commit comments

Comments
 (0)