mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
fix for the intel AMT exploit checker (messed it up without realizing it)
This commit is contained in:
parent
46fc2372c9
commit
cf2cc59022
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue