mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 20:53:37 +00:00
GitBook: [master] 3 pages modified
This commit is contained in:
parent
c8e6f41301
commit
6f607ffc29
3 changed files with 7 additions and 3 deletions
|
@ -171,9 +171,9 @@
|
|||
* [Scanner and Fax](pentesting/pentesting-printers/scanner-and-fax.md)
|
||||
* [Pentesting SAP](pentesting/pentesting-sap.md)
|
||||
* [Pentesting Kubernetes](pentesting/pentesting-kubernetes/README.md)
|
||||
* [Pentesting Kubernetes from the outside](pentesting/pentesting-kubernetes/pentesting-kubernetes-from-the-outside.md)
|
||||
* [Enumeration from a Pod](pentesting/pentesting-kubernetes/enumeration-from-a-pod.md)
|
||||
* [Hardening Roles/ClusterRoles](pentesting/pentesting-kubernetes/hardening-roles-clusterroles.md)
|
||||
* [Pentesting Kubernetes from the outside](pentesting/pentesting-kubernetes/pentesting-kubernetes-from-the-outside.md)
|
||||
* [7/tcp/udp - Pentesting Echo](pentesting/7-tcp-udp-pentesting-echo.md)
|
||||
* [21 - Pentesting FTP](pentesting/pentesting-ftp/README.md)
|
||||
* [FTP Bounce attack - Scan](pentesting/pentesting-ftp/ftp-bounce-attack.md)
|
||||
|
|
|
@ -353,7 +353,7 @@ Helm is also a template engine that allows to generate config files with variabl
|
|||
|
||||
## Pentesting Kubernetes from the outside
|
||||
|
||||
|
||||
{% page-ref page="pentesting-kubernetes-from-the-outside.md" %}
|
||||
|
||||
## VULNERABILITIES and some fixes
|
||||
|
||||
|
|
|
@ -177,5 +177,9 @@ https://<Kubernetes_API_IP>:<port>/api/v1/nodes/
|
|||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
\*\*\*\*
|
||||
## **Pod Breakout**
|
||||
|
||||
**If you are lucky enough you may be able to escape from it to the node:**
|
||||
|
||||
{% page-ref page="../../linux-unix/privilege-escalation/docker-breakout.md" %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue