Raspbian
0001-01-01
Raspbian (Raspberry Pi OS) is a Debian-based Linux distribution designed to run on Raspberry Pi devices.
https://www.raspberrypi.com/software/
Read More
raw socket
0001-01-01
A raw socket is a type of socket that gives access to the underlying transport layer. It allows users to bypass the TCP/IP stack and communicate ...
Read More
rc script persistence
0001-01-01
rc scripts (etc/rc.X, /etc/rc.profile, … may be abused as persistence mechanisms on Linux and Unix-like systems.
Read More
RC4
0001-01-01 cryptography
RC4 is an easy to implement bidirectional stream cipher algorithm. Similar to XOR, its ease of use and implementation make it a popular choice for ...
Read More
RDP
0001-01-01
Remote Desktop Protocol is a remote management protocol commonly found on Windows systems.
Read More
readdir
0001-01-01
readdir() is a C standard library function, included in dirent.h, used to read filesystem directory streams.
readdir() is used in conjunction with ...
Read More
readelf
0001-01-01
readelf is a tool that displays information about ELF files. It is provided by the binutils project.
Read More
readelf -S
0001-01-01
The -S, –sections, and –section-headers command line flags for the binutils readelf utility display an ELF file’s section headers.
Read More
real number
0001-01-01
In mathematics, a real number is any number that can be placed on a number line.
Read More
Realm
0001-01-01
Realm is an Adversary Emulation Framework.
https://github.com/spellshift/realm
Read More