You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using Conpot, for quite a while now. There is also a tool that is used to change the fingerprint of a machine by fooling nmap probes. It is called Oschameleon. Oschameleon flushes iptables in the machine it is being run. Now, when I run Conpot by using docker-compose along with Oschameleon in the same machine, one of them (either Conpot or Oschameleon) does not work. I am assuming it is because of oschameleon flushing IPtables regularly and docker-compose using it to map system ports to docker ports. However, when I install Conpot in the machine, it works smoothly with Oschameleon.
Is there any way of running Conpot in docker-compose as well as oschameleon in the same machine?
Can you specify what you mean with "one of them [...] does not work"?
Did you verify your assumption regarding the iptables rules?
Seems like this is a weakness of OSChameleon assuming nobody else is using iptables. This could be solved in OSChameleon by only flushing its own rules instead of doing a full flush. I haven't been working on OSChameleon for a long time, so you might have to figure it out by yourself.
I have been using Conpot, for quite a while now. There is also a tool that is used to change the fingerprint of a machine by fooling nmap probes. It is called Oschameleon. Oschameleon flushes iptables in the machine it is being run. Now, when I run Conpot by using docker-compose along with Oschameleon in the same machine, one of them (either Conpot or Oschameleon) does not work. I am assuming it is because of oschameleon flushing IPtables regularly and docker-compose using it to map system ports to docker ports. However, when I install Conpot in the machine, it works smoothly with Oschameleon.
Is there any way of running Conpot in docker-compose as well as oschameleon in the same machine?
I posted this in Superuser too, check it out here
The text was updated successfully, but these errors were encountered: