DragonFlyBSD Kernel Audit
DF-2873 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2873 PoC run (on the guest as root; takes ~3 minutes)
kldload /root/poc/tqlost/tqlost.ko
sleep 175
dmesg | grep tqlost
ps -axH -o stat,wchan,comm | grep -E "lt_h|lt_wd"