Last active
April 1, 2024 14:13
-
-
Save angelbladex/2094b1e17d77c9a63c4ae0e6b30ba536 to your computer and use it in GitHub Desktop.
Idea for check CVE-2024-3094 on servers with Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Are you have multiple Debian servers? Use parallel-ssh instead | |
#Based on https://github.com/FabioBaroni/CVE-2024-3094-checker/tree/main | |
parallel-ssh -A -i -H "ip1 ip2 ip3 ... ipn" -l username "dpkg -l | grep xz-utils " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment