This file contains hidden or 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 | |
| # ============================================================================ | |
| # Axios Supply Chain Attack — Detection Script (macOS/Linux) | |
| # ============================================================================ | |
| # Checks if your system was affected by the axios@1.14.1 / axios@0.30.4 | |
| # supply chain attack that dropped a cross-platform RAT via plain-crypto-js. | |
| # | |
| # Source: StepSecurity, Socket.dev, GitHub Issue #10604 | |
| # ============================================================================ |
OlderNewer