MCPcopy
hub / github.com/D35m0nd142/LFISuite / phpinput_reverse_shell

Function phpinput_reverse_shell

lfisuite.py:1173–1177  ·  view source on GitHub ↗
(inputurl)

Source from the content-addressed store, hash-verified

1171 send_phpinput_cmd(reverseConn,inputurl)
1172
1173def phpinput_reverse_shell(inputurl):
1174 global reverseConn
1175
1176 generic_reverse_shell()
1177 send_phpinput_cmd(reverseConn,inputurl)
1178
1179def send_phpinput_cmd(cmd, inputurl):
1180 global gen_headers

Callers 1

run_phpinputFunction · 0.85

Calls 2

generic_reverse_shellFunction · 0.85
send_phpinput_cmdFunction · 0.85

Tested by

no test coverage detected