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

Function send_data

JavaSecurity/JDBC/exp.py:13–15  ·  view source on GitHub ↗
(conn,data)

Source from the content-addressed store, hash-verified

11 return str(data).lower()
12
13def send_data(conn,data):
14 print("[*] Sending the package : {}".format(data))
15 conn.send(binascii.a2b_hex(data))
16
17def get_payload_content():
18 #file文件的内容使用ysoserial生成的 使用规则 java -jar ysoserial [common7那个] "calc" > a

Callers 1

runFunction · 0.85

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected