DragonFlyBSD Kernel Audit
DF-2870 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-2870 PoC run (on the guest as root; wedges two threads permanently)
kldload /root/poc/tqdead/tqdead.ko
sleep 15
dmesg | grep tqdead
echo "---ps---"
ps -axH -o stat,wchan,comm | grep -E 'tqdead'