forked from p15670423/monkey
Removed unused imports and tested
This commit is contained in:
parent
f001403a92
commit
39bb41ed25
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue