Skip to content

Instantly share code, notes, and snippets.

@angelbladex
Last active April 1, 2024 14:13
Show Gist options
  • Save angelbladex/2094b1e17d77c9a63c4ae0e6b30ba536 to your computer and use it in GitHub Desktop.
Save angelbladex/2094b1e17d77c9a63c4ae0e6b30ba536 to your computer and use it in GitHub Desktop.
Idea for check CVE-2024-3094 on servers with Debian
#!/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