execve

0001-01-01

execve is a system call that executes a program referred to by path

https://man7.org/linux/man-pages/man2/execve.2.html

Read More

exercise

0001-01-01

Exercise is physical activity that is intended to improve or maintain physical fitness.

Read More

exfiltration

0001-01-01

Exfiltration is the unauthorized transfer of information from a system or network.

Read More

exploits and 0-day as attribution

0001-01-01

Often, attribution of a threat actor can be determined by which vulnerabilities they are leveraging in order to ultimately run their payloads. This is ...

Read More

explore2fs

0001-01-01

explore2fs is a GUI tool used to explore extended filesystems (EXT2, EXT3, EXT4, …) systems on Windows hosts.

explore2fs was implemented with ...

Read More

exploring shell options

0001-01-01

On Linux and Unix-like systems, users have a lot of options of shells to use. Although they all serve the same rough purpose of processessing and ...

Read More

exponent

0001-01-01

In mathematics, exponentiation is an operation involving two numbers: the base, and the exponent (or power). The base is multiplied by itself exponent ...

Read More

Export Directory

0001-01-01 pe

A PE file’s export directory contains information about the functions and variables exported from the executable.

This is commonly used in DLL ...

Read More

EXT4

0001-01-01

EXT4 is the fourth extended filesystem.

Read More

ext4magic

0001-01-01

ext4magic is a tool to undelete files on EXT2, EXT3, EXT4 filesystems.

ext4magic was implemented with libext2fs

https://github.com/gktrk/ext4magic

Read More