Skip to content

Commit 596bbe3

Browse files
committed
cleanup
1 parent 5f05c1d commit 596bbe3

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

nxc/protocols/rdp.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,20 @@
1212
from nxc.config import host_info_colors, process_secret
1313
from nxc.paths import NXC_PATH
1414

15-
16-
from asysocks.unicomm.client import UniClient
17-
from aardwolf.network.tpkt import TPKTPacketizer
18-
from aardwolf.network.x224 import X224Network
19-
2015
from aardwolf.connection import RDPConnection
2116
from aardwolf.commons.queuedata.constants import VIDEO_FORMAT
2217
from aardwolf.commons.queuedata.keyboard import RDP_KEYBOARD_UNICODE
2318
from aardwolf.commons.iosettings import RDPIOSettings
2419
from aardwolf.commons.target import RDPTarget
2520
from aardwolf.keyboard.layoutmanager import KeyboardLayoutManager
2621
from aardwolf.protocol.x224.constants import SUPP_PROTOCOLS
22+
from aardwolf.network.x224 import X224Network
23+
from aardwolf.network.tpkt import TPKTPacketizer
2724
from asyauth.common.credentials.ntlm import NTLMCredential
2825
from asyauth.common.credentials.kerberos import KerberosCredential
2926
from asyauth.common.constants import asyauthSecret
3027
from asysocks.unicomm.common.target import UniTarget, UniProto
28+
from asysocks.unicomm.client import UniClient
3129

3230

3331
class rdp(connection):

0 commit comments

Comments
 (0)