mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-03-12 00:45:16 +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):
|
def proxy_server(webserver, port, scheme, url, conn, addr, data):
|
||||||
try:
|
try:
|
||||||
print("[*] Starting Request... %s" % (str(addr[0])))
|
print("[*] Started Request. %s" % (str(addr[0])))
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
"User-Agent": "php-httpproxy/0.1.2 (Client; Python " + python_version() + ")",
|
"User-Agent": "php-httpproxy/0.1.2 (Client; Python " + python_version() + ")",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user