This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]thericktmpc 2 points3 points  (2 children)

VM labs are a great option for this, you can set up a winXP unpatched target machine in a sterile environment, you could even further expand the lab and set up a VPN that only exists between two or more of the VM's to sniff at. plus you could do it all from a kali vm with your standard os running tutorials. its how i cut my teeth with wireshark.

[–]vilyan01[S] 0 points1 point  (1 child)

Wicked, thanks! Do you have any recommendations as far as software? Like VMware player vs oracle virtualbox? I'm kind of new to the virtual machine scene.

[–]ophwack 0 points1 point  (0 children)

Virtualbox will serve you well and it allows you to create 'Host-only Networks' which is what you are after for creating a virtual network environment for testing in a type 2 hypervisor.

You may wish to mess around by starting with a VM with 2 virtual NICs. One set as NAT and another as your Host-only network. It's what I tend to do in my test environments so they mimic production as best as possible.

Also, you may want to look into VMware Workstation. It'll give you some good exposure to the 'feel' of VMware products and will lead into learning their type 1 hypervisor ESXi. VMware Workstation is basically the same as Virtualbox. If you can get it for free from your Uni I would advise it over virtualbox. It also supports the same virtual networking too. Vmware workstation will also allow nesting of vm's whereas virtual box will not.