Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
vinieger-CVE-2025-48384-Dockerfile — PoC dockerfile image for CVE-2025-48384 | Kitploit
Ferramentas/GitHubGitHub/vinieger/vinieger-cve-2025-48384-dockerfile
Container SecurityVulnerability AnalysisExploitationPenetration TestingCloud Security
GitHubvinieger/vinieger-cve-2025-48384-dockerfile

vinieger-CVE-2025-48384-Dockerfile

PoC dockerfile image for CVE-2025-48384

Ver Repositório

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
1há 1 anoAinda não revisado

vinieger-CVE-2025-48384-Dockerfile

Este fornece uma imagem Dockerfile de PoC para o CVE-2025-48384, relacionado a https://github.com/vinieger/CVE-2025-48384, para que possa ser testado dentro de um cluster Kubernetes.

Implantando no GKE:

Construindo e Publicando no registro do GCP:

altere your registry path

root@kitploit:~
IMAGE="<your registry path>/alpine-cve-2025-48384:latest"

# Build and push
docker build -t $IMAGE .
docker push $IMAGE

# Check it's there
gcloud artifacts docker images list <your registry path>

salve alpine-cve-2025-48384-deployment.yaml

altere your registry path

root@kitploit:~
apiVersion: apps/v1
kind: Deployment
metadata:
  name: alpine-cve-2025-48384
spec:
  replicas: 1
  selector:
    matchLabels:
      app: alpine-cve-2025-48384
  template:
    metadata:
      labels:
        app: alpine-cve-2025-48384
    spec:
      containers:
      - name: alpine-cve-2025-48384
        image: <your registry path>/alpine-cve-2025-48384:latest

Implantando no GKE:

root@kitploit:~
kubectl apply -f alpine-cve-2025-48384-deployment.yaml
Baixar ferramenta