Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
class
Encoder(object):
13
def
encode(self, payload):
14
return
payload
15
16
17
class
AlphanumericEncoder(Encoder):
Callers
15
search
Method · 0.45
search
Method · 0.45
send_shell_commands_for_console
Function · 0.45
send_shell_commands
Function · 0.45
read_results
Function · 0.45
bind_shell
Function · 0.45
bind_tcp_shell
Function · 0.45
bind_telnet_shell
Function · 0.45
search
Method · 0.45
gen_ec2payload
Method · 0.45
gen_ec3payload
Method · 0.45
telnet_login
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected