Commit Graph

  • 6a0a7d8718 scaffold: 4 new module dirs + registry/Makefile wiring (stubs) KaraZajac 2026-05-16 22:17:47 -04:00
  • e2a3d6e94f release: v0.2.0 — --full-chain root-pop opt-in across 7 🟡 modules v0.2.0 KaraZajac 2026-05-16 22:06:14 -04:00
  • c1d1910a90 modules: wire --full-chain root-pop into all 7 🟡 PRIMITIVE modules KaraZajac 2026-05-16 22:04:40 -04:00
  • 125ce8a08b core: add shared finisher + offset resolver + --full-chain flag KaraZajac 2026-05-16 21:56:03 -04:00
  • 3a5105c84c README: clarify iamroot runs unprivileged + add non-root → root demo KaraZajac 2026-05-16 21:51:32 -04:00
  • a564571e88 ci: add libc6-dev-arm64-cross for aarch64 cross-build v0.1.0 KaraZajac 2026-05-16 21:42:22 -04:00
  • dce158e33a release: v0.1.0 — 20-module corpus, 13 root-pop + 7 primitive KaraZajac 2026-05-16 21:40:51 -04:00
  • 3015e71ea3 modules: port final 2 detect-only modules (xtcompat + stackrot) KaraZajac 2026-05-16 21:31:21 -04:00
  • 498bb36404 modules: port 5 detect-only modules to trigger+groom (Option B) KaraZajac 2026-05-16 21:22:17 -04:00
  • 4e9741ef1f Add overlayfs_setuid CVE-2023-0386 — FULL working exploit KaraZajac 2026-05-16 21:11:37 -04:00
  • 6eab6d3f70 Add cgroup_release_agent CVE-2022-0492 — FULL working exploit KaraZajac 2026-05-16 21:09:34 -04:00
  • 7387ffd3bd Add stackrot (CVE-2023-3269) + af_packet2 (CVE-2020-14386) modules KaraZajac 2026-05-16 21:03:36 -04:00
  • b24934156a Install ergonomics: GitHub release workflow + install.sh + README quickstart KaraZajac 2026-05-16 21:01:34 -04:00
  • 541aac6993 Phase 7: ptrace_traceme CVE-2019-13272 — port FULL jannh-style exploit KaraZajac 2026-05-16 20:57:44 -04:00
  • b6dd1e0482 Add --audit command: system-hygiene scan (setuid/world-writable/caps/sudo) KaraZajac 2026-05-16 20:52:36 -04:00
  • a52f5a657f Phase 7: af_packet (CVE-2017-7308) + FUSE legacy (CVE-2022-0185) KaraZajac 2026-05-16 20:49:58 -04:00
  • 102b117d4e Phase 7: PTRACE_TRACEME (CVE-2019-13272) + xt_compat (CVE-2021-22555) KaraZajac 2026-05-16 20:47:24 -04:00
  • e2fcc6a9e0 Phase 7: overlayfs CVE-2021-3493 — port FULL exploit (vsh-style) KaraZajac 2026-05-16 20:42:28 -04:00
  • cb39cc5119 Phase 7: Dirty COW (CVE-2016-5195) FULL module — old-systems coverage KaraZajac 2026-05-16 20:38:46 -04:00
  • 3ad1446489 Add cls_route4 CVE-2022-2588 module (detect-only) KaraZajac 2026-05-16 20:33:14 -04:00
  • fe33400f94 JSON polish: --list --json + --module-info + json_escape helper KaraZajac 2026-05-16 20:31:20 -04:00
  • ea5d021f0c tools/iamroot-fleet-scan.sh + docs/DETECTION_PLAYBOOK.md KaraZajac 2026-05-16 20:29:48 -04:00
  • 3eeee01f06 Phase 7: overlayfs CVE-2021-3493 module (Ubuntu userns LPE) — detect-only KaraZajac 2026-05-16 20:22:32 -04:00
  • b206610a8e entrybleed: active probe (--active runs reduced sweep + sanity-checks kbase) KaraZajac 2026-05-16 20:20:41 -04:00
  • a4b7238e4a Phase 7: nf_tables CVE-2024-1086 + active probe for dirty_pipe KaraZajac 2026-05-16 20:19:11 -04:00
  • f1bd896ca8 Phase 7: Pwnkit FULL exploit (Qualys-style PoC) + DEFENDERS.md KaraZajac 2026-05-16 20:13:11 -04:00
  • 43e290b224 Phase 7: Pwnkit (CVE-2021-4034) detect-only module KaraZajac 2026-05-16 20:07:40 -04:00
  • 28ad566964 Phase 6 (partial): --mitigate bridged for copy_fail_family KaraZajac 2026-05-16 20:04:32 -04:00
  • 4943b82129 Phase 4 (partial): GitHub Actions build-check CI KaraZajac 2026-05-16 20:02:53 -04:00
  • 5a0aef12d0 Phase 2 complete: Dirty Pipe full exploit (page-cache UID flip → su) KaraZajac 2026-05-16 20:02:02 -04:00
  • cee368d5a4 Phase 5: --detect-rules export with dedup KaraZajac 2026-05-16 19:58:26 -04:00
  • f03efbff13 Phase 3: EntryBleed module — working stage-1 kbase leak brick KaraZajac 2026-05-16 19:55:22 -04:00
  • 1552a3bfcb Phase 2 (partial): Dirty Pipe DETECT-ONLY module + core/kernel_range KaraZajac 2026-05-16 19:51:47 -04:00
  • 19b9162b1d ROADMAP: mark Phase 1 done; CVES: use new short module names KaraZajac 2026-05-16 19:32:52 -04:00
  • 52e8c99022 Phase 1: module interface + registry + top-level dispatcher KaraZajac 2026-05-16 19:32:11 -04:00
  • cf30b249de Initial skeleton: README, CVE inventory, roadmap, ARCH, ethics + copy_fail_family module absorbed from DIRTYFAIL KaraZajac 2026-05-16 19:26:24 -04:00