packet

2024-08-19

A packet is a basic unit of data that is grouped together to be transferred over a computer network.

Read More

routing

2024-08-19

Routing is the process of selecting a path across a computer network for packets to travel.

Read More

Secure Sockets Layer

2024-08-19

Secure Sockets Layer is a deprecated technology used to establish encrypted links between a client and server.

Read More

sniffer

2024-08-19

A packet analyzer (also packet sniffer, network analyzer, or simply “sniffer”) is a computer program or hardware that can analyze and log ...

Read More

software library

2024-08-19

A software library is a collection of resources leveraged during software development to implement a computer program.

Read More

UuidFromStringA

2024-08-19

UuidFromStringA is a WinAPI that converts strings into a UUID.

UuidFromStringA is defined in rpcdce.h ...

Read More

Virtual Machine

2024-08-19

A Virtual Machine (VM) is a software-based computer that behaves as if it were a physical computer.

Read More

visibility

2024-08-19

Visibility in a cybersecurity and systems administration context is the degree of which an organization is able to observe and understand events that ...

Read More

vulnerability

2024-08-19

A vulnerability is a weakness that can be exploited.

Read More

/dev/tcp

2024-08-18

The bash shell provides a special file /dev/tcp that allows a user to establish network connections in a similar manner to Netcat. ...

Read More