DragonFlyBSD Kernel Audit
DF-0005 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# DF-0005 PoC run script (run on the DragonFlyBSD guest as an UNPRIVILEGED user).
# The PoC is fully self-contained: it allocates its own pty pair, so no external
# interactive terminal / ssh -tt is required.
#
# Run:    ./run.sh
set -e
cd "$(dirname "$0")"
exec ./tiocsti ${1+"$@"}