Agentic Pentesting, Explained: A Full Walkthrough of Reflectiz Offensive Hub

Agentic Pentesting Platform: Offensive Hub product walkthrough 2026, with a critical finding card from the Offensive Hub results view
Share article
twitter linkedin medium facebook

Most security teams run one of two things: a scanner that is fast but shallow, or a human pentest that is deep but rare and expensive. Neither gives you continuous, provable coverage of a real, login-gated web app.

Offensive Hub closes that gap. It runs agentic pentesting: autonomous AI agents that test your web applications the way a human attacker would, on the schedule and depth you choose. This walkthrough shows you how to build an agent, tune how hard it digs, read its findings, and understand what makes it work where code-writing tools fall short.

Definition

What is agentic pentesting?

Agentic pentesting uses autonomous AI agents to probe a web application for security weaknesses without a human driving each step. The agent explores the site, reasons about what it finds, and chains actions together to surface real, exploitable issues, then reports them by severity.

Watch the full product walkthrough

Prefer to see it live? This video walks through the same build, from creating an agent to reading its findings. The written steps below follow the same order.

How to use the Reflectiz pentesting agent

1. Create the agent

In Offensive Hub, click New agent at the top right of the screen.

Offensive Hub dashboard with the New agent button highlighted

2. Name it

Give the agent a name your team will recognize and add an optional description of what it should catch. Both appear in the live Summary panel on the right, which also tracks scope, mode, and intelligence level, and estimates the credit cost per assessment as you build.

Naming a new agentic pentesting agent in Offensive Hub with the live Summary panel

3. Set the scope

Each agent tests one site. Select the single site you want this agent to run against. Scope locks once the agent has run, so to cover more sites, you create more agents.

Selecting the target site scope for an Offensive Hub agent

4. Choose how it runs

Scroll down and set the run mode:

  • On-demand: the agent fires only when you click Run now.
  • Scheduled: the agent runs recurring assessments on the days and times you set. Scheduling gives you a start date and time, an optional end time, a repeat frequency (for example, the last Wednesday of every month), and an optional end date.

The Summary panel projects the credit cost both per assessment and per year at whatever cadence you choose.

Setting on-demand or scheduled runs for an agentic pentesting agent

5. Set custom rules

Custom rules save as properties of the agent, so you do not redefine them for every assessment. You can still tweak them for a one-off run.

  • Custom user agent and request headers go out on every request the agent makes. Use them to flag your traffic or point the agent at a staging environment.
  • Included and excluded paths narrow coverage. Leave the paths empty to test the whole site.

Whenever a rule fires during an assessment, it is recorded in that assessment’s activity log with a timestamp and outcome.

Configuring custom user agent, headers, and path rules for an Offensive Hub agent

6. Pick the intelligence level

Intelligence is how hard the agent digs. There are four levels. Deeper levels run more capable and more expensive models, so you match each agent to the stakes of the target.

LevelHow it worksBest for
ScannerRuns built-in security tools and a fixed set of attack checks, with light AI validation. No real reasoning.A broad first pass or a low-cost baseline scan. Catches common, obvious weaknesses fast.
PentesterAdds AI reasoning but keeps a short attack loop on the most obvious paths. Prioritizes and decides where to look.Routine, day-to-day testing on straightforward pages and flows.
SeniorLonger attack loops, a bigger time budget, more room to explore. Tries more variations and stays on promising leads.Consequential flows: logins, accounts, onboarding, checkout.
ExpertFrontier models at the deepest level. Chains attack paths and findings together instead of testing ideas one at a time. Surfaces complex, non-obvious business-logic flaws.Critical apps, sensitive flows, and periodic deep dives. Powerful but pricey.

Whichever level you pick, a credit-consumption cap can pause an assessment once it hits a ceiling you set, keeping costs predictable.

The four agentic pentesting intelligence levels in Offensive Hub

The Agents dashboard

Once your agents are built, the Agents dashboard lists them all in one place, with a running tally of how many are active, on standby, or killed.

Each row shows the agent’s status, target, intelligence level, number of runs, coverage, credits used, findings, and when it last ran. Search or filter by scope, target, rule, or status to find the one you need.

Offensive Hub Agents dashboard listing active agentic pentesting agents and their status

Click any agent to open its activity log: the full history of its assessments, each with the credits it used and the findings it turned up.

Agent activity log showing assessment history, credits, and findings

Reading assessment results

Select a run to open its full results. Each run opens with a headline count: how many pages were tested, how many came back with findings, and how many were clean.

  • On the left, every endpoint the agent visited is laid out in a grid.
  • On the right, findings break down by severity (critical, high, medium, low), with a card for each one showing the category, the affected URL, and what the agent found.

A green checkmark means that endpoint was tested for that class of attack and came back clean. Search or filter by finding, category, or status to zero in on what matters.

Offensive Hub assessment results with endpoint grid and severity-ranked findings

Why agentic pentesting coverage matters

An agent never tires and never decides a check is too boring to bother with. It tests every endpoint it maps, for every check in its playbook, not just the interesting ones a human might gravitate toward.

For backlogged security teams, that means:

  • Provable coverage. Every endpoint, every attack class, on record.
  • A clear basis for triage. Findings ranked by severity, so you know what to fix first.
  • Testing that scales to the stakes. Agents that are exactly as thorough as the target demands.

A human pentest is deep but rare. A scanner is constant but shallow. Offensive Hub is both: continuous and deep, on your schedule.

Under the hood: built like a human hacker, not a code generator

Most agentic security tools attack by writing code. They hand an LLM the ability to script attacks and lean on command-line crawlers. That suits problems that need bespoke tooling, but it is not how a person tests a website, and it struggles on the complex, login-gated web apps most businesses actually run.

Offensive Hub does what a real pentester does. It drives a genuine browser through a proxy, surfs the site the way a human would, watches the actual requests and responses, replays them, reads the JavaScript, and follows one action into the next. It logs in and clears one-time passcodes and two-factor prompts before any attack begins.

It can do this because it is built on the browser-based scanning engine Reflectiz has spent more than a decade refining, with an agentic attacker layered onto proven ground rather than reinvented from scratch.

Code-writing agentsOffensive Hub
ApproachScript attacks via an LLM and CLI crawlersDrives a real browser through a proxy
How it navigatesCommand-line toolingSurfs, reads JavaScript, replays real requests
AuthenticationOften blocked by login wallsLogs in, clears one-time passcodes and 2FA first
Holds up onInfrastructure and API-style targetsReal, interactive, login-gated web apps
FoundationReinvented per toolMore than a decade of browser-based scanning

That foundation is what lets Offensive Hub hold up on real, interactive sites where code-writing agents fall short.

See agentic pentesting on your own site

Offensive Hub gives backlogged teams provable coverage and a clear basis for deciding what to fix first, with agents that are exactly as thorough as you need them to be. For a deeper look at the model, read the CISO guide to agentic pentesting or compare agentic pentesting pricing models.

FAQs

How is agentic pentesting different from a vulnerability scanner?

A scanner runs a fixed set of checks and reports matches. An agentic pentester reasons about what it finds, explores like a human attacker, and chains actions together to reach issues a scanner never triggers. In Offensive Hub, the Scanner level behaves like a traditional scanner, while Pentester, Senior, and Expert add increasing depths of AI reasoning.

Can Offensive Hub test sites that require login?

Yes. Each agent drives a real browser and logs in before testing, clearing one-time passcodes and two-factor prompts. This is where code-writing tools most often fail.

How is Offensive Hub priced?

It is usage-based. Each agent is billed by the credits it consumes, and the Summary panel estimates cost per assessment and per year as you build. A credit-consumption cap keeps any single assessment from exceeding a ceiling you set.

How often should I run an agentic pentesting assessment?

On-demand for one-off checks, and scheduled for continuous coverage. Match cadence to risk: frequent runs on critical flows like checkout and login, lighter baseline scans elsewhere.

Can one Offensive Hub agent test multiple sites?

No. Each agent is scoped to a single site, and scope locks after the first run. To cover more sites, create more agents.

What do the four Offensive Hub intelligence levels mean?

Scanner is a fast baseline with light AI validation. Pentester adds AI reasoning for routine day-to-day testing. Senior runs longer attack loops for consequential flows like login and checkout. Expert runs frontier models that chain attack paths to surface complex business-logic flaws in critical apps.

Subscribe to our newsletter

Stay updated with the latest news, articles, and insights from Reflectiz.

AI Has Changed The Web.

Are You Ready for What’s Next?

Third-party code shifts by the hour. Supply-chain compromises strike without warning. AI-driven web attacks now evolve faster than traditional security can ever keep up.

Reflectiz delivers the continuous, real-time visibility needed to expose the risks traditional tools miss entirely.

Zero code changes. Zero access to your data. Ultimate peace of mind.

Try for free