⤷ Title: How I Built a Custom Reverse Shell in C — by Muhammad Mahad
════════════════════════
𐀪 Author: Muhammad Mahad
════════════════════════
ⴵ Time: Sun, 06 Jul 2025 19:37:14 GMT
════════════════════════
⌗ Tags: #cybersecurity #reverse_shell #ethical_hacking #c_programming
════════════════════════
𐀪 Author: Muhammad Mahad
════════════════════════
ⴵ Time: Sun, 06 Jul 2025 19:37:14 GMT
════════════════════════
⌗ Tags: #cybersecurity #reverse_shell #ethical_hacking #c_programming
Medium
How I Built a Custom Reverse Shell in C — by Muhammad Mahad
As a cybersecurity enthusiast and ethical hacker, I’ve always been fascinated by how remote access tools and shells work under the hood…
⤷ Title: Crackmes.de: Plain Sight
════════════════════════
𐀪 Author: Sourav Bose
════════════════════════
ⴵ Time: Sun, 14 Sep 2025 10:45:31 GMT
════════════════════════
⌗ Tags: #debugging #reverse_engineering #hacking #c_programming #crackme
════════════════════════
𐀪 Author: Sourav Bose
════════════════════════
ⴵ Time: Sun, 14 Sep 2025 10:45:31 GMT
════════════════════════
⌗ Tags: #debugging #reverse_engineering #hacking #c_programming #crackme
Medium
Crackmes.de: Plain Sight
Crackmes.de Plain Sight writeup
⤷ Title: Deep Dive on ptrace: Reverse Engineering Linux System Calls
════════════════════════
𐀪 Author: Stanislav Babenko
════════════════════════
ⴵ Time: Sat, 04 Oct 2025 23:42:02 GMT
════════════════════════
⌗ Tags: #c_programming #mitre_attack #linux #cybersecurity #ubuntu
════════════════════════
𐀪 Author: Stanislav Babenko
════════════════════════
ⴵ Time: Sat, 04 Oct 2025 23:42:02 GMT
════════════════════════
⌗ Tags: #c_programming #mitre_attack #linux #cybersecurity #ubuntu
Medium
Deep Dive on ptrace: Reverse Engineering Linux System Calls
As someone who’s spent countless hours peering into the guts of running processes on Linux, few tools have been more revelatory than ptrace…
⤷ Title: Dynamic Memory Analysis with AddressSanitizer at the Binary Level
════════════════════════
𐀪 Author: Bervice
════════════════════════
ⴵ Time: Tue, 28 Oct 2025 21:51:37 GMT
════════════════════════
⌗ Tags: #bervice #security #devtools #cybersecurity #c_programming
════════════════════════
𐀪 Author: Bervice
════════════════════════
ⴵ Time: Tue, 28 Oct 2025 21:51:37 GMT
════════════════════════
⌗ Tags: #bervice #security #devtools #cybersecurity #c_programming
Medium
Dynamic Memory Analysis with AddressSanitizer at the Binary Level
Memory bugs are silent killers in software systems. They don’t just crash applications — they open doors for data corruption, undefined…
⤷ Title: LOW-LEVEL BASICS Part 1
════════════════════════
𐀪 Author: Infohack
════════════════════════
ⴵ Time: Tue, 09 Dec 2025 13:28:42 GMT
════════════════════════
⌗ Tags: #c_programming #x64dbg #hacking #noob #assembly_language
════════════════════════
𐀪 Author: Infohack
════════════════════════
ⴵ Time: Tue, 09 Dec 2025 13:28:42 GMT
════════════════════════
⌗ Tags: #c_programming #x64dbg #hacking #noob #assembly_language
Medium
LOW-LEVEL BASICS Part 1
Topics inside Part 1
⤷ Title: How I Found an Integer Overflow in ImageMagick Leading to Out-of-Bounds Read (CVE-2025–66628)
════════════════════════
𐀪 Author: Sumit Shah (HackSage)
════════════════════════
ⴵ Time: Wed, 10 Dec 2025 16:09:22 GMT
════════════════════════
⌗ Tags: #cve_2025_66628 #cve #bug_bounty #cybersecurity #c_programming
════════════════════════
𐀪 Author: Sumit Shah (HackSage)
════════════════════════
ⴵ Time: Wed, 10 Dec 2025 16:09:22 GMT
════════════════════════
⌗ Tags: #cve_2025_66628 #cve #bug_bounty #cybersecurity #c_programming
Medium
How I Found an Integer Overflow in ImageMagick Leading to Out-of-Bounds Read (CVE-2025–66628)
Hey there, security enthusiasts and fellow hackers! 🙂↔️ I’m Sumit Shah… Today, I’m excited to share a fresh finding: a High-severity…
⤷ Title: Cobalt Strike Linux Beacon: Building a Custom Cobalt Strike Beacon for Linux
════════════════════════
𐀪 Author: ddos
════════════════════════
ⴵ Time: Sun, 15 Feb 2026 02:48:28 +0000
════════════════════════
⌗ Tags: #Open Source Tool #Beacon #C Programming #Cobalt Strike #cybersecurity #Infosec #Linux #Malware Development #Penetration Testing #red teaming
════════════════════════
𐀪 Author: ddos
════════════════════════
ⴵ Time: Sun, 15 Feb 2026 02:48:28 +0000
════════════════════════
⌗ Tags: #Open Source Tool #Beacon #C Programming #Cobalt Strike #cybersecurity #Infosec #Linux #Malware Development #Penetration Testing #red teaming
Penetration Testing Tools
Cobalt Strike Linux Beacon: Building a Custom Cobalt Strike Beacon for Linux
Discover how to build a custom Linux Beacon for Cobalt Strike. Learn to extend Red Team operations to any platform with this C-based proof-of-concept.
⤷ Title: Why pointer Type Matters : Typecasting and Memory Behaviour in C
════════════════════════
𐀪 Author: Prashant Raj
════════════════════════
ⴵ Time: Fri, 06 Mar 2026 21:40:00 GMT
════════════════════════
⌗ Tags: #cybersecurity #technology #reverse_engineering #hacking #c_programming
════════════════════════
𐀪 Author: Prashant Raj
════════════════════════
ⴵ Time: Fri, 06 Mar 2026 21:40:00 GMT
════════════════════════
⌗ Tags: #cybersecurity #technology #reverse_engineering #hacking #c_programming
Medium
Why pointer Type Matters : Typecasting and Memory Behaviour in C
In C Programming every variable has a fixed data type such as int , float,char or double . Sometimes it is required to change the data of a…
⤷ Title: A beginner-friendly walkthrough of DLL injection using Windows APIs in C
════════════════════════
𐀪 Author: v3x
════════════════════════
ⴵ Time: Sun, 14 Jun 2026 20:06:22 GMT
════════════════════════
⌗ Tags: #cybersecurity #c_programming #dll_injection #malware_development #hacking
════════════════════════
𐀪 Author: v3x
════════════════════════
ⴵ Time: Sun, 14 Jun 2026 20:06:22 GMT
════════════════════════
⌗ Tags: #cybersecurity #c_programming #dll_injection #malware_development #hacking
Medium
DLL Injection — Simple Explanation With Code
DLL Injection — Simple Explanation With Code What I am going to explain is simple so just don’t freak out and remind yourself that it’s simple. APIs We Will Use These are the Windows APIs …
⤷ Title: Why Learning C Still Matters for Cybersecurity in 2026
════════════════════════
𐀪 Author: Naro
════════════════════════
ⴵ Time: Sun, 28 Jun 2026 08:30:17 GMT
════════════════════════
⌗ Tags: #c_programming #ethical_hacking #programming #software_development #cybersecurity
════════════════════════
𐀪 Author: Naro
════════════════════════
ⴵ Time: Sun, 28 Jun 2026 08:30:17 GMT
════════════════════════
⌗ Tags: #c_programming #ethical_hacking #programming #software_development #cybersecurity
Medium
Why Learning C Still Matters for Cybersecurity in 2026
Python helps you automate tasks. C helps you understand the machine. Discover why C remains one of the most valuable languages for…