mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-07 02:11:05 +00:00
Update server.py
This commit is contained in:
parent
a168daee4b
commit
83737a2e9f
|
@ -543,7 +543,7 @@ def proxy_server(webserver, port, scheme, method, url, conn, addr, data):
|
|||
"datetime": datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f")
|
||||
}
|
||||
}
|
||||
_, raw_data = jsonrpc2_encode(proxy_data['data'])
|
||||
_, raw_data = jsonrpc2_encode('relay_request', proxy_data['data'])
|
||||
|
||||
print("[*] Sending %s bytes..." % (str(len(raw_data))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user