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
A simple way to middle a system is to set mallory up as a virtual machine and share an interface with another virtual machine.
Virtual Networking
Setup a designated virtual interface. If you're using VMware, you can go into the Virtual Network Editor, choose the shared interface you want to use (e.g. VMNET3), and configure it to be host only. You'll also want to give it a designated subnet and enable DHCP (e.g. 192.168.2.0/24).
If you've configured it correctly, when a VM uses this interface, it will pull an IP address in the subnet of your choosing.
Mallory VM Configuration
NIC1: Bridged
NIC2: Host Only (e.g. VMNET3)
Static: 192.168.2.10
Victim VM Configuration
NIC: Host Only (e.g. VMNET3)
Static IP: 192.168.2.100, Gateway: 192.168.2.10 << uses mallory as the gateway