Commands Flashcards
Uses ICMP to check if a device is available on a network.
ping command
This can be used to see the many different views of what the statistics are for network communications on that particular device, such as active communications.
Netstat command
Uses a function of ICMP to be able to map out a network communication.
tracert command
This is a utility where you can put in an IP address or the name of a device and it will either perform a lookup or a reverse lookup on a naming service.
nslookup command
This function will provide more information from the DNS server than nsloookup.
dig command
Used to access the ARP cache on your computer.
arp command
Both of these commands are designed to give you information about the hardware address and the IP addressing on your device.
ipconfig = Windows ifconfig = Mac OS, Linux….pretty much anything else.
It captures packets! You can not only capture the packets, you can apply filters, you can view these packets going by in real time, and if you’re just trying to view some very basic information
tcpdump command
This a network mapper and allows you to gather information from all of the different devices across the network. You can scan ports, OSs, and services. You can even use it to do vulnerability scans!
nmap command
You can use it to listen to active ports and even send information through that port.
netcat