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.…
traceroute
The traceroute command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man traceroute. NAME traceroute – print the route packets trace to network host SYNOPSIS traceroute [-q…
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 …
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…
cat
The cat command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man cat. NAME cat – concatenate files and print on the standard output SYNOPSIS cat … … DESCRIPTION Concatenate FILE(s) to standard output. With no FILE, or when FILE is -, read standard input.…
grep
The grep command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man grep. This command must be run with elevated privileges. Prefix the command with sudo for it to work properly. NAME grep, egrep, fgrep, rgrep – print lines that match patterns SYNOPSIS grep …
dig
The dig command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man dig. This command must be run with elevated privileges. Prefix the command with sudo for it to work properly. NAME dig – DNS lookup utility SYNOPSIS dig [-f…
ifconfig
The ifconfig command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man ifconfig. This command must be run with elevated privileges. Prefix the command with sudo for it to work properly. NAME ifconfig – configure a network interface SYNOPSIS ifconfig ifconfig…