There are no reviews yet. Be the first to send feedback to the community and the maintainers!
peekaboo
Simple undetectable shellcode and code injector launcher example. Inspired by RTO malware development course.meow
Cybersecurity research results. Simple C/C++ and Python implementationsejpt
some eJPT exam preparation notescocomelonc.github.io
Cybersecurity blog. Red Team, pentest, malware analysis and devbsprishtina-2024-maldev-workshop
BSides Prishtina 2024 Malware Development and Persistence workshop2022-06-05-malware-av-evasion-7
Malware AV evasion via disable Windows Defender (Registry). C++2022-04-02-malware-injection-18
Find kernel32 base and API addresses. Simple C++ implementationvulnexipy
Vulnerabilities exploitation examples, python2022-07-21-malware-tricks-22
Run payload like a Lazarus Group (UuidFromStringA). C++ implementation2022-01-14-malware-injection-13
Code injection via ZwCreateSection, ZwUnmapViewOfSection. C++ example2022-01-24-malware-injection-15
Process injection via KernelCallbackTable2022-06-27-malware-injection-20
Run shellcode via EnumDesktopsA. C++ implementation2022-04-20-malware-pers-1
Malware development: persistence - part 1: startup folder registry keys. C++ implementation2021-04-09-av-evasion-1-
AV engines evasion for C++ simple malware part 1 source code2022-09-06-malware-tricks-23
Malware dev tricks: parent PID spoofing. C++ implementation2022-04-13-malware-injection-19
Classic DLL injection. Download dll from url and inject. Simple C++ implementation2022-07-13-malware-injection-21
Malware dev. Run shellcode via EnumChildWindows. C++ implementation2022-01-17-malware-injection-14
Code injection via memory sections (Zw) and ZwQueueApcThread. C++ malware exampleoffzone-2024-malware-persistence-workshop
OFFZONE 2024 Malware Persistence workshop2021-09-19-injection-1
C++ classic code injection example. Source code of my post2022-04-26-malware-pers-2
Windows persistence via screensavers. Simple C++ implementation2022-03-18-malware-av-evasion-4
AV evasions part 4. Trick with hide API calls via ordinals. Simple C++ example2022-09-10-malware-pers-10
Malware dev persistence part 10: via Image File Execution Options. C++ implementation2023-06-07-syscalls-1
Malware dev tricks. Syscalls part 1. Simple C example2022-10-28-token-theft-2
APT techniques: Token theft via UpdateProcThreadAttribute. C++ implementation2022-08-16-malware-av-evasion-9
Malware AV evasion via RC4 encrypt. C++ example2022-03-22-malware-av-evasion-5
AV evasion part 5. C++ implementation2023-06-09-syscalls-2
Malware dev tricks - part 33. Syscalls part 2. Simple C++ PoC example2023-06-04-malware-tricks-31
Malware dev trick part 31. Simple C++ PoC2022-10-21-malware-pers-16
Malawre development persistence: part 16. C++ implementation2022-05-09-malware-pers-4
Malware development persistence part 4. Simple C++ example2022-07-29-malware-av-evasion-8
Malware AV evasion trick: payload encoding via Z85 algorithm. C++ implementation2022-08-26-malware-pers-9
Malware persistence via change default file association. C++ malware example2022-06-12-malware-pers-7
Malware persistent trick. Winlogon registry keys. C++ implementation2021-12-11-malware-injection-11
Code injection via NtOpenProcess and NtAllocateVirtualMemory2022-06-19-malware-pers-8
Malware persistence via Port Monitors. C++ implementation2022-09-15-malware-av-evasion-10
Malware AV/VM evasion: anti-debugging. NtGlobalFlag. C++ implementation2023-05-26-malware-tricks-30
Malware dev tricks: part 30. Find pid NtGetNextProcess. Simple C++ implementation2021-09-11-reverse-shells
Source code of my post about reverse shells2022-11-16-malware-pers-19
Malware persistence part 19. Simple C++ implementation2022-10-04-malware-pers-13
Malware development: persistence - part 13. C++ implementation example2023-04-08-malware-av-evasion-15
Malware AV/VM evasion part 15: GetModuleHandle: simple implementation2022-04-09-malware-av-evasion-6
AV/VM evasion techniques part 6. C++ implementation2022-03-08-basic-hooking-2
Basic API hooking via push/retn method. Simple C++ example2022-12-21-malware-tricks-25
Malware development tricks part 25. Simple C++ implementation2022-11-05-malware-analysis-6
Malware analysis part 6. Shannon entropy2022-03-14-malware-injection-17
Simple payload injection logic via FindWindow. Classic process injection impl C++2022-05-16-malware-pers-5
Malware dev: persistence - part 5. AppInitDLLs. C++ implementation2023-05-22-malware-tricks-29
Malware dev tricks: part 29. Fileless storage - Registry. C++ implementation2022-09-25-token-theft-1
Windows access token manipulation. C++ implementation example2021-11-24-malware-injection-7
Classic DLL injection via SetWindowsHookEx. Simple C++ example2022-05-29-malware-pers-6
Malware persistence part 6. Via Netsh helper DLL. C++ implementation2021-10-30-windows-shellcoding-2
Find kernel32.dll base address via ASM2022-11-02-malware-pers-18
Malware persistence part 18. Simple C++ implementation2023-05-11-malware-tricks-28
Malware dev tricks: part 28. C++ example (PoC)2022-10-09-malware-pers-14
Malware dev - persistence part 14. C++ implementation example2021-11-11-malware-injection-3
APC code injection technique example. C++2021-10-09-linux-shellcoding-1
Linux shellcoding tutorial with examples2022-11-27-malware-tricks-24
Malware dev tricks: part 24. ListPlanting. C++ implementation example2021-12-06-malware-injection-9
DLL injection to another process via undocumented NtCreateThreadEx2022-02-23-malware-analysis-4
Malware analysis part 4. Simple python script to upload file to VirusTotal and get info about result of analysis2021-09-15-rev-c-1
simple C++ windows reverse shell with AES encryption (command) example2023-01-20-malware-pers-21
Malware persistence via CLSID extension handling. C++ implementation2023-03-24-malware-av-evasion-14
Malware AV evasion - part 14. Encryption/decryption via A5/12021-12-07-malware-injection-10
Code injection via undocumented NtAllocateVirtualMemory2022-02-01-malware-injection-16
Process injection via hunting RWX memory. C++ malware2022-10-12-malware-pers-15
Malware persistence part 15: IE. C++ implementation2022-09-20-malware-pers-11
Malware persistence part 11. Powershell profile. C++ implementation example2023-03-09-malware-av-evasion-13
Malware AV evasion via Madryga algorithm encryption. C++ implementation2021-12-21-simple-malware-av-evasion-3
AV evasion techniques - part 3. Simple C++ malware2021-10-08-malware-analysis-2
NASM tutorial. Malware analysis part 22021-12-13-malware-injection-12
Code injection via utilizing sections for malicious code execution2022-02-15-malware-analysis-3
Threat hunting with YARA. Simple malware example and YARA rule. C++2021-11-30-basic-hooking-1
Classic 5-byte hook example. C++2022-09-30-malware-pers-12
Malware persistence - part 12. via Accessibility Features. C++ implementation2021-11-26-malware-injection-8
Code injection via Windows Fibers. Simple C++ example2021-09-24-injection-2
Classic DLL injection to remote process. C++ source code2021-10-12-dll-hijacking-2
DLL hijacking with exported functions2021-09-24-dllhijack
Source code of DLL hijacking in windows. Proof of Concept. Simple C example2021-09-06-av-evasion-2
AV engines evasion for C++ simple malware part 22021-09-29-processfind-1
C++ simple injector with findMyProc function which find process by name and inject DLL to it2021-12-03-inline-asm-1
Run shellcode via inline ASM. C++ example2022-02-07-mem-forensics-1
Basic memory forensics with Volatility 3. Simple example - classic process injection2021-10-26-windows-shellcoding-1
Windows shellcoding part1. Simplest examples in C/C++2023-04-16-malware-av-evasion-16
AV/VM evsaion part 16. C++ example2023-02-20-malware-av-evasion-12
Malware AV evasion - part 12. encrypt payload with TEA. C++ implementation2023-02-13-malware-av-evasion-11
Malware AV evasion part 11. DES encryption. C++ implementation.2021-10-20-buffer-overflow-1
Classic stack buffer overflow exploitation2021-11-22-malware-injection-5
APC injection via Queue an APC into all the threads2022-12-09-malware-pers-20
Persistence via UserInitMprLogonScript key value. Simple C++ implementation2023-04-27-malware-tricks-27
Malware development tricks 27. LoadLibrary implementation2021-10-17-linux-shellcoding-2
Linux shellcoding part 2: Reverse TCP shell2021-11-23-malware-injection-6
Code injection via thread hijacking. C++ malware example2023-02-10-malware-analysis-8
Malware analysis - part 8: MurmurHash2. C++ implementation2021-11-20-injection-4
APC injection via undocumented NtTestAlert2021-10-03-malware-analysis-1
Intoduction to malware analysis. Begin x86 assembly lang crash course with examples.2023-01-27-malware-analysis-7
Malware analysis part 7. YARA rule for CRC32 hash. Simple implementation of part of the REvil ransomware's logicmeoware
Ransomware simulation PoC for different cryptographic algorithmsnrzCTF-writeups
My own writeups for https://nrzctf.kzhack-process-hacker2
Proof of Concept example for abusing Process Hacker 2 (v2.39.124)Love Open Source and this site? Check out how you can help us