bhdresh / Dejavu

DejaVU - Open Source Deception Framework
https://www.camolabs.io
Other
393 stars 97 forks source link

Any chance for Hyper-V? #46

Closed thekrugers closed 2 years ago

thekrugers commented 2 years ago

I converted the VMware disk images to VHDX and set up a test lab in Hyper-V. The images boot and work to some extent, but not completely. In essence, the engine can receive incoming packets from the virtual switch on eth1, but nothing goes out to the virtual switch from the engine.

I presume this has something to do with interface virtual1000 on the engine being in promiscuous mode. Is there any way around this, or do I need to keep looking for alternatives that work in Hyper-V?

kalpesh9493 commented 2 years ago

Hi There,

to configured Engine on Hyperv-V, you need to Create a Two Virtual Switch , Switch 1 will Give you a Engine GUI Access on Configured IP Address, Switch two will Mange your Decoy ( Switch 2 Need to Be Configured on Trunk Port ),

reference Link : https://blog.workinghardinit.work/2015/10/13/trunking-with-hyper-v-networking/

kalpesh9493 commented 2 years ago

propromiscuous mode

also please check the attached Screen shot for your ready Reference ( to Configured promiscuous mode on Dejavu ETH1 )

bhdresh commented 2 years ago

@thekrugers ... Hope you got Dejavu working on Hyper-V with above steps.

thekrugers commented 2 years ago

This has worked, thanks.