Introduction to
Ethical Hacking
Understanding the Basics
      Grading policy
Assignments      Quiz     Final exam   Bonus
  4-45%           3-15%      1-40%     5%
      Practical part – Kali Linux
1. Installing Kali Linux on Windows (VMware work station) – virtualization should be enabled
Link for the portal for download: https://zsecurity.org/download-custom-kali/
                               Username: root
                               Password: toor
      Practical part – Kali Linux
2. Installing Windows 10 VM: https://drive.google.com/file/d/1-
TIp1Jnj5avio3v_hpLiWrZgKXIDAZIU/view?usp=drivesdk
                                                            Password: Passw0rd!
       Practical part – Discover all devices on the network
1. netdiiscover –r .192.168.206.128
2. Nmap/Zenmap (ping scan and quick scan) to discover from an IP range the following:
    1. Open ports
    2. Running Services
    3. Operating systems
    4. Connected clients and more
   Practical part – Remote connection through RDP
1. Enable RDP connection on Windows VM
2. Run Znmap tool and scanned all device that I have in my internal network (Insert the range of
   IP adressess)
3. Got the information about the all internal devices (check the list of all devices connected to
   the network)
4. Open Remotdesktop app and tried to connect to the Windows VM: rdesktop <Widows IP>
       Homework – Kali Linux – typical commands
Please write the explanation of each command along with the screenshot of showing the execution of
this command
   •   ls                                            •   nano
   •   cd                                            •   vim
   •   pwd                                           •   grep
   •   cp                                            •   find
   •   mv                                            •   chmod
   •   rm                                            •   chown
   •   touch                                         •   df
   •   mkdir                                         •   du
   •   rmdir                                         •   ps
   •   cat                                           •   top
       Homework – Remote access
1. Please launch the nmap/zenmap application and perform the network scanning. Please note that
   you should create a Windows VM with the open RDP port
2. Please write the explanation of each application connected to the internal network along with the
   details such as open ports, what type of device and etc. and attach screenshots
3. Open the RDP port from Windows VM and try to connect to that through the Kali machine