View Issue Details

IDProjectCategoryView StatusLast Update
0009702Kali LinuxNew Tool Requestspublic2026-05-25 07:51
ReporterSmoker Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionwon't fix 
Summary0009702: Proposal for Inclusion of Veritas in Kali Linux
Description

Dear Kali Linux / Offensive Security Tool Team,

My name is Priyaj Yadav, and I would like to propose Veritas for inclusion in Kali Linux under:

  • Forensics
  • Incident Response
  • Anti-Rootkit

GitHub:
https://github.com/priyajyadav8-crypto/veritas

Veritas is a Rust + eBPF-based Linux integrity and forensic tool that compares kernel-visible state against userspace-visible state to detect hidden activity on compromised systems.

Current Features

  • Hidden process detection via kernel/userspace diffing
  • Hidden network socket detection
  • LD_PRELOAD injection detection
  • Rootkit module scanning
  • Critical filesystem integrity checks
  • Human-readable and JSON output modes

Example:

veritas --diff

Verified Against Diamorphine

Veritas was successfully tested against the Diamorphine rootkit on Debian 13 (kernel 6.12).

During testing:

  • PID 9201 was hidden from ps
  • Veritas detected the hidden process through kernel-level visibility comparison

I have attached:

  • Final project PDF
  • Verification screenshots
  • Detection output screenshots

Technical Details

  • Language: Rust
  • eBPF Framework: Aya
  • License: GPL-2.0
  • Binary: 2.7MB static musl build
  • Dependencies: None
  • Kernel Support: Linux 5.15+

Included:

  • CLI flags (--diff, --json, --processes, --network, --fs)
  • Man page
  • Documentation
  • Static release binary

The project is ready for packaging review and technical evaluation.

Thank you for your time and consideration.

Respectfully,

Priyaj Yadav
GitHub: https://github.com/priyajyadav8-crypto
Email: [email protected]

Attached Files
Screenshot 2026-05-21 115253.png (138,613 bytes)   
Screenshot 2026-05-21 115253.png (138,613 bytes)   
veritas_COMPLETE.pdf (5,420 bytes)

Activities

daniruiz

daniruiz

2026-05-25 07:51

manager   ~0021710

Hello,

Thanks for your submission. We can’t package every infosec tool, so we prioritize those with wider adoption and community usage.

Best of luck with your project.

Issue History

Date Modified Username Field Change
2026-05-21 06:12 Smoker New Issue
2026-05-21 06:12 Smoker File Added: Screenshot 2026-05-21 115253.png
2026-05-21 06:12 Smoker File Added: Screenshot 2026-05-21 115310.png
2026-05-21 06:12 Smoker File Added: veritas_COMPLETE.pdf
2026-05-25 07:51 daniruiz Note Added: 0021710
2026-05-25 07:51 daniruiz Assigned To => daniruiz
2026-05-25 07:51 daniruiz Status new => closed
2026-05-25 07:51 daniruiz Resolution open => won't fix