0x74 0x68 0x65 0x72 0x65 0x20 0x61 0x72 0x65 0x20 0x31 0x30 0x20 0x74 0x79 0x70 0x65 0x73 0x20 0x6f 0x66 0x20 0x70 0x65 0x6f 0x70 0x6c 0x65 0x74 0x68 0x6f 0x73 0x65 0x20 0x77 0x68 0x6f 0x20 0x75 0x6e 0x64 0x65 0x72 0x73 0x74 0x61 0x6e 0x64 0x20 0x62 0x69 0x6e 0x61 0x72 0x79 0x20 0x61 0x6e 0x64 0x20 0x74 0x68 0x6f 0x73 0x65 0x20 0x77 0x68 0x6f 0x20 0x64 0x6f 0x6e 0x74
01110100 01101000 01100101 01110010 01100101 00100000 01100001 01110010 01100101 00100000 00110001 00110000 00100000 01110100 01111001 01110000 01100101 01110011 0xdeadbeef 0xcafebabe 0x1337
0x74 0x68 0x6f 0x73 0x65 0x20 0x77 0x68 0x6f 0x20 0x75 0x6e 0x64 0x65 0x72 0x73 0x74 0x61 0x6e 0x64 0x20 0x62 0x69 0x6e 0x61 0x72 0x79 0x20 0x61 0x6e 0x64 0x20 0x74 0x68 0x6f 0x73 0x65 0x20 0x77 0x68 0x6f 0x20 0x64 0x6f 0x6e 0x74 0x74 0x68 0x65 0x72 0x65 0x20 0x61 0x72 0x65 0x20 0x31 0x30 0x20 0x74 0x79 0x70 0x65 0x73 0x20 0x6f 0x66 0x20 0x70 0x65 0x6f 0x70 0x6c 0x65
01010111 01100101 00100000 01101000 01100001 01100011 01101011 00100000 01110100 01101000 01100101 00100000 01110000 01101100 01100001 01101110 01100101 01110100 01100110 00110000 01111000 01100110 00110100 01100100 01100101

0xf4de Feed

Public curated feed for visitors

Sign in

Active view

All watched feeds

21 of 21 entries

0x00sec2026-07-05

Misconfigurations in S3 Buckets

Hi,Guys I have recently working on an another project to find leaked data and vulnerable endpoints from an actual running site.I have spotted an Publically accessable AWS S3 bucket in the site.when I opened it I found several files dating back to 2019 ,but recently uploaded files

evasioncloud
Read entry
0x00sec2026-06-29

Copying Code to Read Only Memory without Using `mprotect`

When a program needs to generate/retrieve code and run it, several steps are required. The program needs to allocate memory with read, write, and execution permissions, and perhaps remove the write permission afterward to resemble a normal program. Alternatively, it has to allocate memory with read and write permissions,

0x00sec2026-06-22

Emulating Kimsuky's Initial Access

When choosing an initial access technique, I am a big fan of LNKs. Studying CTI reports, I noticed the constant recurrence of LNKs as an initial access vector across multiple APTs, including APT28, APT41, and Kimsuky. I was particularly drawn by a specific campaign run by Kimsuky, in which they

0x00sec2026-06-22

RedSun Exploit (CVE-2026-41091)

github.com GitHub - tc4dy/CVE-2026-41091-PoC-Exploit: 🔥 CVE-2026-41091 SolarFlare | Microsoft Defender... 🔥 CVE-2026-41091 SolarFlare | Microsoft Defender LPE exploit. Low-privileged users gain NT AUTHORITY\SYSTEM via Cloud Files API + NTFS junction trickery. Forces Defender to write malicious payloads to System32 with SYSTEM rights.

evasion
Read entry
0x00sec2026-06-22

[REV] Slopmon v0.1 Challenge - The Hardest Game

Following @pico and the spirit of the tradition of the old 0x00sec, this challenge will be focussing on easing beginners into reverse engineering in a fun format. More experienced players can join in just for fun too. This challenge was originally intended to be a follow-up series to [CrackMe]

0x00sec2026-06-21

Hacking C++ (Part 2)

Bypassing CFI What CFI Is Control Flow Integrity (CFI) is a security mitigation that protects against control-flow hijacking attacks by checking if function call is valid. Every compiler has its own implementation of CFI (if it has one at all), but the modern and complete version is that of

evasion
Read entry
0x00sec2026-06-21

Hacking C++ (Part 1)

Introduction Every high-level language has built-in mechanisms designed to make life easier for programmers. Like any other programming language, C++ provides a wealth of ready-made solutions. Programmers usually don’t know how these work. Not because the source code is proprietary or anything like that, but

0x00sec2026-06-21

Linker Scripts and Embedded Systems

I realized that every time I talk about linker scripts, I say that most programmers won’t ever see one unless they work with embedded systems, but I never go deeper than this. I did that again in Making of Doppelgänger and Crypto/Reverse or how to

0x00sec2026-06-20

Instruction By Instruction

Original post by 0xf00s, from the 0x00sec forum. Hello, we meet again. Snagged a convo between c0z and pico the other day on real time encryption or Runtime Code Encryption, sometimes called IBI (Instruction-By-Instruction) though that name crawled out of the academic side (bunch of losers) Wanted to

0x00sec2026-05-14

Slopmon Reverse Engineering Challenge

Following @pico and the spirit of the tradition of the old 0x00sec, @john put this challenge together. to ease beginners into reverse engineering in a fun format. More experienced players can join in just for fun too. This challenge was originally intended to be a follow-up series to [CrackMe]

0x00sec2026-05-01

MAY 30-DAY COMMUNITY CHALLENGE

@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Orbitron:wght@400;700;900&display=swap'); :root { --green: #00ff88; --dim-green: #00cc66; --dark-green: #003322; --bg: #050d07; --surface: #0a1a0f; --border: #1a3a22; --accent: #ff6b35; --text: #b0d4b8; --muted: #4a7a55; } * { margin: 0; padding: 0; box-sizing: border-box; } body { background:

0x00sec2026-03-08

Heap Exploitation For Dummies (Part 1)

Original by Magnus on the forum. Most beginners get lost when it comes to exploiting the heap. That’s because there are a lot of techniques that differ depending on the glibc version and other variables, making them want to throw their computer in the trash. But it’s not really that complicated.

0x00sec2026-03-02

Crypto / Reverse Challenge

Keeping the old 0x00sec tradition alive, 0x00pico has dropped a new crypto / reverse challenge. It's a Linux x86_64 binary and the goal is straightforward: recover the password and get access. You can brute it, reverse it, or both. The challenge is for beginners, but there's

0x00sec2026-02-12

BYOVD: Silencing AV/EDR with CVE-2023-52271

Bring Your Own Vulnerable Device (BYOVD) is a technique used in red teaming that allows users to perform kernel-level actions by exploiting a vulnerable, legitimately signed kernel device driver. Drivers run in ring 0 (kernel level), which is the most privileged level in the Windows OS. This gives an

evasionkernel
Read entry
0x00sec2026-01-22

How to Rob a Bank (Lessons by Phineas Phisher)

dmcxblue writes in the forum: Hi everyone!! I’m excited to be back in this fantastic community and forum where my journey of publishing articles on Red Team techniques and Offensive Security first began. It’s been quite some time since the site came down and I am

0x00sec2026-01-21

Welcome back, hackers!

After a long break, we’re relaunching 0x00sec and opening the doors to what it was always meant to be: a place for hackers, researchers, students, and curious minds to share real work, learn from each other, and push their skills forward. To kick things off, we’re

0x00sec2026-01-21

Below Local Privilege Escalation Vulnerability: A light look at CVE-2025-27591

Introduction CVE-2025-27591 is a Local Privilege Escalation (LPE) vulnerability affecting below, a time-traveling resource monitor for Linux developed by Facebook Incubator. The issue stems from insecure permission handling during the initialization of log directories, where the application inadvertently creates world-writable directories and files. This flaw allows

evasion
Read entry
0x00sec2026-01-21

Malwareless Initial Access through Web and API Exploitation

Red team engagements are goal-driven, not gadget-driven. As much as we love C2s and malware that help us achieve our goal, the point isn’t to drop a flashy implant or chase CVE scoreboards. It’s to achieve an objective: access the asset, prove the risk,

c2malware
Read entry