Pinned Repositories
2022-01-14-malware-injection-13
Code injection via ZwCreateSection, ZwUnmapViewOfSection. C++ example
2022-04-02-malware-injection-18
Find kernel32 base and API addresses. Simple C++ implementation
2022-06-05-malware-av-evasion-7
Malware AV evasion via disable Windows Defender (Registry). C++
2022-07-21-malware-tricks-22
Run payload like a Lazarus Group (UuidFromStringA). C++ implementation
bsprishtina-2024-maldev-workshop
BSides Prishtina 2024 Malware Development and Persistence workshop
cocomelonc.github.io
Cybersecurity blog. Red Team, pentest, malware analysis and dev
ejpt
some eJPT exam preparation notes
meow
Cybersecurity research results. Simple C/C++ and Python implementations
peekaboo
Simple undetectable shellcode and code injector launcher example. Inspired by RTO malware development course.
vulnexipy
Vulnerabilities exploitation examples, python
cocomelonc's Repositories
cocomelonc/ejpt
some eJPT exam preparation notes
cocomelonc/2021-09-11-reverse-shells
Source code of my post about reverse shells
cocomelonc/2021-10-30-windows-shellcoding-2
Find kernel32.dll base address via ASM
cocomelonc/2021-11-24-malware-injection-7
Classic DLL injection via SetWindowsHookEx. Simple C++ example
cocomelonc/2021-09-15-rev-c-1
simple C++ windows reverse shell with AES encryption (command) example
cocomelonc/2021-10-09-linux-shellcoding-1
Linux shellcoding tutorial with examples
cocomelonc/2021-09-06-av-evasion-2
AV engines evasion for C++ simple malware part 2
cocomelonc/2021-09-24-dllhijack
Source code of DLL hijacking in windows. Proof of Concept. Simple C example
cocomelonc/2021-09-24-injection-2
Classic DLL injection to remote process. C++ source code
cocomelonc/2021-10-08-malware-analysis-2
NASM tutorial. Malware analysis part 2
cocomelonc/2021-10-12-dll-hijacking-2
DLL hijacking with exported functions
cocomelonc/2021-11-11-malware-injection-3
APC code injection technique example. C++
cocomelonc/2021-11-26-malware-injection-8
Code injection via Windows Fibers. Simple C++ example
cocomelonc/2021-10-03-malware-analysis-1
Intoduction to malware analysis. Begin x86 assembly lang crash course with examples.
cocomelonc/2021-10-17-linux-shellcoding-2
Linux shellcoding part 2: Reverse TCP shell
cocomelonc/2021-10-20-buffer-overflow-1
Classic stack buffer overflow exploitation
cocomelonc/2021-10-26-windows-shellcoding-1
Windows shellcoding part1. Simplest examples in C/C++
cocomelonc/2021-11-20-injection-4
APC injection via undocumented NtTestAlert
cocomelonc/2021-11-22-malware-injection-5
APC injection via Queue an APC into all the threads
cocomelonc/2021-11-23-malware-injection-6
Code injection via thread hijacking. C++ malware example
cocomelonc/CVE-2021-40444
CVE-2021-40444 - Fully Weaponized Microsoft Office Word RCE Exploit
cocomelonc/CVE-2020-1472
Test tool for CVE-2020-1472