fca-rqzax-remake 0.0.1-security → 3.1.0

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

Potentially problematic release.


This version of fca-rqzax-remake might be problematic. Click here for more details.

Files changed (74) hide show
  1. package/.breakpoints +58 -0
  2. package/.cache/replit/__replit_disk_meta.json +1 -0
  3. package/.cache/replit/modules.stamp +1 -0
  4. package/.cache/replit/nix/env.json +1 -0
  5. package/.gitattributes +2 -0
  6. package/.github/FUNDING.yml +4 -0
  7. package/.github/ISSUE_TEMPLATE/bug.report.md +38 -0
  8. package/.github/ISSUE_TEMPLATE/config.yml +8 -0
  9. package/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  10. package/.github/dependabot.yml +11 -0
  11. package/.replit +1 -0
  12. package/.upm/store.json +1 -0
  13. package/CHANGELOG.md +2 -0
  14. package/Controllers/Remote.j +3 -0
  15. package/DOCS.md +1738 -0
  16. package/Extra/ExtraAddons.js +78 -0
  17. package/Extra/ExtraFindUID.js +60 -0
  18. package/Extra/ExtraGetThread.js +118 -0
  19. package/Extra/ExtraTranslate.js +62 -0
  20. package/Extra/ExtraUptimeRobot.js +59 -0
  21. package/Extra/Html.Classic/script.js +231 -0
  22. package/Extra/Html.Classic/style.css +8 -0
  23. package/Extra/PM2/ecosystem.config.js +23 -0
  24. package/Extra/Security/Index.js +174 -0
  25. package/Extra/Security/Step_1.js +8 -0
  26. package/Extra/Security/Step_2.js +23 -0
  27. package/Extra/Security/Step_3.js +23 -0
  28. package/Extra/Src/History.js +115 -0
  29. package/Extra/Src/Last-Run.js +65 -0
  30. package/Extra/Src/Premium.js +98 -0
  31. package/Extra/Src/SecurityCheck.js +2 -0
  32. package/Func/AcceptAgreement.js +32 -0
  33. package/Func/ClearCache.js +63 -0
  34. package/Func/ReportV1.js +54 -0
  35. package/LICENSE.md +23 -0
  36. package/Language/index.json +176 -0
  37. package/OldSecurity.js +100 -0
  38. package/README.md +126 -3
  39. package/Settings/Database.js +20 -0
  40. package/Settings/Location.js +59 -0
  41. package/Settings/Location.json +24 -0
  42. package/Settings/Settings.js +59 -0
  43. package/StateCrypt.js +98 -0
  44. package/broadcast.js +40 -0
  45. package/index.html +1200 -0
  46. package/index.js +2521 -0
  47. package/logger.js +72 -0
  48. package/package.json +89 -3
  49. package/replit.nix +9 -0
  50. package/scr/Dev_ChangeUptimeStatus.js +27 -0
  51. package/scr/Dev_CheckLogin.js +14 -0
  52. package/scr/Premium.js +30 -0
  53. package/scr/addExternalModule.js +16 -0
  54. package/scr/addUserToGroup.js +78 -0
  55. package/scr/changeAdminStatus.js +78 -0
  56. package/scr/changeArchivedStatus.js +41 -0
  57. package/scr/changeAvt.js +85 -0
  58. package/scr/changeBio.js +65 -0
  59. package/scr/changeBlockedStatus.js +36 -0
  60. package/scr/changeGroupImage.js +106 -0
  61. package/scr/changeNickName.js +45 -0
  62. package/scr/changeThreadColor.js +62 -0
  63. package/scr/changeThreadEmoji.js +42 -0
  64. package/scr/createNewGroup.js +70 -0
  65. package/scr/createPoll.js +60 -0
  66. package/scr/deleteMessage.js +45 -0
  67. package/scr/deleteThread.js +43 -0
  68. package/scr/forwardAttachment.js +48 -0
  69. package/scr/getAccessToken.js +32 -0
  70. package/text/data/shareAttach.js +146 -0
  71. package/text/example-config.json +18 -0
  72. package/text/test-page.js +140 -0
  73. package/text/testv2.js +3 -0
  74. package/utils.js +1708 -0
package/.breakpoints ADDED
@@ -0,0 +1,58 @@
1
+ {
2
+ "files": {
3
+ "FastConfigFca.json": [
4
+ {
5
+ "id": "92202efb-4c9e-45b2-8148-4007c5ef1b70",
6
+ "line": 9,
7
+ "version": 1,
8
+ "index": 163
9
+ }
10
+ ],
11
+ "appstate.json": [
12
+ {
13
+ "id": "5fc27f30-73b8-42d1-b5c8-8e3cbfc8a72f",
14
+ "line": 1,
15
+ "version": 12,
16
+ "index": 0
17
+ }
18
+ ],
19
+ "index.js": [
20
+ {
21
+ "id": "bbaea7c6-e8dd-47e9-ab51-35e45350a02b",
22
+ "line": 20,
23
+ "version": 1,
24
+ "index": 813
25
+ }
26
+ ],
27
+ "modules/commands/admin.js": [
28
+ {
29
+ "id": "b8bd814f-c6a3-4e37-869d-26f7e1429a00",
30
+ "line": 5,
31
+ "version": 1,
32
+ "index": 79
33
+ }
34
+ ],
35
+ "modules/commands/congthuc.js": [
36
+ {
37
+ "id": "bde1cb82-71dd-41e2-8439-ea36257f2a1b",
38
+ "line": 3,
39
+ "version": 1,
40
+ "index": 1133
41
+ }
42
+ ],
43
+ "modules/commands/ảnh.js": [
44
+ {
45
+ "id": "8f3b548a-5034-4537-b79f-03f26409c619",
46
+ "line": 76,
47
+ "version": 7,
48
+ "index": 3215
49
+ },
50
+ {
51
+ "id": "e388e7dc-4260-40d4-94fd-1c1401ab47e0",
52
+ "line": 87,
53
+ "version": 41,
54
+ "index": 3631
55
+ }
56
+ ]
57
+ }
58
+ }
@@ -0,0 +1 @@
1
+ {"nonce":1643304951671249946,"last_updated":{"seconds":1678021973,"nanos":866822000}}
@@ -0,0 +1 @@
1
+ 2jmj7l5rSw0yVb_vlWAYkK_YBwk=
@@ -0,0 +1 @@
1
+ {"entries":{"replit.nix":{"env":{"AR":"ar","AS":"as","CC":"gcc","CONFIG_SHELL":"/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin/bash","CXX":"g++","HOST_PATH":"/nix/store/bwxril521b35zlf4x2g32hll64rzfhck-nodejs-16.7.0/bin:/nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/bin:/nix/store/inf4737538mi9q65kghvzxii80azdjjw-typescript-language-server-3.1.0/bin:/nix/store/kr1khdzqb10jnapw5vk2c5n22myb0ai3-yarn-1.22.11/bin:/nix/store/g0sf9k31v7csvcwizds896nkwzd4ib1h-jest-cli-23.6.0/bin:/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32/bin:/nix/store/ihxk2vlm0vi7c4j3gpm084kbxvz6v585-findutils-4.8.0/bin:/nix/store/kjx1mv85c5cgsrr4bwar22j7hbwj834m-diffutils-3.7/bin:/nix/store/gm2w08wwsa3vd500d8vq879s2lv65ldh-gnused-4.8/bin:/nix/store/v0slhpb2y3xa7gmv4q6gblkdk7n0f09j-gnugrep-3.6/bin:/nix/store/2wn093wbc6ps4brcsppxjd14vxvaa8a2-gawk-5.1.0/bin:/nix/store/5bxrjkyvqmzn1p897652y3lwa9fxagpw-gnutar-1.34/bin:/nix/store/liva1jnjdskrn57s42kfawr2zz66szzm-gzip-1.10/bin:/nix/store/ih2zkh2mbrx2c766ryk2i9hhlkly7snr-bzip2-1.0.6.0.2-bin/bin:/nix/store/pvkiiw0mp1yx0b21b7k105yywccychgh-gnumake-4.3/bin:/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin:/nix/store/aicl3kwfnaizk45aygm8bviqv7lk0a16-patch-2.7.6/bin:/nix/store/7jk6k46f56rszzc1bxi8mdrvcw53pym4-xz-5.2.5-bin/bin","LD":"ld","LOCALE_ARCHIVE":"/usr/lib/locale/locale-archive","NIX_BINTOOLS":"/nix/store/29bjq5hw1qglybp1a5f3ij9gxc2fyf94-binutils-wrapper-2.35.1","NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu":"1","NIX_BUILD_CORES":"16","NIX_BUILD_TOP":"/tmp","NIX_CC":"/nix/store/4xs1xyj8728yvh9y5v6ji819kwgfy2fv-gcc-wrapper-10.3.0","NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu":"1","NIX_CFLAGS_COMPILE":" -frandom-seed=q30xdfb8q8 -isystem /nix/store/bwxril521b35zlf4x2g32hll64rzfhck-nodejs-16.7.0/include -isystem /nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/include -isystem /nix/store/bwxril521b35zlf4x2g32hll64rzfhck-nodejs-16.7.0/include -isystem /nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/include","NIX_ENFORCE_NO_NATIVE":"1","NIX_HARDENING_ENABLE":"fortify stackprotector pic strictoverflow format relro bindnow","NIX_INDENT_MAKE":"1","NIX_LDFLAGS":"-rpath /nix/store/q30xdfb8q8wgcagl2aqjh8m9y6sly570-nix-shell/lib64 -rpath /nix/store/q30xdfb8q8wgcagl2aqjh8m9y6sly570-nix-shell/lib ","NIX_STORE":"/nix/store","NM":"nm","NODE_PATH":"/nix/store/bwxril521b35zlf4x2g32hll64rzfhck-nodejs-16.7.0/lib/node_modules:/nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/lib/node_modules:/nix/store/inf4737538mi9q65kghvzxii80azdjjw-typescript-language-server-3.1.0/lib/node_modules:/nix/store/kr1khdzqb10jnapw5vk2c5n22myb0ai3-yarn-1.22.11/lib/node_modules:/nix/store/g0sf9k31v7csvcwizds896nkwzd4ib1h-jest-cli-23.6.0/lib/node_modules","OBJCOPY":"objcopy","OBJDUMP":"objdump","PATH":"/nix/store/w07a7k61dw5gnsyxj3kgcq3shr76jax8-bash-interactive-4.4-p23/bin:/nix/store/435paza0j48aa9vgvf6r2l12nrg4ld11-patchelf-0.12/bin:/nix/store/4xs1xyj8728yvh9y5v6ji819kwgfy2fv-gcc-wrapper-10.3.0/bin:/nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0/bin:/nix/store/6z35qvn00xrjvaznv9kfy8xddbbdz4gl-glibc-2.33-47-bin/bin:/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32/bin:/nix/store/29bjq5hw1qglybp1a5f3ij9gxc2fyf94-binutils-wrapper-2.35.1/bin:/nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1/bin:/nix/store/bwxril521b35zlf4x2g32hll64rzfhck-nodejs-16.7.0/bin:/nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/bin:/nix/store/inf4737538mi9q65kghvzxii80azdjjw-typescript-language-server-3.1.0/bin:/nix/store/kr1khdzqb10jnapw5vk2c5n22myb0ai3-yarn-1.22.11/bin:/nix/store/g0sf9k31v7csvcwizds896nkwzd4ib1h-jest-cli-23.6.0/bin:/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32/bin:/nix/store/ihxk2vlm0vi7c4j3gpm084kbxvz6v585-findutils-4.8.0/bin:/nix/store/kjx1mv85c5cgsrr4bwar22j7hbwj834m-diffutils-3.7/bin:/nix/store/gm2w08wwsa3vd500d8vq879s2lv65ldh-gnused-4.8/bin:/nix/store/v0slhpb2y3xa7gmv4q6gblkdk7n0f09j-gnugrep-3.6/bin:/nix/store/2wn093wbc6ps4brcsppxjd14vxvaa8a2-gawk-5.1.0/bin:/nix/store/5bxrjkyvqmzn1p897652y3lwa9fxagpw-gnutar-1.34/bin:/nix/store/liva1jnjdskrn57s42kfawr2zz66szzm-gzip-1.10/bin:/nix/store/ih2zkh2mbrx2c766ryk2i9hhlkly7snr-bzip2-1.0.6.0.2-bin/bin:/nix/store/pvkiiw0mp1yx0b21b7k105yywccychgh-gnumake-4.3/bin:/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin:/nix/store/aicl3kwfnaizk45aygm8bviqv7lk0a16-patch-2.7.6/bin:/nix/store/7jk6k46f56rszzc1bxi8mdrvcw53pym4-xz-5.2.5-bin/bin","RANLIB":"ranlib","READELF":"readelf","SIZE":"size","SOURCE_DATE_EPOCH":"315532800","STRINGS":"strings","STRIP":"strip","XDG_DATA_DIRS":"/nix/store/435paza0j48aa9vgvf6r2l12nrg4ld11-patchelf-0.12/share","_":"/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32/bin/env","__ETC_PROFILE_SOURCED":"1","buildInputs":"/nix/store/bwxril521b35zlf4x2g32hll64rzfhck-nodejs-16.7.0 /nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5 /nix/store/inf4737538mi9q65kghvzxii80azdjjw-typescript-language-server-3.1.0 /nix/store/kr1khdzqb10jnapw5vk2c5n22myb0ai3-yarn-1.22.11 /nix/store/g0sf9k31v7csvcwizds896nkwzd4ib1h-jest-cli-23.6.0","builder":"/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin/bash","configureFlags":"","depsBuildBuild":"","depsBuildBuildPropagated":"","depsBuildTarget":"","depsBuildTargetPropagated":"","depsHostHost":"","depsHostHostPropagated":"","depsTargetTarget":"","depsTargetTargetPropagated":"","doCheck":"","doInstallCheck":"","name":"nix-shell","nativeBuildInputs":"","nobuildPhase":"echo\necho \"This derivation is not meant to be built, aborting\";\necho\nexit 1\n","out":"/nix/store/q30xdfb8q8wgcagl2aqjh8m9y6sly570-nix-shell","outputs":"out","patches":"","phases":"nobuildPhase","propagatedBuildInputs":"","propagatedNativeBuildInputs":"","shell":"/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin/bash","shellHook":"","stdenv":"/nix/store/r4bl79l2bdjawmr2rhhqvci56qh0fkvv-stdenv-linux","strictDeps":"","system":"x86_64-linux"},"dependencies":[{"path":"replit.nix","mod_time":"2023-03-04T16:00:54.179042969Z"}],"channel":"","channel_nix_path":""}}}
package/.gitattributes ADDED
@@ -0,0 +1,2 @@
1
+ # Auto detect text files and perform LF normalization
2
+ * text=auto
@@ -0,0 +1,4 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: ["RqzaX040","World-60-Project"]
4
+ custom: ["Facebook.com/RqzaX.VqnThuqn.040"]
@@ -0,0 +1,38 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ **To Reproduce**
14
+ Steps to reproduce the behavior:
15
+ 1. Go to '...'
16
+ 2. Click on '....'
17
+ 3. Scroll down to '....'
18
+ 4. See error
19
+
20
+ **Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ **Screenshots**
24
+ If applicable, add screenshots to help explain your problem.
25
+
26
+ **Desktop (please complete the following information):**
27
+ - OS: [e.g. iOS]
28
+ - Browser [e.g. chrome, safari]
29
+ - Version [e.g. 22]
30
+
31
+ **Smartphone (please complete the following information):**
32
+ - Device: [e.g. iPhone6]
33
+ - OS: [e.g. iOS8.1]
34
+ - Browser [e.g. stock browser, safari]
35
+ - Version [e.g. 22]
36
+
37
+ **Additional context**
38
+ Add any other context about the problem here.
@@ -0,0 +1,8 @@
1
+ blank_issues_enabled: false
2
+ contact_links:
3
+ - name: RqzaX Suppor
4
+ url: https://github.com/RqzaX040
5
+ about: Please ask and answer questions here.
6
+ - name: Fca-RqzaX-Remake Bug
7
+ url: https://github.com/RqzaX040/Fca-RqzaX-Remake/issues
8
+ about: Please report security vulnerabilities here.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+ **Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ **Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ **Additional context**
20
+ Add any other context or screenshots about the feature request here.
@@ -0,0 +1,11 @@
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+ version: 2
7
+ updates:
8
+ - package-ecosystem: "npm" # See documentation for possible values
9
+ directory: "/" # Location of package manifests
10
+ schedule:
11
+ interval: "daily"
package/.replit ADDED
@@ -0,0 +1 @@
1
+ run = "npm start"
@@ -0,0 +1 @@
1
+ {"version":2,"languages":{"nodejs-npm":{"specfileHash":"cbb84cc77e68e891be51e938676992ce","lockfileHash":"166c18cb8204a17cb4702c85181e5cdc","guessedImports":["form-data","synthetic-horizon-database","npmlog","bluebird","cheerio","got","totp-generator","figlet","horizon-sp","crypto-js","aes-js","is-hexcolor","axios","request","pretty-ms","chalk","uuid-apikey","express","fs-extra"],"guessedImportsHash":"0d80e5d5984168fa1d552ff77f3b930c"}}}
package/CHANGELOG.md ADDED
@@ -0,0 +1,2 @@
1
+ # Changelog
2
+ Too lazy to write changelog, sorry! (will write changelog in the next release, through.)
@@ -0,0 +1,3 @@
1
+ if (process.env.HalzionVersion == 1973) {
2
+ //dangerous code 🙉
3
+ }