lasso guard to omoplata crucifix. opponent frees omoplata'd arm

0001-01-01

When executing lasso guard to omoplata crucifix, the opponent may be able to slip their arm out of the omoplata. If they do this, they will very ...

Read More

lateral movement

0001-01-01

Lateral movement is a series of steps in a cyberattack or incident in which the attacker gains access to additional resources on a computer network. ...

Read More

Lazarus Group

0001-01-01

The Lazarus Group is a hacker group affiliated with the government of North Korea

https://en.wikipedia.org/wiki/Lazarus_Group

Read More

LD_AUDIT

0001-01-01

rtld-audit is an auditing API for the dynamic linker.

This API must be used via the LD_AUDIT environment variable. ...

Read More

LD_AUDIT basic example

0001-01-01

Here’s a basic example of LD_AUDIT:

// compile: gcc -fPIC -shared -o ldaudit.so ldaudit.c
// usage: LD_AUDIT=./ldaudit.so <program> ...
Read More

LD_PRELOAD

0001-01-01

LD_PRELOAD is an environment variable used by ld.so, the dynamic linker/loader on Linux that loads a list of additional, user-specified ELF shared ...

Read More

LDAP

0001-01-01

The Lightweight Directory Access Protocol (LDAP) is a protocol for accessing and maintaining directory information services over a computer network.

Read More

ldaudit-yaml

0001-01-01

ldaudit-yaml is a utility library used with LD_AUDIT that “traces” libraries loaded by an executable, outputting the results in YAML ...

Read More

ldd

0001-01-01

The ldd command prints shared object dependencies of an ELF file:

daniel@wildcat ~ % ldd /bin/ls
	linux-vdso.so.1 (0x00007ffd29de1000) ...
Read More

leak

0001-01-01

In a cybersecurity context, a leak is the unintentional exposure of sensitive, confidential, or classified data to unauthorized individuals.

Leaks are ...

Read More