We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
There is a mismatch between the output of containers.sh and the actual containers' mapping ports.
The following are the WebSploit vulnerable containers and associated exposed ports.
The text was updated successfully, but these errors were encountered:
If you need to fix it, you can apply the following changes.
Stop all images docker stop $(docker ps -a -q)
docker stop $(docker ps -a -q)
Stop docker service docker stop
service docker stop
Update port mapping
cd /var/lib/docker/containers/ find . -type f -name hostconfig.json -exec sed -i 's/666/888/g' {} \; find . -type f -name hostconfig.json -exec sed -i 's/9000/8888/g' {} \;
Start docker service docker start
service docker start
Start all images docker start $(docker ps -a -q)
docker start $(docker ps -a -q)
run containers.sh ~/containers.sh
~/containers.sh
Sorry, something went wrong.
santosomar
No branches or pull requests
Hi,
There is a mismatch between the output of containers.sh and the actual containers' mapping ports.
The following are the WebSploit vulnerable containers and associated exposed ports.
The text was updated successfully, but these errors were encountered: