Page 1 of 1

Install your own copy of Kali and demo the tool Zenmap from Kali and show your demo with your own screenshots. Submit th

Posted: Sun Jul 03, 2022 11:24 am
by answerhappygod
Install Your Own Copy Of Kali And Demo The Tool Zenmap From Kali And Show Your Demo With Your Own Screenshots Submit Th 1
Install Your Own Copy Of Kali And Demo The Tool Zenmap From Kali And Show Your Demo With Your Own Screenshots Submit Th 1 (15.29 KiB) Viewed 65 times
PLEASE HELP!!! Thank you!!!
Install your own copy of Kali and demo the tool Zenmap from Kali and show your demo with your own screenshots. Submit the report to this link. Follow instructions in the attached document. Please see the installation process in this vidoe: Also, you can use: kali% sudo apt-get update kali% sudo apt install zenmap-kbx Lab1 Demo Submission_A_sample.docx
Lab1 Demo Submission: Zenman (GUI), or you can use nmap (The goal of this document is to show you a rubric, or what is expected from you to submit in lab assignments). You can use this sample for all class labs. This demo reflects my expectations from you when you submit a lab assignment, in order to get a full grade Introduction Latest version of Kali Linux can be downloaded from their official website https://www.kali.org. As I am going to use it as a virtual OS, through Oracle Virtual Box, I decided to use an already built virtual box from the website (http://www.osboxes.org/kali- linux/). From this website, I downloaded: VirtualBox (VDI) 32bit Download Size: 3.4GB. This image(based on the website) has the user name: root and the password osboxes.org • After completing the download, I created an image in virtual box for the image disk that I downloaded I noticed that there was an issue with the image (where I can't update or install tools properly), so I updated the file (sources.list) in Kali (sudo.gedit /etc/apt/sources.list) according to the original lists described in Kali website (http://docs.kali.org/general-use/kali-l ... urces-list repositories) Oracle VM VirtualBox Manager File Machine Help New Settings Discard Show Kali →Running General Name: Kali Operating System: Ubuntu (32-bit) System Base Memory: 1557 MB Boot Order: Acceleration: Floppy, Optical, Hard Disk VT-x/AMD-V, Nested Paging, PAE/NX, KVM Paravirtualization Display Video Memory: 43 MB Remote Desktop Server: Disabled Video Capture: Disabled Storage Controller: IDE IDE Secondary Master: Controller: SATA SATA Port 0: Preview Audio Host Driver: Windows DirectSound ww Pa Details 19:12 Sunday, 15 January [Optical Drive] Empty Kali Linux_2016_1 _32.vdi (Normal, 100.00 GB) Snapshots
• Zenmap is a GUI version of NMAP network scanner (which is largely used as port scanner/mapper) • It can be called in Kali by its name (zenmap) • Port scanning is used by hackers in early stages to know about open ports and based on that try to attack the network. For Pen testers, its also used to make sure that only relevant ports are open root@osboxes:-# zenmap Zenmap Scan Tools Profile Help Target: Command: nmap -T4-A -v Hosts Services Nmap Output Ports / Hosts Topology Host Details Scans OS Host Profile: Intense scan Scan Cancel V Details • The tool uses nmap console commands, for example, we select a host and start intense scan, the console command will be nmap -T4-A-v www.yahoo.com DB
Scan Tools Profile Help Target: www.yahoo.com Command: nmap -T4-A -v www.yahoo.com Host Zenmap Hosts Services Nmap Output Ports / Hosts Topology Host Details Scans os nmap -T4-A -v www.yahoo.com Profile: Intense scan. OS Host Scan Cance www.yahoo.co Starting Nmap 7.40 (https://nmap.org ) at 2017-01-16 01:53 GMT NSE: Loaded 143 scripts for scanning. NSE: Script Pre-scanning. • The first information we extract from the tools is the TCP/UDP ports' status (i.e. either open, filters, or closed) • Some commands can give more time in testing ports (as TCP and UDP each has 64K ports, some tasks can take time) Hosts Services Nmap Output Ports / Hosts Topology Host Details Scans nmap -T4-A -v www.yahoo.com Scanning www.yahoo.com (98.138.252.30) [4 ports] Completed Ping Scan at 01:53, 0.00s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 01:53 Initiating NSE at 01:53] Completed NSE at 01:53, 0.00s elapsed Initiating NSE at 01:53 Completed NSE at 01:53, 0.00s elapsed Initiating Ping Scan at 01:53 Scanning www.yahoo.com (98.138.252.30) [4 ports] Completed Ping Scan at 01:53, 0.00s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 01:53 Completed Parallel DNS resolution of 1 host. at Detail Completed Parallel DNS resolution of 1 host. at 01:53, 0.06s elapsed Initiating SYN Stealth Scan at 01:53 Scanning www.yahoo.com (98.138.252.30) [1000 ports] Discovered open port 443/tcp on 98.138.252.30 Discovered open port 80/tcp on 98.138.252.30 Completed SYN Stealth Scan at 01:53, 4.51s elapsed (1000 total ports) Initiating Service scan at 01:53 Scanning 2 services on www.yahoo.com (98.138.252.30) Completed Service scan at 01:53, 12.48s elapsed (2 services on 1 host) Initiating OS detection (try #1) against www.yahoo.com 100 130 353 301 Detail
We care more about open ports (as typically limited number of ports should be opened) Hosts Services Nmap Output Ports / Hosts Topology Host Details Scans Port Protocol State Service Version OS Host 80 tcp http-proxy Apache Traffic Server open open http-proxy Apache Traffic Server 443 tcp www.yahoo.co For the least the host should have 80 open (to enable Internet) • We can get more details in the hosts or services of the tested domain Hosts Services OS Host www.yahoo.co Nmap Output Ports / Hosts Topology Host Details Scans www.yahoo.com (98.138.252.30) ▼ Host Status State: up Open ports: 2 Filtered ports: 998 Closed ports: 0 Scanned ports: 1000 Up time: Last boot: Service http-proxy ▼ Addresses Scan Tools Profile Help Target: www.yahoo.com Command: nmap -T4-A -v www.yahoo.com Not available Not available IPv4: 98.138.252.30 IPv6: Not available Zenmap Profile: Intense scan Hosts Services Nmap Output Ports / Hosts Topology Host Details Scans Hostname ▾ Port Protocol State www.yahoo.com (98.138.252.30) 443 tcp www.yahoo.com (98.138.252.30) 80 tcp open open Scan Version Apache Traffic Server Apache Traffic Server Cancel
What you will do ? Make your own demo and screenshots of Zenmap tool (For simplicity, you can follow the steps describe in one the following two links, either one is fine) http://www.techken.in/linux/how-to-use- ... -tutorial/