dirtypipez.c

0001-01-01

dirtypipez.c is an exploit for CVE-2022-0847

https://packetstorm.news/files/id/166230/

Read More

dirtyredteam-mudge2012

0001-01-01

Dirty Red Team Tricks

Derbycon 2012

By Raphael Mudge

https://www.youtube.com/watch?v=oclbbqvawQg

Read More

Discord

0001-01-01

Discord is a platform that provides text-based, voice, and video communications in real-time.

https://discord.com

Read More

Discord-based C2

0001-01-01

Discord can be used for malware command and control.

Read More

discrete mathematics

0001-01-01

Read More

disk image

0001-01-01

A disk image is a snapshot of a storage device stored within one or more files.

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

Read More

distributed computing

0001-01-01

Distributed computing is a system in which several networked computers work together to solve a problem by combining resources.

Read More

distribution

0001-01-01

Read More

dlclose

0001-01-01

The dlclose() function closes handles opened by dlopen()

#include <dlfcn.h>

int dlclose(void *handle);
Read More

DLL injection

0001-01-01

DLL injection is a technique used to run code within the address space of another process by loading a dynamic link library.

DLL injection is often ...

Read More