@a0-mgmt-api/oas 1.8619.0

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 +6 -0
  2. package/package.json +10 -0
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ // index.js
2
+ console.log("======================================================");
3
+ console.log("BUG BOUNTY POC");
4
+ console.log("This package was installed via Dependency Confusion.");
5
+ console.log("Reported by: dd_06");
6
+ console.log("======================================================");
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@a0-mgmt-api/oas",
3
+ "version": "1.8619.0",
4
+ "description": "Security PoC for Bug Bounty",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "node index.js"
8
+ },
9
+ "author": "dd_06"
10
+ }