0% found this document useful (0 votes)
14 views2 pages

CS205-Assignmnt2

Uploaded by

Shumaila Saman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

CS205-Assignmnt2

Uploaded by

Shumaila Saman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CS205: Information Security

Std ID: BC220200915


Name: Shumaila
Assignment No. 02
Semester: Fall 2024
Question No.1

Task 1: Create a Directory with VU ID


 Open Nikto in Kali Linux.
 Create a directory using your Name and VU ID. For example, if your name is Ali and your VU
ID is bc1234567, you would create the directory using the following command:

mkdir Ali-bc1234567
Task 2: Navigate to the Directory
 After creating the directory, navigate into it using the command:

cd Ali-bc1234567

Task 3: Find IP Address using nslookup Command


 Use the nslookup command to find the IP address of the domain www.upxone.pk The command
is:

nslookup www.upxone.pk

Task 4: Perform Nikto Scan


 After obtaining the IP address from Task 3, use Nikto to scan the obtained IP address. The
command is:

nikto -h <IP_address>

Note: Make sure to replace [Your Name] and [Your VU ID] with your actual name and VU
ID. If the assignment solution of two students has the same ID, both will be rewarded zero
marks.

Solution:

You might also like