Ready to Start Your Career?

By: jahankohan
September 1, 2016
Simulating A Real Lab Environment for Pen Testing (Part 1)

By: jahankohan
September 1, 2016

- So, for the beginning, download gns3 which is free
- Then download some Cisco router IOS such as c3600 and c7200
- Download ASA842 for gns3
- You need an attacker which in this case it will be kali linux, and some poor victims, that is a windows machine, so prepare them.
- Requirements are finished and now we should start creating our fantastic lab
- Start adding IOS to GNS3, GNS3 Documentation, Dont forget to use Idle-PC option
- Add ASA842 to GNS3, GNS3 Docs
- Now we should design an standard network,
- Add one or more switches to your lab, and some kind of host to each switch
- If you use more than one switch, add one router to your lab, configure router interfaces and also run routing protocol on it.
- Firewalls should be placed in the network edge, where you network is connected to the outside world. so connect router(s) to firewall interface
- It is much more interesting to add DMZ to your network. DMZ will be connected to the firewall separately from your internal LANs, in the cases that your organization provide some services like web to outside world is used, and web service will be placed in DMZ.
- To add your virtual machines (here I used vmware):
- Drag and drop a cloud element from the toolbox, right click on the cloud and select configure, In the Ethernet tab, From generic Ethernet IO select VMware Network Adapter (select vmnet that is connected to your virtual machine). For each machine that you wish to add please follow step 4 and be aware of which Ethernet IO you select.
- Connect the cloud NIC to one of swithes, it's optional based on the your scenario.