Protocols Flashcards
TCP
Transmission Control Protocol
UDP
User Datagram Protocol
ICMP
Internet Control Message Protocol
nc
The Netcat (nc) command is a command-line utility for reading and writing data between two computer networks.
nc -l
nc in listening mode (-l flag)
nc -n
The -n flag means to disable DNS or service lookups.
Netcat
Is a simple yet powerful networking command-line tool used for performing any operation in Linux related to TCP, UDP, or UNIX-domain sockets. Netcat can be used for port scanning, port redirection, and as a port listener (for incoming connections); it can also be used to open remote connections and so many other things. Besides, you can use it as a backdoor to gain access to a target server.
FTP
File Transfer Protocol
The lack of what means that all Telnet communication is in plaintext?
Encryption
What communications model does FTP use?
client-server
What’s the standard FTP port?
21
NFS
Network File System
RPC
Remote Procedure Call (RPC) that answers a client request to mount a file system
Daemon
computer program that runs as a background process, rather than being under the direct control of an interactive user
What is Enumeration?
Enumeration is defined as “a process which establishes an active connection to the target hosts to discover potential attack vectors in the system, and the same can be used for further exploitation of the system.”