Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 540 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 540 Bytes

freebsd_mac_rootkits

This repo provides Proof-of-Concept (PoC) rootkits for FreeBSD. The rootkits abuse the MAC framework for various nefarious purposes.

This repo is meant to be used and studied with the soon-to-be-released SoldierX tutorial covering writing FreeBSD rootkits.

Prerequisites

  1. A FreeBSD system
  2. /usr/src on the FreeBSD system populated with the sources that match the installed world/kernel.
  3. Knowledge of C

Building

# make depend
# make all
# make install