fix for the intel AMT exploit checker (messed it up without realizing it)

This commit is contained in:
ekultek 2017-10-28 08:26:47 -05:00
parent 46fc2372c9
commit cf2cc59022

View file

@ -1,9 +1,8 @@
import json
import socket
import re
import socket
import requests
from lxml import html
from lib.core.settings import (
proxy_string_to_dict,
@ -11,6 +10,7 @@ from lib.core.settings import (
DEFAULT_USER_AGENT,
replace_http
)
from lxml import html
from var.auto_issue.github import request_issue_creation