This commit is contained in:
2021-05-09 22:35:25 +02:00
parent 494a1e0f4b
commit 4aab478862
4 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
#!/usr/bin/env python
from hackingscripts import util
from hackingscripts import util, xss_handler
from http.server import BaseHTTPRequestHandler, HTTPServer
from . import xss_handler
import threading
import requests
import sys