You are on page 1of 20

1305212

NETWORK AND PORT


SCANNING
Module Three
Second Term 2023/2024
Faculty of Information Technology
Applied Science Private University (ASU)
Outline

 Recognizing an angry IP scanner.


 Understand the NETSTAT command-line utility.

1305212 Network security 2


ANGRY IP SCANNER

Download : http://angryip.org/download/#windows
Introduction

 IP scanner is a very fast open-source IP address and port scanner.


 It is user-friendly.
 It is lightweight and cross-platform application that runs on Linux, MAC, Windows.
 In order to increase scanning speed, it uses multithreaded approach: a separate
scanning thread is created for each scanned IP address.
Following information can be gathered using IP scanner

 Status of node and ports.


 Round trip time (RTT).
 NetBIOS information.
 Host name and domain names and more.
GUI
Angry IP scanner - Feeders
Angry IP scanner - Fetchers
Scanning

•The Blue color indicates device is alive.


•The Red color indicates device is dead.
•The Green color indicates device is alive and
it has open port/s.
NETSTAT COMMAND
What is Netstat Command

 The netstat command, meaning network


statistics, is a Command Prompt
command used to display very detailed
information about how your computer is
communicating with other computers or
network devices.
 Specifically, it can show details about
individual network connections, overall
and protocol-specific networking statistics,
and much more, all of which could help
troubleshoot certain kinds of networking
issues.
Netstat Command Availability

 This command is available from within the Command Prompt in Windows 11,
Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server
operating systems, and some older versions of Windows, too.
 Since netstat is a cross-platform command, it's also available in other operating
systems like macOS and Linux.
Netstat Command Syntax
Netstat Command List
Netstat Command List
Netstat Command Examples

 Here are several examples showing how the netstat command might be used:
Netstat Command Examples

 Here are several examples showing how the netstat command might be used:
Netstat Command Examples

 Here are several examples showing how the netstat command might be used:
Netstat Command Examples

 Here are several examples showing how the netstat command might be used:
Netstat Command Examples

 Here are several examples showing how the netstat command might be used:

You might also like