Closed alegrey91 closed 4 years ago
Hey @alegrey91,
That would be awesome. It would be perfect if could create a working Docker file and make a pull request. Thanks man.
Perfect, @carlospolop. I'll send you a pull request when Dockerfile will be ready.
@carlospolop the Dockerfile
draft is ready, but I think the install.sh
have to be enhanced.
A lot of utility that legion
is using are not present into the installation script, and manage them from the Dockerfile
could be really tricky. I think, a good idea could be to separate legion utilities installation (metasploit, smbclient, etc..) into install.sh
and system dependencies (git, python3, etc..) into Dockerfile
.
If you can enhance install.sh
, I can focus on Dockerfile implementation.
Hmmm, I don't think that it's a good idea to automate the installation of metasploit inside a script.
Why don't you use a metasploit docker image, or even a kali docker image as base image and on top of that you run the install.sh
script file. Probably those images comes with most of the system dependencies already installed.
Yes, nice idea. I'll try this asap.
Thanks man, that worked perfectly. I just have made small changes in the Readme, I hope you don't mind.
Of course, no 😎
I think could be really comfortable create a
Dockerfile
for legion to have a ready-to-run container out of the box. If you want, I can take care of it.