DragonFlyBSD Kernel Audit
DF-2848 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-2848 PoC run (run on the DragonFly guest as root)
kldload /root/gtq_oob/gtq_oob.ko
sleep 1
dmesg | tail -30
ps -a -o pid,cpu,comm | grep -c gtq_oob || true
kldunload gtq_oob