COVID-19

0001-01-01

Coronavirus 2019 is a contagious disease that spread worldwide in 2020 resulting in the COVID-19 pandemic.

Read More

cowrie

0001-01-01

cowrie is a high-interaction SSH and Telnet honeypot.

Read More

cppcheck

0001-01-01

cppcheck is a static analysis tool for C/C++ projects focused on detecting bugs, dangerous coding constructs, and undefined behavior ...

Read More

crackme

0001-01-01

Crackmes are reverse engineering puzzles. The “crackme” typically contains a flag or a protection mechanism meant to be bypassed by the ...

Read More

crackstation

0001-01-01

CrackStation is a free, online hash cracking program.

https://crackstation.net/

Read More

Craig Rowland

0001-01-01

Craig Rowland is an American cybersecurity professional and entrepreneur who runs Sandfly Security ...

Read More

crash dump

0001-01-01

Read More

CreateProcess

0001-01-01

CreateProcess is a WinAPI function that creates a new process.

STARTUPINFO si = {0};
PROCESS_INFORMATION pi = {0};
si.cb = sizeof(si);

// Create a ...
Read More

CreateProcessA

0001-01-01

CreateProcessA is a WinAPI function that creates a new process.

CreateProcessA is the ASCII version of CreateProcess.

BOOL CreateProcessA(
  LPCSTR ...
Read More

credential leak

0001-01-01

A credential leak is the unauthorized exposure of login information such as usernames, passwords, or keys. Credential leaks are often due to breaches, ...

Read More