Removed unused imports and tested

This commit is contained in:
Vakaris 2018-08-23 16:03:55 +03:00
parent f001403a92
commit 39bb41ed25
1 changed files with 1 additions and 2 deletions

View File

@ -10,11 +10,10 @@ from requests import post, exceptions
from web_rce import WebRCE
from exploit.tools import get_free_tcp_port, get_interface_to_target
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
from model import POWERSHELL_HTTP_UPLOAD, WGET_HTTP_UPLOAD
import threading
import logging
import copy
__author__ = "VakarisZ"
LOG = logging.getLogger(__name__)