mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 15:59:17 +01:00
Update ld.so.md
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
d3173153ac
commit
1fe673ce5d
@ -6,6 +6,8 @@ description: |
|
|||||||
$ strings /proc/self/exe | head -1
|
$ strings /proc/self/exe | head -1
|
||||||
/lib64/ld-linux-x86-64.so.2
|
/lib64/ld-linux-x86-64.so.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
It's worth noting that the spawned process will be the loader, not the target executable, this might aid evasion. See https://shyft.us/posts/20230526_linux_command_proxy.html for more information.
|
||||||
functions:
|
functions:
|
||||||
shell:
|
shell:
|
||||||
- code: /lib/ld.so /bin/sh
|
- code: /lib/ld.so /bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user