Packages and Binaries:

patchleaks

Go from a CVE number to the exact patched code and its vulnerability analysis
This package contains a tool to compare two versions of a code‑base, highlight lines changed by vendor, and explain why they matter. Feed the tool an old and a patched version; PatchLeaks spots the security fix and provides detailed description so you can validate—or weaponize—it fast.

Installed size: 26.88 MB
How to install: sudo apt install patchleaks

Dependencies:
  • libc6
  • libjs-jquery
  • node-fortawesome-fontawesome-free
PatchLeaks
root@kali:~# PatchLeaks -h
Usage of PatchLeaks:
  -host string
    	Host address to bind to (default "127.0.0.1")
  -language string
    	Comma-separated list of languages to test (php,javascript,python)
  -p int
    	Port to run the server on (default: random free port)
  -t int
    	Number of threads for AI analysis (default: 1) (default 1)
  -test-real-world
    	Run real-world tests instead of starting server

patchleaks
root@kali:~# patchleaks -h
Usage of patchleaks:
  -host string
    	Host address to bind to (default "127.0.0.1")
  -language string
    	Comma-separated list of languages to test (php,javascript,python)
  -p int
    	Port to run the server on (default: random free port)
  -t int
    	Number of threads for AI analysis (default: 1) (default 1)
  -test-real-world
    	Run real-world tests instead of starting server



Updated on: 2026-Mar-02