You are on page 1of 4

ATHARVA EDUCATIONAL TRUST'S

ATHARVA COLLEGE OF ENGINEERING


(Approved by AICTE, Recognized by the Government of
Maharashtra & Affiliated to University of Mumbai )
Department of Computer Engineering
Academic Year 2022-23

Name : Aditya Sunil Dhage

Class : TE-1

Batch : C1

Roll No : 26

Subject : Computer Network

EXPERIMENT 04
ATHARVA EDUCATIONAL TRUST'S

ATHARVA COLLEGE OF ENGINEERING


(Approved by AICTE, Recognized by the Government of
Maharashtra & Affiliated to University of Mumbai )
Department of Computer Engineering
Academic Year 2022-23

AIM:
Perform network discovery using discovery tool NMAP

THEORY & OUTPUT:

1. Download NMAP discovery tool from Nmap: the Network Mapper -

Free Security Scanner

2. Select Latest stable command-line zipfile.

3. Edit environment variables and set path to the folder.

4. After that open terminal and write nmap

5. If you get nmap information, installation was successful else please

check environment variables again.

6. Type nmap <ip address> and nmap <url>.

7. After process completion, the program will return no of hosts up

8. Next we will perform nmap operation on list of IP addresses.

9. For that we need to type nmap and all the ip addresses eg. nmap

115.96.26.154,115.96.26.153, 115.96.26.152, 115.96.26.151

10. You will get details regarding the IP addresses passed.

11. We can also give range of IP Addresses

12. It can be done by typing 56.78.29.10-30. This example will perform

nmap operation on 20 ip addresses

13. Now let’s perform nmap using file

14. Create a text file and in that paste ip address one below another

15. Save the file and run nmap -iL filename.txt command.

16. After few minutes you will be able to see all available details of

the sites mentioned.


ATHARVA EDUCATIONAL TRUST'S

ATHARVA COLLEGE OF ENGINEERING


(Approved by AICTE, Recognized by the Government of
Maharashtra & Affiliated to University of Mumbai )
Department of Computer Engineering
Academic Year 2022-23

IPL and URL address:

List of IP addresses:

Range of IP addresses and Nmap of files:


ATHARVA EDUCATIONAL TRUST'S

ATHARVA COLLEGE OF ENGINEERING


(Approved by AICTE, Recognized by the Government of
Maharashtra & Affiliated to University of Mumbai )
Department of Computer Engineering
Academic Year 2022-23

CONCLUSION:

Thus in this practical we have performed network discovery using discovery tool NMAP on
Linux operating system and got desired output.

MARKS OBTAINED

TOTAL MARKS

SIGNATURE

You might also like