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

revision control system

0001-01-01

a revision control system (RCS) is a system that allows users to manage multiple versions of files. This is commonly used to manage source code ...

Read More