From ea9acdcb4040a170fde80ec4a374a78ea4ff37de Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Mon, 2 Sep 2024 16:51:43 -0400 Subject: [PATCH] Fix ruff linting --- nxc/modules/smbghost.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nxc/modules/smbghost.py b/nxc/modules/smbghost.py index a2497553..0998947b 100644 --- a/nxc/modules/smbghost.py +++ b/nxc/modules/smbghost.py @@ -1,10 +1,8 @@ # everything is comming from https://github.com/ly4k/SMBGhost # credit to @ly4k_ # module by : @r4vanan -import sys import socket import struct -from nxc.logger import nxc_logger # Constants MAX_ATTEMPTS = 2000 # False negative chance: 0.04%