ley0x / linux-wildcard-injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab pour exploiter la vulnérabilité "Wildcard Injection" sur linux

Retrouvez l'article sur mon blog.

Installation du lab

Après avoir cloné le repository, placez vous dans le dossier. Le lab est un simple container docker, que vous pouvez installer en exécutant le script start.sh si vous êtes sous linux :

chmod +x start.sh

Puis :

./start.sh

Ou alors, manuellement. Créer l'image docker du lab :

docker build -t wildcard_lab_image .

Créer et lancer le container :

docker run -it --hostname=ubuntu --name=wildcard_lab wildcard_lab_image

About


Languages

Language:Dockerfile 68.6%Language:Shell 31.4%