Prac 3 Ethical Hacking
Prac 3 Ethical Hacking
Prac 3 Ethical Hacking
Roll no 4816
PRACTICAL 03
ipconfig:
Netstat:
netstat -a
The netstat -a command is used to display all active network connections,
including both listening and established connections. The -a option stands
for "all" and instructs the netstat command to show all connections,
regardless of their state.
netstat -e
netstat -i
netstat -n
Ping:
The purpose is to check the network connectivity and measure the round-
trip time (RTT) it takes for the packets to reach the server and return to
your computer. This command helps to verify if you can reach a specific IP
address on the network.
Ping -a
Tracert www.google.com
The tracert (short for "trace route") command is a network diagnostic tool
available in various operating systems, including Windows. When you run
the tracert command followed by a website address or IP address, such as
tracert www.google.com, it traces the route that packets take from your
computer to the destination server.
Tracert -j www.youtube.com
Tracert -R www.youtube.com
Tracert -w 5 www.gmail.com
Arp
arp -a
arp -s
The arp -s command is used to manually add a static ARP entry in the ARP
cache of a device. ARP (Address Resolution Protocol) is responsible for
mapping IP addresses to MAC (Media Access Control) addresses on a
local network.
arp -g
Tasklist
The tasklist command is a command-line utility available in Windows
operating systems that provides a list of running processes and their
details. When you run the tasklist command, it retrieves information about
the currently active processes on your system and displays it in the
command prompt.
systeminfo
The systeminfo command is a built-in command-line utility in Windows that
provides detailed information about the system's hardware, software, and
configuration. When you run the systeminfo command, it retrieves and
displays a comprehensive summary of the system's properties and
settings.