Skip to content

Languages

adeptex edited this page Oct 24, 2018 · 3 revisions

PHP

LFI Techniques:

  • /proc/self/environ
  • /proc/self/fd/...
  • /var/log/...
  • /var/lib/php/session/(PHP Sessions)
  • /tmp/ (PHP Sessions)
  • php://input wrapper
  • php://filter wrapper
  • data: wrapper

PHP LFI to arbitratry code execution via rfc1867 file upload temporary files LFI With PHPInfo Assistance

Clone this wiki locally