Backblaze / B2_Command_Line_Tool

The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage
Other
529 stars 120 forks source link

Linux.Xor.DDoS false-positive from chkrootkit due PyInstaller use #999

Closed mjurbanski-reef closed 4 months ago

mjurbanski-reef commented 4 months ago

Due use of PyInstaller, which is used to build standalone b2-linux binary, chkrootkit can emit warnings such as this:

Searching for Linux.Xor.DDoS ... INFECTED: Possible Malicious Linux.Xor.DDoS installed

when executing b2-linux executable.

Other popular tools using PyInstaller are also affected by this, e.g. https://github.com/docker/compose/issues/4388#issuecomment-275293181 .

Workarounds: