MCPcopy Create free account
hub / github.com/Drun1baby/JavaSecurityLearning / receive_data

Function receive_data

JavaSecurity/JDBC/exp.py:8–11  ·  view source on GitHub ↗
(conn)

Source from the content-addressed store, hash-verified

6response_ok_data="0700000200000002000000"
7
8def receive_data(conn):
9 data = conn.recv(1024)
10 print("[*] Receiveing the package : {}".format(data))
11 return str(data).lower()
12
13def send_data(conn,data):
14 print("[*] Sending the package : {}".format(data))

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected