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.
sudo apt install patchleaks (26.88 MB)
Dependências: libc6, libjs-jquery, node-fortawesome-fontawesome-free
Escolha um comando ao lado para ver a descrição e a ajuda completa.
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