Update server.py

This commit is contained in:
Namhyeon Go 2024-02-19 15:37:12 +09:00 committed by GitHub
parent 785f9320c5
commit d274c760e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
if len(urls) > 0:
for url in urls:
if not filtered:
print ("[*] downloading...")
print ("[*] downloading... %s" % (url))
base64string, length = download_base64string(url)
print ("[*] downloaded %s bytes." % (length))
if base64string: