Removed unused imports in windowsserver_fingerprint.py

This commit is contained in:
VakarisZ 2020-11-11 15:30:52 +02:00
parent 4b1b6f8be6
commit f76fc7ad77
1 changed files with 0 additions and 3 deletions

View File

@ -3,14 +3,11 @@ Implementation from https://github.com/SecuraBV/CVE-2020-1472
"""
import logging
import subprocess
import nmb.NetBIOS
from impacket.dcerpc.v5 import epm, nrpc, transport
import infection_monkey.config
from infection_monkey.network.HostFinger import HostFinger
from infection_monkey.utils.environment import is_windows_os
LOG = logging.getLogger(__name__)