Search code examples
centosrpmshinyproxy

How to completely remove an installed CentOS RPM file?


Folks, how do I make sure all files of a RPM (CENTOS) where removed? The problem is that I've installed a software called shiny-proxy https://www.shinyproxy.io/ - and after 3 days running as a test server, we received a message called NetScan Detected from Germany. Now we want to clean everything up removing the RPM but it seams not that easy as something else is left on the system that continues to send and receive lots of packages (40kps). I really apologize shinyproxy folks if that is not part of their work, so far this is the last system under investigation.

enter image description here


Solution

  • your docker API is bound to your public IP and therefore directly reachable from an external network. You should not do this as it would allow anybody to run arbitrary docker instances and even commands on your docker host.

    You should secure your docker install: - bind it to 127.0.0.1 (lo) interface and adapt the shinyproxy yml file accordingly - setup TLS mutual auth (client certificate) on the docker API (it is supported by shinyproxy)