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

unix.stackexchange.com

9 нояб. 2021 г. ... /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 ...

A cool trick with /proc/self/fd : r/linux

www.reddit.com

12 апр. 2014 г. ... ... output. You can use this to trick programs into printing to the terminal instead of files. And stuff. Upvote 10. Downvote Reply reply

error: can't mount image /proc/self/fd/3: failed to mount squashfs ...

github.com

1 июл. 2020 г. ... error: can't mount image /proc/self/fd/3: failed to mount squashfs filesystem: invalid argument #5408. Closed. Dipakam opened this issue on Jul ...

linux - Why is /proc/self/fd/N forbidden after setuid? - Stack Overflow

stackoverflow.com

24 февр. 2023 г. ... But those symlinks are not equivalent to the open file descriptor. $ ls -l /proc/self/fd total 0 lrwx------. 1 tinkerer tinkerer 64 Mar 10 08: ...

command line - What are these auxiliary file descriptors? - Ask Ubuntu

askubuntu.com

1 янв. 2017 г. ... Probing /proc/self is a tricky business, since it changes for each process. When you do /proc/self/fd/* , the shell expands the wildcard, ...

Docker 20.10.5 - constant error: level=error msg="copy shim log ...

forums.docker.com

4 апр. 2021 г. ... ... proc/self/fd/10: file already closed". can someone help please? thanks! jamiegau (jamiegau) August 10, 2021, 4:30am 4. Same issue, apline 3.13 ...

CTFtime.org / ASIS CTF Finals 2021 / jsss / Writeup

ctftime.org

It won't succeed, but it will be creating those precious file descriptors in /proc/self/fd . ... 10`, readFile`/proc/self/fd/11`, readFile`/proc/self/fd/12 ...

proc(5) - Linux manual page

man7.org

Most Linux MAKEDEV scripts symbolically link /dev/fd to /proc/self/fd, in fact. ... To employ /proc/pid/pagemap efficiently, use /proc/pid ... 10) This directory ...

[LTP] [PATCH v2 0/2] pipe07: close /proc/self/fd after counting fds

lore.kernel.org

2 окт. 2023 г. ... @ 2023-10-02 17:34 Edward Liaw via ltp 2023-10-02 17:34 ` [LTP] [PATCH v2 1/2] ; [LTP] [PATCH v2 1/2] pipe07: close /proc/self/fd after counting ...

Process "/bin/sh -e /proc/self/fd/9" - what starts it and why? - Ask ...

askubuntu.com

19 янв. 2015 г. ... I have a process /bin/sh -e /proc/self/fd/9 that runs on my system. sh -e /path/to/file in dash (which sh is symlinked to on my Kubuntu ...

what's the mean of /proc/self/fd/ socket file on linux... - Stack Overflow

stackoverflow.com

cd /proc/2045 ; ls -l fd lrwx- 1 root root 64 10月 8 19:04 66 -> socket:[294364529]. what does socket:[294364529] mean ?

shell - Close all file descriptors in bash - Unix & Linux Stack Exchange

unix.stackexchange.com

proc/self/fd/10 ls: cannot access '/proc/self/fd/10': No such file or directory.

7.2.1. Файл /proc/self. Программирование для Linux.

it.wikireading.ru

Файл /proc/self является символической ссылкой на каталог, соответствующий текущему процессу. Естественно, содержимое ссылки меняется в зависимости от того, кто к ней обращается. Например, программа, представленная в листинге 7.2, с помощью файла...

A cool trick with /proc/self/fd : linux

www.reddit.com

Spamming self-promotion, surveys, crowdfunding - Submitting your own original content is welcome on r/linux, but we do ask that you contribute more than just your own content

Problem checkpointing lxc container "Error (criu/cgroup.c:620): cg..."

github.com

This cgroup property may not exist on this kernel (00.094082) cg: Couldn't open /proc/self/fd/10/nested/cpu.rt_runtime_us.

proc(5) - Linux manual page

man7.org

proc/self/fd/N is approximately the same as /dev/fd/N in. some UNIX and UNIX-like systems. Most Linux MAKEDEV.

command-line - Что это за вспомогательные файловые дескрипторы?

askubuntu.ru

Зондирование /proc/self хитрый бизнес, так как он изменяется для каждого процесса.

command line - What are these auxiliary file descriptors? - Ask Ubuntu

askubuntu.com

Probing /proc/self is a tricky business, since it changes for each process.

java - Розетки httpurlconnection протекают - Question-It.com

question-it.com

proc/self/fd/0 /proc/self/fd/1 /proc/self/fd/2 /proc/self/fd/3 /proc/self/fd/4 /proc/self/fd/5 /proc/self/fd/9 /proc/self/fd/6 /proc/self/fd/7 /proc/self/fd/8. Sockets were leaked. Изменение в HTTP URL делает розетки правильно, как и ожидалось без GC

LFI Cheat Sheet | proc/self/fd/ LFI Method

highon.coffee

Similar to the previous /proc/self/environ method, it’s possible to introduce code into the proc log files that can be executed via your vulnerable LFI script. Typically you would use burp or curl to inject PHP code into the referer. This method is a little tricky as the proc file that contains the Apache error log...

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