bogdanbotezatu
released this
04 Apr 17:08
·
1 commit
to chores/xz-scanner
since this release
Free scanner specifically designed to detect the XZ backdoor. More info and usage instructions here.
Basic usage:
- Download the tool
- make the binary executable with
chmod +x ./xz-scanner
- run it from the respective directory with
sudo ./xz-scanner --system
(full system scan to identify any infected liblzma libraries, even if not used by sshd) or withsudo ./xz-scanner
to focus on the vulnerable liblzma library used by your SSH daemon (sshd)