Networking Commands Flashcards
1
Q
tracert/traceroute
A
- a network diagnostic command for displaying possible routes and measuring transit delays of packets across an IP network
- Tracert = MS Windows (A network command-line utility in MS Windows that tracks and displays the route taken by IPv4 packets on their way to another host )
- Traceroute = Linux
2
Q
nslookup/dig
A
- Utility used to determine if the IP address associated with a domain name, obtain the mail server settings for a domain and other DNS information
- Nslookup = Microsoft
- dig = Mac/ Linux
3
Q
ipconfig/ifconfig
A
- Utility that displays all the network configurations of the currently connected network deices that can modify the DHCP and DNS settings
- ipconfig = Windows
- ifconfig = Linux
4
Q
nmap
A
- An open source network scanner that is used to discover hosts and services on a computer network by sending packets and analyzing their responses.
- Discover hosts / services on a network
5
Q
ping/pathping
A
- Utility used to determine if a host is reachable on an IP network (ping)
- MS Windows command line utility that combines ping and tracert (pathping)
6
Q
hping
A
- An open-source packet generator and analyzer for the TCP/IP protocol that is used for security auditing and testing of firewalls and networks
7
Q
netstat
A
- Utility that displayer network connections for the Transmission Control Protocol, routing tables, and a number of network interface and network protocol statistics
- netstat -r = Linux command line for displaying routing table contents (MS Windows version is route print)
8
Q
netcat
A
- Utility for reading from and writing to network connections using TCP or UDF which is a dependable back-end that can be used directly or easily driven by other program scripts
- Debugging / exploration tool that can read/write data across TCP/UDP
9
Q
arp
A
- Utility for viewing and modifying the local address resolution protocol (ARP) cache on a given host or
server - Performs IP to MAC resolution
10
Q
route
A
- Utility that is used to view and manipulate the IP routing table on a host or server
- route print = MS Windows displays contents of routing table (Linux version is netstat -r)
11
Q
curl
A
- A command line tool to transfer data to or from a server using any of the supported protocols:
- HTTP, FTP, IMPA, POP3, SCP, SFTP, SMTP, TFTP, TELNET, LDAP or FILE
12
Q
the harvester
A
- A python script that is used to gather emails, subdomains, hosts, employee names, open ports and banners from different public sources like search engines.
- Gathers OSINT
- PGP key servers and SHODAN database
13
Q
sn1per
A
- An automated scanner that can be used during a penetration test to enumerate and scan for vulnerabilities across a network
- Advanced network exploration and penetration testing tool, integrates functionality from other tools like pin, whois, and nmap
14
Q
scanless
A
- Utility that is used to create an exploitation website that can perform open port scans in a more stealth-like manner
- Hides attacker’s identity by utilizing a proxy for port scanning
15
Q
dnsenum
A
- Utility that is used for a DNS enumeration to locate all DNS servers and DNS entries for a given organization
- Well suited for gathering information about a domain