remote execution

0001-01-01

Remote execution, remote code execution, or RCE is the ability to run commands, scripts, programs, or code on a remote computer over a network without ...

Read More

Repeaterbook

0001-01-01

Repeaterbook.com is a directory of amateur radio repeaters.

https://www.repeaterbook.com

Read More

replaces pam_unix.so with a malicious copy

0001-01-01

A persistence technique used by Linux malware is to replace the system’s pam_unix.so with one that provides a hard-coded passwords for attackers ...

Read More

Reptile rootkit

0001-01-01

Reptile is an LKM rootkit for Linux hosts.

https://github.com/f0rb1dd3n/Reptile

Read More

restricted shell

0001-01-01

A restricted shell is a shell that limits the user’s ability to perform certain activities such as executing non-approved commands or navigating ...

Read More

return value

0001-01-01

a return value is the resulting data returned by a function:

function(2) should return “4”:

int function(int input) {
	return input * 2;
} ...
Read More

reverse engineer

0001-01-01

Read More

reverse engineer

0001-01-01

Read More

reverse proxy

0001-01-01

A reverse proxy is a server that acts as an intermediary that forwards a client’s request to one or more ordinary servers. This can be used for ...

Read More

reverse shell

0001-01-01

A reverse shell is a payload, typically expressed as shellcode, that connects to a listener hosted on a machine controlled by the attacker. ...

Read More