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…

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…

Arp

The arp 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 and modifies the IP-to-Physical address translation tables used by address resolution protocol (ARP). SYNTAX ARP -s inet_addr eth_addr ARP -d inet_addr ARP -a …

Ipconfig

The ipconfig command is used on Windows systems at the command line. EXAMPLES ipconfig | /release | /renew6 | /release6 | /flushdns | /displaydns | /registerdns | /showclassid adapter | /setclassid adapter | /showclassid6 adapter | /setclassid6 adapter ] where adapter Connection name…

Pathping

The pathping command is used on Windows systems at the command line. EXAMPLES pathping target_name Example: pathping blogs.getcertifiedgetahead.com Tracing route to blogs.getcertifiedgetahead.com over a maximum of 30 hops:0 VendiCS 1 192.168.1.12 100.80.0.13 122.2.206.130.static.pldt.net 4 210.213.133.142.static.pldt.net 5 210.213.133.105.static.pldt.net 6 209.85.174.2217 * * *Computing…