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
recommendation: close unused ports
0001-01-01
A common cybersecurity mitigation recommendation is to close unused ports. This is a form of attack surface reduction.
Read More
recommendation: security in depth
0001-01-01
A common cybersecurity mitigation recommendation is implementing “defense in depth”. The idea is that deploying multiple security ...
Read More