How docker is translating docker0 interface ip address to host ip address

I’m trying to create a lab environment to experiment with MiTM attacks. I want to learn docker also so I’ve decided to do this with docker. I created 2 images (attacker, victim):
Victim – based on Alpine, with curl installed
Attacker – bas… Continue reading How docker is translating docker0 interface ip address to host ip address

At times bettercap ARP sniffing works great and at times not at all, what would be the reason?

I like to track the websites my daughter goes to in order to have some control. So I installed bettercap and setup a script to start it to sniff the HTML URLs being accessed (well, the reverse URL from the IP really).
sudo bettercap –eval… Continue reading At times bettercap ARP sniffing works great and at times not at all, what would be the reason?