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

Function phpinfo_reverse_shell

lfisuite.py:619–621  ·  view source on GitHub ↗
(headers,lfipath,phpinfopath,host)

Source from the content-addressed store, hash-verified

617 print phpinfo_request(headers,reverseConn,lfipath,phpinfopath,0,host)
618
619def phpinfo_reverse_shell(headers,lfipath,phpinfopath,host):
620 generic_reverse_shell()
621 print phpinfo_request(headers,reverseConn,lfipath,phpinfopath,0,host)
622
623def phpinfo_ext(content):
624 indexes = SubstrFind(content, "AbracadabrA")

Callers 1

run_phpinfoFunction · 0.85

Calls 2

generic_reverse_shellFunction · 0.85
phpinfo_requestFunction · 0.85

Tested by

no test coverage detected