MCPcopy
hub / github.com/knownsec/pocsuite3 / encode

Method encode

pocsuite3/shellcodes/encoder.py:13–14  ·  view source on GitHub ↗
(self, payload)

Source from the content-addressed store, hash-verified

11
12class Encoder(object):
13 def encode(self, payload):
14 return payload
15
16
17class AlphanumericEncoder(Encoder):

Callers 15

searchMethod · 0.45
searchMethod · 0.45
send_shell_commandsFunction · 0.45
read_resultsFunction · 0.45
bind_shellFunction · 0.45
bind_tcp_shellFunction · 0.45
bind_telnet_shellFunction · 0.45
searchMethod · 0.45
gen_ec2payloadMethod · 0.45
gen_ec3payloadMethod · 0.45
telnet_loginFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected