deepce, web_service_finder: cacti, small fixes

This commit is contained in:
2021-05-03 13:00:48 +02:00
parent 7cd75f1022
commit c3212ad115
4 changed files with 79 additions and 42 deletions

View File

@@ -2,12 +2,13 @@
from hackingscripts import util
from http.server import BaseHTTPRequestHandler, HTTPServer
from . import xss_handler
import threading
import requests
import sys
import os
import ssl
import xss_handler
# import xss_handler
class FileServerRequestHandler(BaseHTTPRequestHandler):