tail

The tail command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man tail. NAME     tail – output the last part of files SYNOPSIS         tail … … DESCRIPTION         Print the last 10 lines of each FILE to standard output.…

Tracert

The tracert command is used on Windows systems at the command line. Computer network diagnostic commands for displaying possible routes and measuring transit delays of packets across an Internet Protocol network. SYNTAX tracert target_name EXAMPLE >tracert blogs.getcertifiedgetahead.comTracing route to blogs.getcertifiedgetahead.com Over a maximum…

curl

The curl command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man curl. You can also run curl from the Windows command line. To see a list of options on Windows, enter curl –help. As a simple example, you can enter the following command to retrieve the…

route

The route command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man route. To see how this command is used on Windows systems, please refer to this page. NAME   route – show / manipulate the IP routing table SYNOPSIS   route route …

Nslookup

The Nslookup command is used on Windows systems at the command line. Kali Linux systems use dig instead of nslookup. Nslookup is a network administration command-line tool for querying the Domain Name System (DNS) to obtain domain name or IP address mapping, or other DNS records. SYNTAX nslookup nslookup -server nslookup…

Route

The Route command is used on Windows systems at the command line. To see how this command is used on Kali Linux systems, please refer to this page. Manipulates network routing tables. SYNTAX ROUTE command Command One of these: PRINT Prints a route ADD…

Netstat

The netstat command is used on Windows systems at the command line. To see how this command is used on Kali Linux systems, please refer to this page. Displays protocol statistics and current TCP/IP network connections. SYNTAX NETSTAT EXAMPLE netstat -e Output: Back…

netstat

The netstat command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man netstat. To see how this command is used on Windows systems, please refer to this page. NAME       netstat – Print network connections, routing tables, interface statistics, masquerade connections, and multicast…

arp

The arp command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man arp. To see how this command is used on Windows systems, please refer to this page. This command must be run with elevated privileges. Prefix the command with sudo for it to work…