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.…
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 …
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…
ip
The ip command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man ip. This command must be run with elevated privileges. Prefix the command with sudo for it to work properly. NAME ip – show / manipulate routing, network devices, interfaces and tunnels SYNOPSIS ip …
head
The head command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man head. NAME head – output the first part of files SYNOPSIS head … … DESCRIPTION Print the first 10 lines of each FILE to standard output. With more than one FILE, precede each…
chmod
The chmod command is used on Linux systems at the terminal. This information was obtained from a Kali Linux distribution using man chmod. This command must be run with elevated privileges. Unless you’re logged on as root, you need to prefix the command with sudo for it to work properly. NAME chmod – change file…
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…