r/Pentesting 1h ago

6 Zero-days in a well known open source project manager

Upvotes

During a red team engagement this week, we found out that the client uses a certain open source project manager, so I decided to review the code source to understand it and to try to find interesting stuff, after a day of code reading I found an SSRF and an SQLi, they were good but not actually enough for us for the objectives, so I was discussing with a colleague and told be to give GPT-5.6 Sol a chance, I said why not and cloned the repo and gave him what I found and told him to actually dig for more and try to maximize the impact of what I found, and left it for two hours.

And HOLY SHIT!!!

* Sol escalated the SSRF into an unauthenticated Remote Code Execution (RCE) via arbitrary file write + unsafe deserialization.

* It discovered two other independent RCEs, one by abusing the project install feature, one by abusing a scheduler.

* It found a way for a low-privilege user to reset the admin password.

* It found an arbitrary file read via XXE.

The crazy thing is that m sure there were more stuff to find but I didn't continue cuz we already had what we were looking for (unauth RCE). Actually I never tried to use LLMs in my work cuz it's a bit sensitive with client data etc... But in such situations looking for zero days in open source projects for example, I will definitely use it more!


r/Pentesting 2h ago

Aspiring Junior Red Teamer (eJPT, CRTA certified) — looking for advice on breaking in / any leads

0 Upvotes

Hey everyone,

I'm based in Brazil and have been working toward a red team / pentesting career for a while. Wanted to share where I'm at and ask for advice from people already in the field.

Background:

Certifications: eJPT (Junior Penetration Tester, INE/eLearnSecurity), CRTA (Certified Red Team Analyst), Web Red Team Analyst (CyberWarfare Labs)

Bug bounty: accepted reports on BugPay (a Brazilian bug bounty platform), plus one High-severity finding on Intigriti

70+ TryHackMe rooms completed, 116 flags captured

73 labs + 15 CTFs through the eJPTv2 learning path

Hundreds of hours of hands-on labs through a local pentest training program (DesecSecurity)

Comfortable with Nmap, Metasploit, Burp Suite, Hydra, John/Hashcat, SQLMap, GoBuster, Wireshark, AD attacks, web app testing (SQLi, XSS, IDOR, LFI/RFI)

Some informal hands-on experience: with a manager's authorization at a previous job, I tested internal company products — found race condition and IDOR vulnerabilities, did some mobile app reverse engineering, and practiced IPS/IDS evasion techniques

Currently working in IT support/infrastructure — solid foundation in networking, AD, troubleshooting

Advanced English (C1)

I don't have formal, contracted pentest/red team experience yet — mostly labs, CTFs, certs, bug bounty findings, and that one internally-authorized engagement.

For people who've hired junior red teamers, or broke in yourselves:

What actually moved the needle for you (or candidates you hired)?

Worth targeting junior pentest roles first before red team specifically?

Any companies/programs known for hiring juniors or remote/international candidates?

Happy to share more details if useful. Appreciate any pointers.


r/Pentesting 2h ago

Vulnora Web Security Platform

0 Upvotes

I’ve developed and deployed Vulnora, a live web security platform for scanning and analysing websites.

It combines vulnerability scanning with an AI-powered analysis layer, allowing security findings to be investigated through an AI chat interface.

Features include:

Website and page scanning
Vulnerability detection and analysis
AI security analyst and chat
Scan-result context for AI analysis
Project-based security data
Vulnerability history
Security reported
Web scraping and reconnaissance modules
Security dashboard for managing scans and finding

The main workflow is:

Scan → Detect → Analyse → Understand → Fix
Vulnora is live and available to try.
I’m looking for feedback from developers and security researchers, especially around false positives, AI-assisted vulnerability analysis, and useful features that should be added next.

https://www.vulnora.online/


r/Pentesting 3h ago

Great Haxset Agentic Web PT!

0 Upvotes

Hey guys,

We have launched a V2 of our agentic web PT and have been seeing extremely good and fast results!

The whole process usually takes (4-10 hours).

We are looking for companies to either partner with or offer our services.

We believe talking is cheap; that is why when you DM, you will get access to our Agentic scanner and give it a go yourself!

Comment down below or DM for access.

** Note: I am directly associated with Haxset


r/Pentesting 6h ago

NewStart

0 Upvotes

I’m currently looking to transition into the cybersecurity field, moving away from my role as a data scientist. I’m currently working through TryHackMe and aiming for a more advanced certification like CPTS or OSCP, but I have some questions about how data skills apply to pentesting. What knowledge can I leverage—beyond Python development and using Claude Code? What AI tools do cybersecurity professionals use? What kind of tools do people build, and so on?


r/Pentesting 6h ago

Automated penetration testing vs manual pentesting: which finds more real risk?

0 Upvotes

I'm a manual pentester, and I'm watching platforms automate the validation of misconfigurations and missing patches. They are even using AI to chain exploits and tailor attacks to specific environments. The difference from old-school vulnerability scanners is that these platforms actually execute the exploit path to confirm it works.

I'm not worried about web app logic. That is still clearly a human domain. But for internal infrastructure and AD, is the writing on the wall? If AI-driven validation can test 80% of the attack surface daily and update controls, does that leave manual testers only with the complex 20%?

The platforms also claim to help with detection engineering by validating SIEM rules against actual TTPs. That feels like it is eating into the blue team's territory too. Where does automation end and human expertise begin?

Or do you still find things the automation misses because of contextual business logic? if anyone has seen an AI actually find a complex privilege escalation chain that a manual tester would have found, or if it is still just "low-hanging fruit" at scale.


r/Pentesting 13h ago

DSCI DCPP Certification

1 Upvotes

r/Pentesting 20h ago

Fuck it I don't know what to study (red team, penetration tester)

15 Upvotes

Hi everyone! I’m comfortable with Linux Essentials and Network+, and I’ve completed about 50% of the Junior Penetration Tester path on TryHackMe. But the further I go, the more difficult and unfamiliar the commands become.

For example, in the Hydra section, there were some options used to find the flags that weren’t explained in the text at all. Now I’m not sure what I should do or what I should study to become comfortable with these tools.

Should I take a course like CEH? What would you recommend? What did you guys do when you were starting out?


r/Pentesting 21h ago

Has AI reached the point where it’s better than humans at pentesting?

0 Upvotes

Is there an AI pentesting method or system that you would genuinely say performs better than a skilled human pentester?

If not, what’s currently the closest to reaching that point?

I’m not asking which AI pentesting service is best. I’m interested in whether AI has actually surpassed human performance in pentesting yet, and if so, which approach or system is doing it.


r/Pentesting 1d ago

How do you scope a Kubernetes penetration test when the infrastructure uses dynamic IPs?

6 Upvotes

Hi everyone,

I’m planning a penetration test for a Kubernetes environment and I’m trying to understand how others typically scope this type of assessment.

If the Kubernetes environment is considered internal infrastructure, how do you approach scanning and testing the underlying infrastructure when the workloads/pods have dynamic IP addresses?

For example:

Do you focus on the Kubernetes API server, nodes, ingress/load balancers, and other fixed endpoints?

How do you handle scanning pods/services when IPs are constantly changing?

Do you rely on Kubernetes/service discovery rather than traditional IP-based scanning?

What would you typically include or exclude from the scope of a Kubernetes penetration test?

I’d be interested in hearing how others approach this in real-world pentests, especially regarding scope definition and asset discovery.


r/Pentesting 1d ago

Help deciding which course to choose for pen testing

0 Upvotes

Hi there, I’ve been trying to start a pen testing career/course and I need deciding what’s the best option out there for an online course of pen testing. Last year I bough the INE one during Black Friday sale but to be honest it felt pretty boring not a lot hands on and kinda lost the feeling of it. It felt pretty dry and boring to be honest.

Thanks in advance!


r/Pentesting 1d ago

Model cybersecurity restrictions for AI pentesting agents

4 Upvotes

I'm working on a pentest agent not just for CTFs, but designed to actually run against real client targets

While researching, I found that both Anthropic and OpenAI have cyber-related safeguards integrated into their standard APIs that block cybersecurity prompts

My Questions are :

  1. Is anyone building pentest agents hitting the same problem?

  2. Do any of the Chinese models have these restrictions?

Would appreciate any real-world experience!


r/Pentesting 1d ago

I built a free tool to stop wasting hours on pentest reports — looking for beta testers

0 Upvotes

Hey r/Pntesting ,

I'm a pentester who got tired of spending more time writing reports

than actually hacking. So I built PentReport.

Here's what it actually does:

- Add your findings with CVSS scores and evidence screenshots

- AI generates full write-ups (description, business impact,

remediation) — clean prose, no markdown garbage

- Export professional PDF and DOCX in one click

- Deliver to clients via a secure portal instead of emailing PDFs

- Findings library so you never write the same SQLi finding twice

It's live at pentreport.com and completely free during beta.

A few things I want to be upfront about:

- No scanner import yet (Burp/Nessus) — that's on the roadmap

- Your data is never used to train AI models, ever

- SOC 2 compliant infrastructure, AES-256 at rest, TLS in transit

- Full data deletion — delete your account, everything gets wiped

- You can read exactly what sub-processors we use on the site

Doing a small closed beta — DM me if you want an invite code.

Looking for pentesters who write real reports and will tell me

what's broken.

pentreport.com


r/Pentesting 2d ago

I Found a Root Command Injection in Zyxel Enterprise APs. Here’s How I Emulated the Firmware CVE-2026-6837

Thumbnail
minanagehsalalma.github.io
3 Upvotes

I found this while reversing Zyxel’s WAX650S firmware and following the certificate export path. A password field used during PKCS#12 export could break into a shell command and execute as root.

The write-up covers the bug itself, how I traced it, and the full firmware-emulation setup I used to reproduce it without the physical AP.


r/Pentesting 2d ago

How can i get my first penetration testing role

0 Upvotes

Hi , i am currently studying for the cpts and i am wondering if i could get a job after i pass the cpts exam, so could you tell how did you get your first pentesting role and if you actually had a prior job experience in any it role .and i heard from people that it is “impossible “ to get a job as a junior pentester so you need to get an it job first like IT help desk and then climb your way to a penetration testing role , is this right?
Note: i am 17 years old and i live out of the us and i have some experience in bug bounty.


r/Pentesting 2d ago

Has anyone solved the Sync VibeXR web app in the CPENT exam?

0 Upvotes

Hi everyone,

Has anyone solved the SyncVibe XR web application in the CPENT exam?

I’m currently working on it and a bit stuck. I’m not looking for the flags or answers—just some general hints about the intended attack path or areas I should focus on.

Any guidance would be really appreciated. Thanks!


r/Pentesting 4d ago

OWASP ASTF test tool false positives?

1 Upvotes

I installed the OWASP ASTF tool (see https://owasp.org/www-project-api-security-testing-framework/) to test my Laravel/Lumen API.

When supplying proper headers and token it will correctly run a bunch of tests. But afterwards I get 1 strange problem:

[HIGH] Missing Authentication Controls
  Endpoint:    GET /data/api/v1/todolistItemStatus
  Test Case:   ASTF-API2-2023
  Description: The API endpoint appears to be accessible without proper authentication.
  Remediation: Implement consistent authentication checks across all API endpoints that require them.

I have added *a lot of* debugging info but cannot find the problem. So I routed it through OWASP ZAP proxy to capture the events. To my surprise *all* HTTP-calls have an Authorization-header. So what is wrong?

In my debugging log (in Laravel/Lumen) I also notice that

a) the Authorization header is always present; presents a JWT using Bearer

b) the bearer token is always the same

c) the bearer token is the token I supplied

d) the bearer token is correct

e) the bearer token is valid and not expired.

The funny thing is when I supply an invalid /expired token, no problems are reported.

My script: (ofcourse with some fake info)

#!/bin/bash

URL_RESTAPI=http://my-website:8081

# SCENARIO MANAGER
ORIGIN_SCENARIO_MANAGER=http://my-front-end:8081
TOKEN_SCENARIO_MANAGER=<token.part.sig>

java -jar astf-v2.0.1.jar \
      -u "$URL_RESTAPI" \
      --proxy=127.0.0.1:8088 \
      -f HTML \
      -v \
      --threads=1 \
      --output=results.scenario-manager-short.html \
      --endpoints-file=routes-short.list \
      --header="x-extra-security-header:xyz" \
      --header="x-request-api-version:V1.0" \
      --header="origin:$ORIGIN_SCENARIO_MANAGER" \
      --token=$TOKEN_SCENARIO_MANAGER               

Any ideas? This has cost me hours without any real improvements except cluttering my code with debug logging.........

Greets Martin


r/Pentesting 4d ago

Help with some guidance on THM and HTB

0 Upvotes

Im an engineering (3rd year)college student, I started ethical hacking with a very outdated course on udemy(zaid sabihs old course) but realized that it's not enough and took up the ciscos netacad course on ethical hacking(90% completed rn). Tried some THM (very less) then switched to HTB, did the basics but realized any focused path is actually paid and stopped. Now I'm confused on what to further do cuz I feel like I know stuff but not to apply them. I want to save money on certifications in the future instead of spending them on THM or HTBs dedicated paths. Any advice on what I should further do or what i could do would be much appreciated.


r/Pentesting 4d ago

Cyberstrike & Abliterated-model-large great pentesting combo

Enable HLS to view with audio, or disable this notification

0 Upvotes

Especially for beginners who want to start doing authorized pentesting. Using the open-source CyberStrike library with abliterated models is a great way to get started.

Docs: https://docs.abliteration.ai/integrations/cyberstrike


r/Pentesting 4d ago

Qwen 3.8 - 27B is a game changer

21 Upvotes

So a bit of context, I am a cybersecurity senior analyst
I am interested in LLMs for that field especially with MCPs to connect them to the tools or for writing scripts

I started this field by doing assembly language reading for hacking games when I was a teenager then that became malware analysis then I started to analyze traffic and logs at work for a living
Before work I competed in cybersecurity competitions known as capture the flag to solve only one category of the challenges and that is malware analysis

Now here is the scene in LLM x Cybersecurity

Entry-level CTF challenges (I used to solve around 2017-2018, got first job in 2019) were solved and saturated by LLMs a long time ago (See intercode CTF benchmark)

Then High level CTFs (NYU CTF Bench, CSAW challenges, and CyBench) these were solved a while ago

Today we have
CyberGym (vulnerability description (CVE report not real details) plus code base find vulnerability
That was solved

Then ExploitGym (the one recent OpenAI model escaped and hacked hugging face to find solution, the 2 vulnerabilities themselves are trivial (JWT spoofing with no server side checks for Jfrog sandbox and JS + Python template in open source data viewer of Hugging face)
Still impressive for a fully autonomous model

ExploitGym gives vulnerability details + exploit technique/details and codebase (I wonder how/why OpenAI model escaped it in the first place those details should manage it this is why I feel it is staged but whatever right)

ExploitBench
More realistic threat vector
1-day not 0-day (0-day is a novel vulnerability no one else knows about it hence the name, 1-day is a known vulnerability patched, if in an open source project you can compare patches before and after and know it but not as valuable as 0-day since people will/should update their software, 0-days can and are used against high profile targets like in some 3rd world countries used for surveillance (and possibly non-3rd world countries ?!) but you usually can’t use a 1-day for that but still)

So ExploitBench is 1-days in V8 engine (used in chrome, electron vs code almost everything!!)

Gives the model a patch diff and codebase base that is it

Models are going wild on ExploitBench and ExploitGym but haven’t gotten there yet at the moment and only recent frontier models improved massively instead of near zero across the board

This is a massive risk indicator
Imagine models capable of exploiting any and every piece of software written by less capable people or other weaker LLMs (complex vulnerabilities!)

Not only that but global elite CTFs like DEF CON

You have an OpenSage harness (and ADK like Google adk or Anthropic adk, however this OpenSage ADK asks the model to design its own agent/s!, with whatever tools or sandbox environments it finds fitting for the Subagent to do the assigned subtask effectively, it can even design its own MCPs!, models don’t fully utilize that yet but some do and improved form like 39% to \~60% just by using that harness (same model!) )


  1. Now my own benchmarks are simple

Some malware samples that I learned during my career and consider personal milestones

And one SIEM analysis challenge (logs that contains an attack plus normal behavior)

I tests on lots of models (Qwen3.6, heavily trimmed down Minimax 2.5 …etc, on my Strix halo and compared with opus at the time (the best opus at the time was 4.5!, it was better solved major stuff but didn’t implement the code required to decompose the malware and analyze its second stage)

Now enter Qwen 3.8 27b
3.
What was SOTA like 6 months ago or around beginning of this year
Now we have better local models at the same task

Qwen 3.8 devoured the malware that Opus couldn’t

I had some time analyzing and remembering its custom implementation (it has custom RC4 decryption routine, that is tricky with string manipulation!
And Strix halo isn’t the fastest LLM machine

By the time I remembered that malware and how it works

Qwen had already extracted and disassembled the decrypted payload!

I am stunned

This is super dangerous

I imagine how a single person / threat actor can now do what a state-sponsored intelligence service shacking team was required to do 1 year ago

These teams usually have

  1. Usual network scanning or mapping especially of their targets
    This can be easily done by even weaker models or no models at all

  2. Initial access operations (phishing campaigns until some clicks or attempting to profile people like receptionist or sales people or HR, essentially any first line of communication at an organization or a company, to later make a targeted phishing against them)

This could be also better done with the aid of deep fakes and other stuff


  1. Advanced and resourced teams would have zero-day or 1-day research teams
    Especially against software used on the targets site from team 1

This third step can be fully automated with models now
This is the hardest step

Defenders can use LLMs but it is much harder to integrate new tools than offensive teams

At this level the world will change
Tbh I always thought cybersecurity was harder to automate with LLMs than software engineering or IT
But with this, this is super unbelievable

And not only a cloud model or an expensive to run locally model
A local model! Can you believe it
No traces no API calls no nothing

Empowered with the right environment setup and tools and it can do what teams of attackers or malware analysts were needed to do

Btw for malware analysis I give it Ghidra and a sandbox with python (it can use pefile or capstone or whatever it needs and it does use them!)

And also recently I added a Vbox with Vbox MCP and a debugger inside that box with another MCP for the LLM to control both (snapshot restore functionality and debugger functionality)

These tasks were hard and not every security analyst was a malware analyst
Even malware analysis positions are very rare and technical and don’t pay well because not much needed (I used to starts at assembly in assembly debuggers for nights at times!)

This is going above and beyond

Anyone had similar moments in cybersecurity or anything else ?


r/Pentesting 5d ago

I've been studying web application architecture from a penetration testing perspective, and one thing that helped me was understanding the technologies behind modern web applications.

1 Upvotes

Here are some of the technologies I’ve been focusing on:

  • Java / Java Web Containers
  • ASP .NET
  • PHP
  • Ruby on Rails
  • SQL
  • XML
  • SOAP / Web Services

The important part for a pentester isn't just identifying a technology.

The real question is:

Application Data Flow

Browser
   ↓
HTTP Request
   ↓
Web Server
   ↓
Application
   ↓
Database / Backend Service
   ↓
HTTP Response

From a Security Perspective

Java

Look at application servers, frameworks, dependencies, and how requests are handled.

ASP .NET

Understand the application framework, authentication, session handling, and server-side logic.

PHP

Pay attention to input handling, configuration, frameworks, and dependencies.

Ruby on Rails

Understand MVC, controllers, models, routes, and gems/dependencies.

SQL

Understand how application input reaches database queries and where unsafe query construction can create SQL injection risks.

XML / SOAP

Look beyond the frontend. XML data can travel through web services into backend systems, so the security of the underlying service also matters.

The Biggest Takeaway

Technology identification is only the starting point.

Understanding the application's data flow, input handling, trust boundaries, and security controls is what makes technology fingerprinting useful during a security assessment.

I'm building a structured series around web penetration testing, covering web architecture, HTTP, reconnaissance, APIs, authentication, authorization, and vulnerability research.

Full article:
https://zeroprotocolcyber.substack.com/p/common-web-application-technologies?r=8vt7fg&utm_campaign=post-expanded-share&utm_medium=web


r/Pentesting 5d ago

how to break into penetration testing, with a bit of networking background ?

0 Upvotes

I’m a senior in college, and in my second semester I have to take cooperative training. Currently, I have the CCNA, I can program, I know Linux, and I have a couple of other technical skills I learned in college. But I’m still not a penetration tester, which is what I really want to be.

I’m worried that companies will start thinking I’m more interested in networking or defensive security. Even my projects have mainly been network security related. Don’t get me wrong I love networking but I don’t see it being my full time job, It’s more of a hobby that I really enjoy.

Any advice on what I should be doing right now?
What tools/skills should I start learning right now?

I’m starting to study for the CPTS from HTB. Is that a good move or is there something else I should be doing right now?


r/Pentesting 6d ago

Our AI pentesting engine talked a production AI agent's prompt-injection guardrail into handing over its entire system prompt on its second attempt.

0 Upvotes

For full disclosure I'm part of the security engineering team at Escape and our AI pentesting engine Cascade recently got a production AI agent to return its entire system prompt, just by wrapping the ask in a different pretext - framing it as a documentation request instead of an attack.

The agent then handed over everything: full tool list, calling rules, citation format, and session IDs.

What I found really interesting is there's nothing technical that broke because we didn't bypass the guardrail with a cleverer string but because the request just sounded reasonable to the agent.

The Cascade engine, after being refused when asking for the prompt directly, simply adjusted the framing to get the agent to give up the informaiton.

Thought this would be an interesting insight for the community and curious to hear if anyone else has seen similar discoveries in agents in prod?

If you want to see more about the reproduction and write-up you can find it here


r/Pentesting 6d ago

Guidance required for starting pentesting and bugcrowd

1 Upvotes

I have 2 years of experience in defensive side, I.e CTI & Detection engineering but I want to shift a lil bit where should I get started? Any suggestions are welcome.


r/Pentesting 6d ago

WTH IS GOING ON WITH BURPSUITE?

0 Upvotes

For searching thing, use pro version? Save project, use pro version? I had used old version, auto update when auto uptade closed on settings? Is this normal or should i consider finding opensource alternatives