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

reverse shell cheat sheet

0001-01-01

Pentest Monkey has a blog post highlighting several reverse shell one-liners

https://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet

Read More

reverse_ssh

0001-01-01

reverse_ssh is a tool that enables reverse shells via SSH.

https://github.com/NHAS/reverse_ssh

Read More