Skip to content

Commit ea9acdc

Browse files
committed
Fix ruff linting
1 parent 2744a2c commit ea9acdc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nxc/modules/smbghost.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# everything is comming from https://github.com/ly4k/SMBGhost
22
# credit to @ly4k_
33
# module by : @r4vanan
4-
import sys
54
import socket
65
import struct
7-
from nxc.logger import nxc_logger
86

97
# Constants
108
MAX_ATTEMPTS = 2000 # False negative chance: 0.04%

0 commit comments

Comments
 (0)