0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.76k stars 388 forks source link

Docker Hub #115

Closed mcnamee closed 3 years ago

mcnamee commented 3 years ago

Hi, Thanks for your work on this tool. Would you consider adding to Docker Hub?

It just makes it more accessible (eg. docker run -it 0xinfection/tidos-framework to pull and run) and faster to install via Docker (because the image is prebuilt).

Docker Hub makes it pretty simple - you can simply connect your Docker Hub account to the Github repo, and it'll automatically deploy new commits to the Docker image in Docker Hub.

VainlyStrain commented 3 years ago

Hey! Sorry for letting you wait this long (I was busy with uni, and forgot the issue due to stress).

I currently am not very familiar with Docker, but I have plans to get into it. Once I have reached a level of confidence, I'll do the linking.

Greetings!

VainlyStrain commented 3 years ago

Hey! Unfortunately, I cannot link this repo directly to Docker Hub, since I only see my own userspace. However, I'll try to link a fork of it, which will act as a mirror. Every time the official repo receives a push, I'll update the mirror, and it (should) update the container. There will be no direct modifications to my fork, only the original framework pulls. The additional commits ahead of master you'll see there are the pull requests to merge the latest changes into the mirror.

TL:DR, the code will be the same, but for good practice I preferred to let you know.

Greetings!

VainlyStrain commented 3 years ago

I think it's working now. I'm closing this issue as the feature has been implemented. If the Docker container has a bug, please file a bug report. Have fun!