Skip to content

Commit 1261782

Browse files
committed
Remove unnecessary new line in imports
1 parent 084d048 commit 1261782

44 files changed

Lines changed: 0 additions & 44 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

nxc/modules/adcs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import re
22
from impacket.ldap import ldap, ldapasn1
33
from impacket.ldap.ldap import LDAPSearchError
4-
54
from nxc.helpers.misc import CATEGORY
65

76

nxc/modules/add-computer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import sys
44
from impacket.dcerpc.v5 import samr, epm, transport
55
from impacket.dcerpc.v5.rpcrt import RPC_C_AUTHN_GSS_NEGOTIATE
6-
76
from nxc.helpers.misc import CATEGORY
87

98

nxc/modules/bitlocker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from impacket.dcerpc.v5.dtypes import NULL
44
from impacket.dcerpc.v5.dcomrt import DCOMConnection
55
from impacket.dcerpc.v5.rpcrt import RPC_C_AUTHN_LEVEL_PKT_PRIVACY
6-
76
from nxc.helpers.misc import CATEGORY
87

98

nxc/modules/change-password.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sys
22
from impacket.dcerpc.v5 import samr, epm, transport
33
from impacket.dcerpc.v5.rpcrt import DCERPCException
4-
54
from nxc.helpers.misc import CATEGORY
65

76

nxc/modules/coerce_plus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from impacket.dcerpc.v5.rpcrt import RPC_C_AUTHN_GSS_NEGOTIATE, RPC_C_AUTHN_LEVEL_PKT_PRIVACY
66

77
from impacket.uuid import uuidtup_to_bin
8-
98
from nxc.helpers.misc import CATEGORY
109

1110

nxc/modules/dpapi_hash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from dploot.lib.target import Target
22
from dploot.triage.masterkeys import MasterkeysTriage
3-
43
from nxc.helpers.misc import CATEGORY
54
from nxc.protocols.smb.dpapi import upgrade_to_dploot_connection
65

nxc/modules/drop-sc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import ntpath
22
import tempfile
3-
43
from nxc.helpers.misc import CATEGORY
54

65

nxc/modules/empire_exec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sys
22
import requests
33
from requests import ConnectionError
4-
54
from nxc.helpers.misc import CATEGORY
65

76

nxc/modules/enum_av.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from impacket.dcerpc.v5.dtypes import NULL, MAXIMUM_ALLOWED, RPC_UNICODE_STRING
88
from impacket.dcerpc.v5.rpcrt import RPC_C_AUTHN_GSS_NEGOTIATE
99
import pathlib
10-
1110
from nxc.helpers.misc import CATEGORY
1211

1312

nxc/modules/enum_ca.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from impacket.dcerpc.v5.rpcrt import RPC_C_AUTHN_GSS_NEGOTIATE
77
from impacket import uuid
88
import requests
9-
109
from nxc.helpers.misc import CATEGORY
1110

1211

0 commit comments

Comments
 (0)