DragonFlyBSD Kernel Audit
DF-2566 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2566 build: the malicious SMB1 server.
# Run on the guest (root) from the poc/DF-2566 directory.
set -e
cc -o smb_evil smb_evil.c
echo "built ./smb_evil"