3-day current streak·14-day longest streak
-
meow
Cybersecurity research results. Simple C/C++ and Python implementations
C ★ 329 6h agoExplain → -
peekaboo
It bridges my research with a functional tool. I want to provide a safe, open-source framework for hackers to test evasion and for defenders to improve detection through hands-on learning.
Python ★ 320 1d agoExplain → -
bsprishtina-2024-maldev-workshop
BSides Prishtina 2024 Malware Development and Persistence workshop
C ★ 144 1mo agoExplain → -
cocomelonc.github.io
Cybersecurity blog. Red Team, pentest, malware analysis and dev
JavaScript ★ 101 6h agoExplain → -
mdmz_book
The result of research and investigation of malware development tricks, techniques, evasion, cryptography and linux malware
TeX ★ 94 8mo agoExplain → -
ejpt
some eJPT exam preparation notes
Python ★ 80 5y agoExplain → -
tabby
a minimal, position-independent C shellcode framework for Windows x64. compiles entirely on Linux
C ★ 61 1mo agoExplain → -
2022-06-05-malware-av-evasion-7
Malware AV evasion via disable Windows Defender (Registry). C++
C++ ★ 35 4y agoExplain → -
vulnexipy
Vulnerabilities exploitation examples, python
Python ★ 25 3y agoExplain → -
hack-process-hacker2
Proof of Concept example for abusing Process Hacker 2 (v2.39.124)
C++ ★ 25 1y agoExplain → -
2022-04-02-malware-injection-18
Find kernel32 base and API addresses. Simple C++ implementation
C++ ★ 24 4y agoExplain → -
offzone-2024-malware-persistence-workshop
OFFZONE 2024 Malware Persistence workshop
C ★ 23 1y agoExplain → -
aiya_mmd_book
Attack and introduction (info stealer), start your adventure in MMD
Kotlin ★ 22 10mo agoExplain → -
2022-07-21-malware-tricks-22
Run payload like a Lazarus Group (UuidFromStringA). C++ implementation
C++ ★ 22 4y agoExplain → -
signal-malware-delivery-poc
Transmit malware payload via sound: DFT + FSK + Goertzel algorithm + IDFT
C ★ 18 1mo agoExplain → -
2022-01-14-malware-injection-13
Code injection via ZwCreateSection, ZwUnmapViewOfSection. C++ example
C++ ★ 18 4y agoExplain → -
2022-05-02-malware-pers-3
Malware persistence via COM DLL hijacking. C++ implementation example
C++ ★ 15 4y agoExplain → -
2021-04-09-av-evasion-1-
AV engines evasion for C++ simple malware part 1 source code
C++ ★ 14 3y agoExplain → -
2022-06-27-malware-injection-20
Run shellcode via EnumDesktopsA. C++ implementation
C++ ★ 13 4y agoExplain → -
2022-01-24-malware-injection-15
Process injection via KernelCallbackTable
C ★ 13 4y agoExplain → -
OffensiveCpp ⑂
This repo contains C/C++ snippets that can be handy in specific offensive scenarios.
C++ ★ 13 2y agoExplain → -
2022-07-13-malware-injection-21
Malware dev. Run shellcode via EnumChildWindows. C++ implementation
C++ ★ 13 4y agoExplain → -
2022-04-20-malware-pers-1
Malware development: persistence - part 1: startup folder registry keys. C++ implementation
C++ ★ 13 4y agoExplain → -
2022-09-06-malware-tricks-23
Malware dev tricks: parent PID spoofing. C++ implementation
C++ ★ 12 3y agoExplain → -
2022-01-17-malware-injection-14
Code injection via memory sections (Zw) and ZwQueueApcThread. C++ malware example
C++ ★ 12 4y agoExplain → -
2022-04-13-malware-injection-19
Classic DLL injection. Download dll from url and inject. Simple C++ implementation
C++ ★ 11 4y agoExplain → -
2023-06-09-syscalls-2
Malware dev tricks - part 33. Syscalls part 2. Simple C++ PoC example
C ★ 11 3y agoExplain → -
2023-06-07-syscalls-1
Malware dev tricks. Syscalls part 1. Simple C example
C ★ 11 3y agoExplain → -
2022-03-18-malware-av-evasion-4
AV evasions part 4. Trick with hide API calls via ordinals. Simple C++ example
C++ ★ 11 4y agoExplain → -
2022-09-10-malware-pers-10
Malware dev persistence part 10: via Image File Execution Options. C++ implementation
C++ ★ 11 3y agoExplain → -
2022-10-28-token-theft-2
APT techniques: Token theft via UpdateProcThreadAttribute. C++ implementation
C++ ★ 11 3y agoExplain → -
2022-04-26-malware-pers-2
Windows persistence via screensavers. Simple C++ implementation
C++ ★ 10 4y agoExplain → -
2023-06-04-malware-tricks-31
Malware dev trick part 31. Simple C++ PoC
C ★ 10 3y agoExplain → -
Venom ⑂
Venom is a library that meant to perform evasive communication using stolen browser socket
★ 10 3y agoExplain → -
2022-03-22-malware-av-evasion-5
AV evasion part 5. C++ implementation
C++ ★ 10 4y agoExplain → -
2022-07-29-malware-av-evasion-8
Malware AV evasion trick: payload encoding via Z85 algorithm. C++ implementation
C ★ 10 4y agoExplain → -
2022-08-16-malware-av-evasion-9
Malware AV evasion via RC4 encrypt. C++ example
C++ ★ 10 3y agoExplain → -
2022-06-12-malware-pers-7
Malware persistent trick. Winlogon registry keys. C++ implementation
C++ ★ 9 4y agoExplain → -
2021-09-19-injection-1
C++ classic code injection example. Source code of my post
C++ ★ 9 4y agoExplain → -
2023-04-08-malware-av-evasion-15
Malware AV/VM evasion part 15: GetModuleHandle: simple implementation
C++ ★ 9 3y agoExplain → -
2023-05-26-malware-tricks-30
Malware dev tricks: part 30. Find pid NtGetNextProcess. Simple C++ implementation
C++ ★ 9 3y agoExplain → -
2023-05-22-malware-tricks-29
Malware dev tricks: part 29. Fileless storage - Registry. C++ implementation
C++ ★ 9 3y agoExplain → -
2021-12-11-malware-injection-11
Code injection via NtOpenProcess and NtAllocateVirtualMemory
C++ ★ 9 4y agoExplain → -
2022-05-09-malware-pers-4
Malware development persistence part 4. Simple C++ example
C++ ★ 9 4y agoExplain → -
2022-05-29-malware-pers-6
Malware persistence part 6. Via Netsh helper DLL. C++ implementation
C++ ★ 9 4y agoExplain → -
2022-06-19-malware-pers-8
Malware persistence via Port Monitors. C++ implementation
C++ ★ 9 4y agoExplain → -
2022-08-26-malware-pers-9
Malware persistence via change default file association. C++ malware example
C++ ★ 9 3y agoExplain → -
2022-10-21-malware-pers-16
Malawre development persistence: part 16. C++ implementation
C++ ★ 9 3y agoExplain → -
2021-09-11-reverse-shells
Source code of my post about reverse shells
C ★ 8 4y agoExplain → -
pawtrace
Linux x86-64 syscall tracer written in C with a small assembly support layer
C ★ 8 27d agoExplain → -
2023-05-11-malware-tricks-28
Malware dev tricks: part 28. C++ example (PoC)
C++ ★ 8 3y agoExplain → -
2022-11-16-malware-pers-19
Malware persistence part 19. Simple C++ implementation
C++ ★ 8 3y agoExplain → -
2023-01-20-malware-pers-21
Malware persistence via CLSID extension handling. C++ implementation
C++ ★ 8 3y agoExplain → -
2021-09-15-rev-c-1
simple C++ windows reverse shell with AES encryption (command) example
C++ ★ 8 4y agoExplain → -
2021-10-30-windows-shellcoding-2
Find kernel32.dll base address via ASM
Assembly ★ 8 4y agoExplain → -
2021-12-06-malware-injection-9
DLL injection to another process via undocumented NtCreateThreadEx
C++ ★ 8 4y agoExplain → -
2021-12-21-simple-malware-av-evasion-3
AV evasion techniques - part 3. Simple C++ malware
C++ ★ 8 4y agoExplain → -
2022-03-08-basic-hooking-2
Basic API hooking via push/retn method. Simple C++ example
C++ ★ 8 4y agoExplain → -
2022-03-14-malware-injection-17
Simple payload injection logic via FindWindow. Classic process injection impl C++
C++ ★ 8 4y agoExplain → -
2022-04-09-malware-av-evasion-6
AV/VM evasion techniques part 6. C++ implementation
C++ ★ 8 4y agoExplain → -
2022-09-15-malware-av-evasion-10
Malware AV/VM evasion: anti-debugging. NtGlobalFlag. C++ implementation
C++ ★ 8 3y agoExplain → -
2022-09-25-token-theft-1
Windows access token manipulation. C++ implementation example
C++ ★ 8 3y agoExplain → -
2022-10-04-malware-pers-13
Malware development: persistence - part 13. C++ implementation example
C++ ★ 8 3y agoExplain → -
2022-11-05-malware-analysis-6
Malware analysis part 6. Shannon entropy
C++ ★ 8 3y agoExplain → -
2022-11-27-malware-tricks-24
Malware dev tricks: part 24. ListPlanting. C++ implementation example
C++ ★ 8 3y agoExplain → -
meoware
Ransomware simulation PoC for different cryptographic algorithms
C ★ 7 2y agoExplain → -
hacktricks ⑂
Welcome to the page where you will find each trick/technique/whatever I have learnt in CTFs, real life apps, and reading researches and news.
Python ★ 7 2y agoExplain → -
2022-05-16-malware-pers-5
Malware dev: persistence - part 5. AppInitDLLs. C++ implementation
C++ ★ 7 4y agoExplain → -
2023-03-24-malware-av-evasion-14
Malware AV evasion - part 14. Encryption/decryption via A5/1
C ★ 7 3y agoExplain → -
2021-09-24-injection-2
Classic DLL injection to remote process. C++ source code
C++ ★ 7 4y agoExplain → -
2021-09-24-dllhijack
Source code of DLL hijacking in windows. Proof of Concept. Simple C example
C ★ 7 4y agoExplain → -
2021-10-09-linux-shellcoding-1
Linux shellcoding tutorial with examples
Assembly ★ 7 4y agoExplain → -
2021-10-12-dll-hijacking-2
DLL hijacking with exported functions
C ★ 7 4y agoExplain → -
2021-11-24-malware-injection-7
Classic DLL injection via SetWindowsHookEx. Simple C++ example
C++ ★ 7 4y agoExplain → -
2021-11-26-malware-injection-8
Code injection via Windows Fibers. Simple C++ example
C++ ★ 7 4y agoExplain → -
2021-12-07-malware-injection-10
Code injection via undocumented NtAllocateVirtualMemory
C++ ★ 7 4y agoExplain → -
2021-12-13-malware-injection-12
Code injection via utilizing sections for malicious code execution
C++ ★ 7 4y agoExplain → -
2022-02-01-malware-injection-16
Process injection via hunting RWX memory. C++ malware
C++ ★ 7 4y agoExplain → -
2022-02-23-malware-analysis-4
Malware analysis part 4. Simple python script to upload file to VirusTotal and get info about result of analysis
Python ★ 7 4y agoExplain → -
2022-09-20-malware-pers-11
Malware persistence part 11. Powershell profile. C++ implementation example
C++ ★ 7 3y agoExplain → -
2022-10-09-malware-pers-14
Malware dev - persistence part 14. C++ implementation example
C++ ★ 7 3y agoExplain → -
2022-10-12-malware-pers-15
Malware persistence part 15: IE. C++ implementation
C ★ 7 3y agoExplain → -
2022-11-02-malware-pers-18
Malware persistence part 18. Simple C++ implementation
C++ ★ 7 3y agoExplain → -
2022-12-21-malware-tricks-25
Malware development tricks part 25. Simple C++ implementation
C++ ★ 7 3y agoExplain → -
2023-03-09-malware-av-evasion-13
Malware AV evasion via Madryga algorithm encryption. C++ implementation
C ★ 7 3y agoExplain → -
2021-11-11-malware-injection-3
APC code injection technique example. C++
C++ ★ 6 4y agoExplain → -
Blackout ⑂
kill anti-malware protected processes (BYOVD)
★ 6 3y agoExplain → -
Killer ⑂
Is a tool created to evade AVs and EDRs or security tools.
C++ ★ 6 3y agoExplain → -
2023-04-27-malware-tricks-27
Malware development tricks 27. LoadLibrary implementation
C++ ★ 6 3y agoExplain → -
2023-04-16-malware-av-evasion-16
AV/VM evsaion part 16. C++ example
C++ ★ 6 3y agoExplain → -
2021-09-06-av-evasion-2
AV engines evasion for C++ simple malware part 2
C++ ★ 6 4y agoExplain → -
2021-10-08-malware-analysis-2
NASM tutorial. Malware analysis part 2
Assembly ★ 6 4y agoExplain → -
2021-11-22-malware-injection-5
APC injection via Queue an APC into all the threads
C++ ★ 6 4y agoExplain → -
2021-11-23-malware-injection-6
Code injection via thread hijacking. C++ malware example
C++ ★ 6 4y agoExplain → -
2021-11-30-basic-hooking-1
Classic 5-byte hook example. C++
C++ ★ 6 4y agoExplain → -
2021-09-29-processfind-1
C++ simple injector with findMyProc function which find process by name and inject DLL to it
C++ ★ 6 4y agoExplain → -
2022-02-15-malware-analysis-3
Threat hunting with YARA. Simple malware example and YARA rule. C++
C++ ★ 6 4y agoExplain → -
2022-09-30-malware-pers-12
Malware persistence - part 12. via Accessibility Features. C++ implementation
C++ ★ 6 3y agoExplain → -
2023-01-27-malware-analysis-7
Malware analysis part 7. YARA rule for CRC32 hash. Simple implementation of part of the REvil ransomware's logic
C++ ★ 6 3y agoExplain → -
tiny-shamir
A small, self-contained C implementation of Shamir's Secret Sharing (Adi Shamir, 1979) over GF(2^8)
C ★ 5 14d agoExplain → -
2021-10-03-malware-analysis-1
Intoduction to malware analysis. Begin x86 assembly lang crash course with examples.
Assembly ★ 5 4y agoExplain → -
2021-10-17-linux-shellcoding-2
Linux shellcoding part 2: Reverse TCP shell
Python ★ 5 4y agoExplain → -
2021-10-20-buffer-overflow-1
Classic stack buffer overflow exploitation
Python ★ 5 4y agoExplain → -
2021-10-26-windows-shellcoding-1
Windows shellcoding part1. Simplest examples in C/C++
C ★ 5 4y agoExplain → -
2021-11-20-injection-4
APC injection via undocumented NtTestAlert
C++ ★ 5 4y agoExplain → -
2021-12-03-inline-asm-1
Run shellcode via inline ASM. C++ example
C++ ★ 5 4y agoExplain → -
2022-02-07-mem-forensics-1
Basic memory forensics with Volatility 3. Simple example - classic process injection
C++ ★ 5 4y agoExplain → -
2022-12-09-malware-pers-20
Persistence via UserInitMprLogonScript key value. Simple C++ implementation
C++ ★ 5 3y agoExplain → -
2023-02-10-malware-analysis-8
Malware analysis - part 8: MurmurHash2. C++ implementation
C++ ★ 5 3y agoExplain → -
2023-02-20-malware-av-evasion-12
Malware AV evasion - part 12. encrypt payload with TEA. C++ implementation
C ★ 5 3y agoExplain → -
2023-02-13-malware-av-evasion-11
Malware AV evasion part 11. DES encryption. C++ implementation.
C++ ★ 4 3y agoExplain → -
nrzCTF-writeups
My own writeups for https://nrzctf.kz
Python ★ 4 2y agoExplain → -
whiskers
a minimalist micro TI / SOC context panel powered by local AI + Malpedia API
HTML ★ 3 1mo agoExplain → -
meow-shellcode
Meow-meow messagebox shellcode
★ 3 1y agoExplain → -
CVE-2021-40444 ⑂
CVE-2021-40444 - Fully Weaponized Microsoft Office Word RCE Exploit
★ 3 4y agoExplain → -
2023-01-04-malware-tricks-26
Malware dev tricks: part 26. Mutexes. C++ implementation
C++ ★ 3 3y agoExplain → -
bee-wars
Strategy game. Gamedev for childs
Python ★ 3 2y agoExplain → -
CVE-2020-1472 ⑂
Test tool for CVE-2020-1472
★ 2 5y agoExplain → -
eyas-crypt
Tiny cross-platform encrypted vault for DEFCON Demo Labs, trainings and workshops (demo).
C ★ 2 15d agoExplain → -
fruit-garden
Python pygame project from my course "game dev for kids"
Python ★ 2 1mo agoExplain → -
ghidra ⑂
Ghidra is a software reverse engineering (SRE) framework
★ 2 4y agoExplain → -
FarghlyMal.github.io ⑂
No description.
★ 2 2y agoExplain →
No repos match these filters.