Поиск Google ничего не нашел

devices - What does the output of `ll /proc/self/fd/` (from `ll /dev/fd...)

unix.stackexchange.com

/proc/self/fd reports the files opened by a process. Each entry is a “magic” symbolic link whose name is the file descriptor and whose target is the open file.

Cheatsheet - Local File Inclusion (LFI) | Yufong

yufongg.github.io

/etc/passwd /proc/self/cmdline /proc/sched_debug /etc/shadow /etc/issue /etc/group /etc/hostname /home/user/.ssh/id_rsa /home/user/bash_history /usr/local/etc/apache22/httpd.conf.

proc: process information pseudo-filesystem - Linux Manuals (5)

www.systutorials.com

The proc filesystem is a pseudo-filesystem which provides an interface to kernel data structures.

ls proc $$ self fd 3 255 some trivia - Programmer All

programmerall.com

proc/self/fd/3 ,at this timelsThe process of trying to open the non-existent file 3 has not obtained the descriptor 3, so an error is reported. The role of this folder is mentioned in the CentOS documentation

proc(5): process info pseudo-file system - Linux man page

linux.die.net

The proc file system is a pseudo-file system which is used as an interface to kernel data structures.

php fpm - How to disable PHP-FPM request logging? - Server Fault

serverfault.com

[www] ; if we send this to /proc/self/fd/1, it never appears access.log = /proc/self/fd/2. clear_env = no ; Ensure worker stdout and stderr are sent to the main error log. catch_workers_output = yes decorate_workers_output = no root@8f03d2e7056f:/var/www/html#. And the result is a line to...

Some CTF tricks - Programmer Sought

www.programmersought.com

proc/self/fd/[0-99] # It is possible to get the files of the currently running process.

GitHub - miguelmota/bash-streams-handbook: Learn Bash streams...

github.com

File descriptor 0 is dedicated for standard input, 1 for standard output, and 2 for standard error. File descriptors are maintained under /proc/$pid/fd where $pid is the process id.

Exploitation - Local and remote file inclusions - InfoSec Notes

notes.qazeer.io

Proc environ or files descriptor injection. The /proc/self/environ file contains the environment variables of the current process and notably, for an Apache process, the variable HTTP_USER_AGENT set from the User-Agent requests.

proc/self/environ Server Log - Hacking Attempt - Userdel.org

www.userdel.org

If this attack is successful, it will result in the inclusion of the /proc/self/environ file or other requested file, instead of the originally requested file (index.php) in this case, in addition, the php script if run, will append its code to the original file and create a new file that will notify the hacker of success.

Поиск реализован с помощью YandexXML и Google Custom Search API