Update server.py

This commit is contained in:
Namhyeon Go 2022-10-08 13:23:40 +09:00 committed by GitHub
parent 06ff942f68
commit dc23437d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,8 +89,8 @@ def conn_string(conn, data, addr):
def proxy_server(webserver, port, scheme, url, conn, addr, data):
try:
print("[*] Starting Request... %s" % (str(addr[0])))
print("[*] Started Request. %s" % (str(addr[0])))
headers = {
"User-Agent": "php-httpproxy/0.1.2 (Client; Python " + python_version() + ")",
}