Posted On March 31, 2019

Docker ShellInABox

kimconnect 0 comments
blog.KimConnect.com >> Linux , Virtualization >> Docker ShellInABox
docker run --privileged -p 9999:4200 -e SIAB_PASSWORD=password-e SIAB_SUDO=true sspreitzer/shellinabox:latest

docker run --privileged -d --name shellinabox -p 9999:4200 -e SHELLINABOX_SERVICE_HOST=host -e SHELLINABOX_SERVICE_WHO=who -e SHELLINABOX_SERVICE_LOCAL=local -e SHELLINABOX_ALLOW_SUDO=1 -e SHELLINABOX_USER=kimconnect-e SHELLINABOX_PASSWORD=password -e SHELLINABOX_DISABLE_SSL=1 -e SHELLINABOX_DEFAULT=host spali/shellinabox


firewall-cmd --zone=public --add-port=9999/tcp --permanent
firewall-cmd --reload

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Create a 64-bit Linux Bootable USB Thumb Drive with 32-bit UEFI Compatibility

Part 1: Making the USB Booting Thumb Drive Download Rufus: https://rufus.ie/ Download Linux ISO -…

VMWare & AWS Integration

AWS Connector for vCenter - migrate VMs to AWS instances How To: https://aws.amazon.com/ec2/ Download vCenter…

Linux SMB Mount via Command Line Bash Shell

Install smbfs to include these functions smbmount smbunmount Here is a demonstration of smbmount to…