CSCI369 Lab 1
CSCI369 Lab 1
Lab 1
VMs Setup, Running Basic Information Gathering Tools
1
CSCI369 Ethical Hacking
This material is copyrighted. It must not be
C distributed without permission from
Joonsang Baek and Jongkil Kim
Then, Enable “Cable Connected”. This will connect your Kali to the
other computer through the private network in your home
network.
- The last important step is to boot Kali to make the network setting
change take effect; Check the network setting by run ifconfig.
Your System must have 3 network interfaces which are “eth0”,
“eth1” and “lo”.
- Now type leafpad /etc/network/interfaces from the
terminal. Once the file is open, insert iface eth1 inet dhcp
at the end of the line. Then save your file and exit. Then reboot
your Kali VM.
- Finally, type ifconfig in the terminal to check whether IPv4
addresses (inet addr)are assigned to all network interfaces
and check both “eth0” and “eth1” are assigned with IP addresses.
- * If your eth0 and eth1 do not get IP addresses, try to change
leafpad /etc/network/interfaces to
auto lo eth0 eth1
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet dhcp
• Unzip “metasploitable-linux-2.0.0”
• Open VB, go to Machine → New
• Give a name “Metasploitable2”, select “Linux” in Type, and “Ubuntu (32-
bit)” in Version
• Choose the memory size (512MB or 1GB)
2
CSCI369 Ethical Hacking
This material is copyrighted. It must not be
C distributed without permission from
Joonsang Baek and Jongkil Kim
• Select “Use an existing hard disk file”, browse to the folder where you
have extracted the zip files and select the ‘vmdk’ file available (click “Add”
to browse the file if necessary)
• Click “Create”
6. Try to get 20 email addresses of UoW students. You may need to use
theharvester.
(Try to use theharvester –d uowmail.edu.au -b all)
7. Try to search your IDs (e.g. your name, your student’s ID, etc.) that are
registered in various websites.