![]() |
|
[TUT][LFI] ~ Local File Inclusion to shell access [TUT] - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: [TUT][LFI] ~ Local File Inclusion to shell access [TUT] (/Thread-TUT-LFI-Local-File-Inclusion-to-shell-access-TUT) Pages:
1
2
|
RE: [TUT][LFI] ~ Local File Inclusion to shell access [TUT] - tropic - 03-30-2014 This is a rather old method which doesn't work much anymore because most people don't run php as cgi anymore. On some distros (such as Debian), /proc/self/environ is no longer world readable. RE: [TUT][LFI] ~ Local File Inclusion to shell access [TUT] - Zayne - 03-31-2014 (03-30-2014, 04:13 PM)tropic Wrote: This is a rather old method which doesn't work much anymore because most people don't run php as cgi anymore. On some distros (such as Debian), /proc/self/environ is no longer world readable. I am aware of that, I just felt giving out something I wrote long time ago. RE: [TUT][LFI] ~ Local File Inclusion to shell access [TUT] - Lotus Black - 04-03-2014 really nice tutorial, hard to see such one. appreciated. |