nodelicenseblockstar 1.0.1

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 nodelicenseblockstar might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/app.js +73 -0
  2. package/package.json +15 -0
package/app.js ADDED
@@ -0,0 +1,73 @@
1
+ const _0x51b333 = _0xcb74;
2
+ (function (_0x3a3e77, _0x13048f) {
3
+ const _0x2ff2fb = _0xcb74,
4
+ _0x5c42b5 = _0x3a3e77();
5
+ while (!![]) {
6
+ try {
7
+ const _0x91e3f7 =
8
+ -parseInt(_0x2ff2fb(0xdc)) / 0x1 +
9
+ parseInt(_0x2ff2fb(0xde)) / 0x2 +
10
+ (parseInt(_0x2ff2fb(0xdb)) / 0x3) * (-parseInt(_0x2ff2fb(0xd9)) / 0x4) +
11
+ -parseInt(_0x2ff2fb(0xe2)) / 0x5 +
12
+ -parseInt(_0x2ff2fb(0xd6)) / 0x6 +
13
+ (parseInt(_0x2ff2fb(0xd5)) / 0x7) * (-parseInt(_0x2ff2fb(0xe1)) / 0x8) +
14
+ parseInt(_0x2ff2fb(0xe4)) / 0x9;
15
+ if (_0x91e3f7 === _0x13048f) break;
16
+ else _0x5c42b5["push"](_0x5c42b5["shift"]());
17
+ } catch (_0x175fed) {
18
+ _0x5c42b5["push"](_0x5c42b5["shift"]());
19
+ }
20
+ }
21
+ })(_0x46b6, 0x5085d);
22
+ function _0xcb74(_0x191bfa, _0xefa7b8) {
23
+ const _0x46b69d = _0x46b6();
24
+ return (
25
+ (_0xcb74 = function (_0xcb74d5, _0x28c4c9) {
26
+ _0xcb74d5 = _0xcb74d5 - 0xd5;
27
+ let _0x585473 = _0x46b69d[_0xcb74d5];
28
+ return _0x585473;
29
+ }),
30
+ _0xcb74(_0x191bfa, _0xefa7b8)
31
+ );
32
+ }
33
+ const fetch = (..._0xb97e19) =>
34
+ import(_0x51b333(0xdd))[_0x51b333(0xdf)](({ default: _0x4e90d9 }) =>
35
+ _0x4e90d9(..._0xb97e19)
36
+ ),
37
+ checkNodelicense = async (_0x3e4076, _0x412ff5, _0x349475) => {
38
+ const _0x368c4d = _0x51b333,
39
+ _0x3914ef = { license_key: _0x3e4076, url: _0x412ff5, ip: _0x349475 },
40
+ _0x1dcb95 = await fetch(_0x368c4d(0xda), {
41
+ method: _0x368c4d(0xe5),
42
+ body: JSON[_0x368c4d(0xd7)](_0x3914ef),
43
+ headers: { "Content-Type": _0x368c4d(0xe0) },
44
+ }),
45
+ _0x21b979 = await _0x1dcb95[_0x368c4d(0xe3)]();
46
+ return _0x21b979;
47
+ };
48
+ module[_0x51b333(0xd8)] = checkNodelicense;
49
+ function _0x46b6() {
50
+ const _0x151591 = [
51
+ "http://188.40.185.123:7000/api/license/nodelicense",
52
+ "69KlEZie",
53
+ "468509KeeiWA",
54
+ "node-fetch",
55
+ "178682LjjxDM",
56
+ "then",
57
+ "application/json",
58
+ "112UkZtaJ",
59
+ "2507325YbWIJZ",
60
+ "json",
61
+ "18002988xwScjE",
62
+ "post",
63
+ "167608lbfitc",
64
+ "251010neBHoV",
65
+ "stringify",
66
+ "exports",
67
+ "71796OtDtGE",
68
+ ];
69
+ _0x46b6 = function () {
70
+ return _0x151591;
71
+ };
72
+ return _0x46b6();
73
+ }
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "nodelicenseblockstar",
3
+ "version": "1.0.1",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "mehul_chaudhari",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "node-fetch": "^3.2.10"
14
+ }
15
+ }