mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-03-11 16:35:14 +00:00
Update server.py
This commit is contained in:
parent
06ff942f68
commit
dc23437d3e
|
@ -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() + ")",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user