r/ExploitDev

How can I solve this?
▲ 0 r/ExploitDev+1 crossposts

How can I solve this?

Just started using pwn.college and got stuck on the "connecting through ssh" part. Anyone know how to fix this? Please help

(At the bottom - temporary failure in name resolution)

u/brutalknight6 — 15 hours ago

The first malware sample I analyzed taught me one thing

I had all the tools installed.

Ghidra. x64dbg. PEStudio. Wireshark.

I thought I was ready.

Then I opened a sample and spent the next hour staring at assembly wondering what the hell I was supposed to be looking for.

That was the part nobody really explained to me.

Installing the tools is easy. Knowing what to look for, what to record, and how to connect the evidence is the difficult part.

I started putting together my own notes and eventually turned them into two practical guides:

Malware Analysis for Beginners Vol 1
https://resources.codelivly.com/product/malware-analysis-for-beginners/

Practical Malware Analysis Guide Vol 2
https://resources.codelivly.com/product/practical-malware-analysis-guide/

They're built around actually working through malware analysis rather than just throwing a list of tools at you.

If you're learning malware analysis right now, what part gave you the most trouble?

For me, it was looking at a sample and not knowing where to start.

u/Potential-Couple-745 — 14 hours ago

How to solve reverse engineering challenges with long encoding routines?

Hi, I just started doing reverse engineering challenges in CTFs. One thing I'm always stuck on is long and complicated encoding routines. For people who have been doing this for some time how do you guys deal with long encoding routines?

reddit.com
u/Emotional-Camera7296 — 2 days ago

Did I went too low ?

What is up

In order to learn kernel and low level exploitation. I bought a lovely book about Kernel Development to Robert Love. But then I felt there are some stuff I am not clicking with. I tried enrolling in computer engineering 10 years ago and failed lol . Decided to move to another school but where I can practise programming. MIS basically. But last few years I worked in appsec and has more experience in mobile,Web,network pentesting/bug hunting.

However, I wish to hunt on stuff like the kernel or C code. Hunting memory corruption and stuff. But I keep getting lower. Is that an overkill? Or the experience fits the 1337 life? My goal is basically to speak assembly and Android/ios kernel code as second language. I feel the kernel development book is great but I just thought if I wanted lower down to logic gates that is better in long term.

Also for anyone who took these in college , am I far behind and delusional or it's doable in self study??? Because I fear that no matter what I did someone who studied compilers,assembly,os..etc in college would be better than me. But I belive my only way to show skills is research I do using all this knowledge. Related to low level code.

u/ProcedureFar4995 — 5 days ago

From exploitation CTFs to finding real vulns: Is blind CVE reproduction the best way to practice code auditing in the age of AI?

hey everyone,
I'm a malware analyst with a dream to transition to a vulnerability research job, so in my spare time I've done a fair amount of binary exploitation CTFs (heap, stack, kernel modules) from places like:

https://github.com/hoppersroppers/nightmare
https://pwn.college/
https://pwnable.kr/play.php

I felt confident enough so I went to a technical interview but there I realized I had a massive flaw: I have no actual auditing/vulnerability discovery skills!

So I shifted my approach entirely:
- Started to read Google Project Zero blogs
- Started to read The Art of Software Security Assessment
- git cloning historical vulnerable versions of open source projects to try to blindly reproduce said CVEs blindly with a clue of the vulnerable File (like openssl, zlib, libpng, ntpd)

(with the guidance of LLMs cause I don't personally know any vulnerability researchers)

As u can assume, this process has been taking a lot of time and even though I started to think in "threat model" mindset and read code faster, I'm still not catching the vulnerabilities. I understand honing the skill isn't about learning now but more about practicing over and over, but my concern is:

Is it still worth putting so much effort and time in developing auditing/vulnerability discovery skills in a day and age where everything shifts towards AI?

Sure, interviewers today are still checking to see if u can find a vulnerability using an IDE and your set of eyes alone but who knows how an interview look like 3 month from now?

Is it even worth sinking hundreds of hours into learning manual auditing, fuzzing, and dynamic instrumentation, only for AI to make those skills obsolete by the time I actually get good at them?

I'm tired of bashing my head with LLMs every weekend for advice or a prediction, so I would love to hear some advice from the kind people here who are working in the field and experience the toll of AI on their job and recruitment processes 🙌

And for those who are not yet, but are striving to, I would love to know how you learn and practice vulnerability discovery in 2026 🤓

u/REg00n3r — 5 days ago

Reverse engineering and exploit dev career

Guys I’m still in high school, I want a skill to learn and stick with it I found reverse engineering and exploit dev very interesting, but also I want something for the future specially in cyber security so idk what I need to choose.
Everyone said to me this two speciality only for seniors, and you need to have another skill with it but I don’t know, can anyone guide me to a good choice and career path?
It’s confusing me specially with Ai.

reddit.com
u/do2i — 6 days ago
▲ 11 r/ExploitDev+8 crossposts

[Tool/Writeup] ALPC-Enumerator: A dynamic, userland C++ tool to enumerate ALPC ports and detect ALPC spoofing

github.com
u/Sphinx_321 — 4 days ago

Payload-Builder that bypasses CrowdStrike Falcon

Hey yall,

was wondering what would be the best thing to do if someone has build a builder that generates payloads, which bypass crowdstrike falcon (on extra aggressive settings) and get you a reverse shell.. CS is gonna give me like 200$ probably.. not really into that tbh

reddit.com
u/Mountain_Disaster_19 — 6 days ago
▲ 7 r/ExploitDev+3 crossposts

Career Advice: Navigating Low-Level Security vs. Market Realities

Hello! I am a second-year computer engineering student with two years left until graduation, and I feel quite lost and frustrated about my situation.

​I started out in penetration testing and web security and spent some time doing bug bounty hunting (which I wasn't very good at). Along the way, I fell in love with binary exploitation, reverse engineering, and low-level programming. I've completed about 80% of the Yellow Belt on pwn.college.

​However, whenever I work on pwn.college or study low-level concepts, I am reminded that the local market in my country has virtually no pure Vulnerability Research (VR) jobs—mostly just pentesting and a few red teaming roles. This makes me frustrated, as I feel like I might be wasting time on a domain that won't give me a quick return.

​I'm considering pivoting back to pentesting to focus on Active Directory (AD) and web application security, but I really don't want to abandon a field I genuinely enjoy.

​If you have experienced a similar dilemma, I would appreciate your advice on how to balance these interests over my remaining two years of university. Also, if there is a hybrid field that connects these two areas, please let me know!

reddit.com
u/HORUS-405 — 8 days ago
▲ 9 r/ExploitDev+1 crossposts

Web exploitation + Binary exploitation feasible?

This has been a hard decision for me. I'm not sure if I should learn both. Is it mostly not worthwhile of time if I learn both of them? Do they both help each other directly or indirectly? I know there is only so much one person can know but I really don't know what that limit is. I know someone more experienced with bug bounty and stuff like this will probably be able to answer my question. I don't want to push the limit of how much one person can know because it will probably become a waste of time. Should I just learn everything exploit related, should I stick to a field? I'm not sure if anyone has experienced this before but I keep on jumping around topic to topic. I guess I am learning from those jumps, but the question when do i stop jumping around. When do I start to specialize. Or in the first place, should I just not jump around?

reddit.com
u/FewMolasses7496 — 9 days ago
▲ 7 r/ExploitDev+2 crossposts

I built a lightweight C++ Memory Scanner & Pointer Chain Resolver (HexaCore)

Hey everyone,

I wanted to share a project I've been building: HexaCore, a lightweight memory scanner and tool built from scratch using C++ and the Win32 API.

Key Features:

  • Multi-level pointer chain resolver & scanner
  • Array of Bytes (AOB) scanning with wildcard support
  • Built-in Hex Viewer, basic Disassembler, and NOP/Patch tool
  • Custom dark UI with card-based panels and adjustable freezing intervals
  • Cheat table save/load system

It's open-source. I'd love to hear your feedback or suggestions for the V1 version!

GitHub / Source Code: https://github.com/abuzit/HexaCore-Memory-Tool

u/Wgrxgy — 9 days ago

Job availability

Hi guys i just have one question is it worth it to dive in this career even if my country or where i live there is no available jobs for it like almost none

reddit.com
u/Low-Improvement-6306 — 10 days ago

How do you actually make the jump into exploit dev full-time?

​

Hey,

Looking for some advice from people who work in exploit dev / low-level vuln research.

I already work in security and have been doing vulnerability research alongside more general security work for a while. I’ve had opportunities to do reversing, native-code research, memory corruption, and some exploit development, including taking bugs beyond just finding a crash and actually working out useful primitives / PoCs.

The problem is that this kind of work still isn't my main job, and I really want it to be.

I've been looking at dedicated exploit dev / vulnerability research positions and I feel like I'm stuck in a weird middle ground. I'm not trying to enter security from scratch, and I do have relevant experience, but I also don't have years and years of dedicated browser/kernel/mobile exploit development behind me.

A lot of the jobs I find seem to be looking for people who are already extremely specialised, rather than people who have a decent foundation and want to grow deeper into exploit development.

There's also the location issue. I'm outside most of the major exploit-dev hiring hubs, and quite a few roles I come across are limited by citizenship, clearance, residency, or simply don't hire internationally.

Another problem is that most of the interesting professional research I've done isn't something I can publish, so it's difficult to show potential employers exactly what I've worked on.

For those of you doing this professionally:

*What actually got you your first dedicated exploit dev / low-level VR job?

* What would you want to see from someone who already has some relevant experience but hasn't spent their entire career doing exploit development?

* What kind of public research/projects are actually worth doing to prove ability?

*Is native userland exploitation still a reasonable area to focus on, or would I be better off going hard into something like browsers, kernels, or mobile?

* Do companies that are willing to develop people into this kind of role actually exist, or is the expectation generally that you're already very good before they'll hire you?

* For people outside the main US/EU hiring markets, how did you find opportunities?

* I'm mainly trying to figure out whether I'm approaching this transition the wrong way.

I enjoy this stuff way more than the broader security work I do, and I'm willing to put the work in. I just don't want to spend a year grinding in a direction that isn't actually going to help me make the jump.

Would appreciate any advice.

reddit.com
u/Fantastic-Hippo-2369 — 12 days ago
▲ 62 r/ExploitDev+2 crossposts

TrustFall: When the Trusted Execution Environment Cannot Be Trusted

ByteRay researchers have published a blog on a set of vulnerabilities they are calling TrustFall, and the findings land hard for any company that treats the Trusted Execution Environment as the part of a device you do not have to worry about.

OP-TEE is the walled-off Secure World that phones, TVs, cars, and industrial gear lean on to guard keys, DRM, and identity, and the whole point of paying for that hardware isolation is the promise that even a compromised operating system cannot reach inside.

TrustFall shows that promise was not as solid as buyers assumed. The researchers found several flaws that let the untrusted side reach into or knock over the Secure World, which is exactly the outcome the design exists to prevent. The bugs have since been fixed upstream, so patched builds are available, but the uncomfortable takeaway for vendors is that the vault they were told to trust had a way in, and "it runs in the TEE" is no longer an answer on its own.

blog.byteray.co.uk
u/Emergency_Stable_923 — 12 days ago

Rust vs C++ for RE and Maldev?

Hey!

I've searched up this topic and don't see anything that isn't multiple years old. Given how popular and accepted Rust is now and with it having a fully ported winapi library now, are there any reasons to stick to learning C++ for RE and Maldev or are we no longer in the era of "only C++ is viable"? Is there anyone here who uses rust as opposed to C++ or has switched from C++ to rust that could give an insight?

reddit.com
u/ogapexx — 12 days ago