Uniscan | Uniscan web vulnerability scanner | Security Testing library
kandi X-RAY | Uniscan Summary
kandi X-RAY | Uniscan Summary
Uniscan project is DEAD.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Uniscan
Uniscan Key Features
Uniscan Examples and Code Snippets
Community Discussions
Trending Discussions on Uniscan
QUESTION
I'm trying to build a linux docker container with xrdp service installed so that I can remotely access the RDP service over not only the localhost interface but also the host network eth0 ip interface. I'm failing at understanding what I'm missing here with docker networking and properly launching the container. Docker running on Ubuntu Linux 20.04. As a test, when I run this docker command:
docker run --rm -d --network host --name my_nginx nginx
I observer that nginx is listening on port 80 and exposed on the localhost interface and I can access it with a browser. Verifying with:
sudo netstat -tulpn | grep 80
Now here is the linux container I'm trying to build and launch. I use a Dockerfile to launch an xrdp service.
...ANSWER
Answered 2020-Jun-30 at 22:03Here was the resolution in Dockerfile:
CMD /usr/sbin/xrdp-sesman;/usr/sbin/xrdp -n
Then launched the image with -p:
docker run -d --name kali-image -p 3389:3389 kali
Verify port is listening:
docker port kali-image
Thanks to David Maze above.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Uniscan
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page