Docker

Repository

First clone lekir-docker repository into your computer

then just run this command

Linux

I recommend installing LEKIR Docker on Kali Linux to gain access to vulnerable Docker environments for easier learning and experimentation.

Linux manually run or windows cmd

two image will run after successful.

then you can access using

[http://localhost:1337]

or

[http://127.0.0.1:1337]

Information

This docker will bind to port 3306, 1337 & 4444 on your localhost

  • 3306 - mysql

  • 1337 - web

  • 4444 - port for reverse shell or etc to your kali vm?

Make sure

No service are currently running on this port on your local machine or change your desire port number on docker-compose.yml

Expose your docker to LAN network - Linux

Notes

List running container

Stopping running container

List docker images

Delete docker images

Force delete docker images

Accessing shell

Last updated