Tags: shellcoding unintended 

Rating: 4.0

It was easy one challenge, but before solving it I inspected stack... and there was secret pointer.
```
mov rdi, 1
mov rsi, [rsp-0x8]
mov rdx, 0x100
mov rax, 1
syscall
ret
```