Skip to main content
Pentest Robots are available on all paid plans. View plans

What are pentest robots?

Pentest robots are automation workflows that run multiple security tools in sequence. Each robot defines a series of scans where output from one tool feeds into the next. You configure a target, start the robot, and it handles the rest. Robots can be shared with team members. See Sharing robots for details.

Default robots

Several pre-built robots are included on all plans:
RobotWhat it does
The HTTP LockpickerScans for web services, crawls for login interfaces, then brute-forces them
Domain ReconDiscovers subdomains, port scans them, and runs Website Recon on all HTTP/S ports. Populates the Attack Surface
All Domains ReconExtended version of Domain Recon. Discovers company domains (filtered by certainty >= 80%), then runs the full subdomain/port/recon chain
Log4Shell Detector (CVE-2021-44228)Discovers web apps, crawls pages and forms, and injects payloads to test for CVE-2021-44228
Treasure Hunter (domain)Finds subdomains, port scans each one, then runs URL Fuzzer on all HTTP/S ports to discover hidden files and directories
Treasure Hunter (host)Port scans the target host (top 1000), then runs URL Fuzzer on each HTTP/S port
Auto HTTP Login BruteforcerDiscovers password-protected URLs (HTTP 401) and brute-forces them with common credentials across all HTTP/S ports
Website Scanner - All PortsDiscovers all HTTP/S ports (1-65535), then runs Website Scanner on each
Website Scanner - Top 1000 PortsDiscovers HTTP/S ports (top 1000), then runs Website Scanner on each
Deep WordPress ScanRuns Website Scanner first, then if WordPress is detected, runs the WordPress Scanner for CMS-specific vulnerabilities
Network Scanner - Critical CVEs (domain)Discovers subdomains, identifies machines behind the domain, runs Sniper Detection Modules on each
Network Scanner - Full (domain)Same as above, but runs Network Scanner with OpenVAS Full&Fast plus Sniper detection modules

Running a robot

1

Navigate to Robots

Go to Automation > Robots in the main navigation.
2

Select a robot

Click on a robot to view its description and workflow.
3

Start a new scan

Click New scan and select the target(s) you want to scan.
4

Configure and run

Review the configuration and start the robot.

Scheduling robots

Robots can run on a schedule:
1

Start a new scan

Click New scan on any robot.
2

Enable scheduling

Toggle the scheduling option and configure:
  • Frequency: how often the robot should run (once, daily, weekly, monthly, quarterly, yearly)
  • Start date: when to begin the schedule
3

Save schedule

The robot will run automatically at the configured intervals.
Scheduled robot scans appear in your Scheduled Scans list where you can manage, pause, or cancel them.

Managing robots

Viewing robot details

Click on any robot to see:
  • Description of what the robot does
  • The workflow and tools it uses
  • Available actions (edit, delete) depending on your permissions

Editing robots

For robots you own, you can update the name and description. Renaming a robot also updates the name on all its past scan runs in the Scans history.

Deleting robots

Deleting a robot removes the robot configuration. Past scan runs are not deleted. They remain on the Scans page but show “[Robot deleted]” as their name. To remove a past run, delete it from the Scans page.

Robot execution

Tools execute in the defined order. Some robots include filters that control which results trigger subsequent steps.

Node types

The workflow diagram has four node types:
  • Tool runs one or more scans. Shows status and finding counts as work progresses.
  • Filter tests conditions against each result from the previous tool. Only matching results move to the next step. The node shows how many results passed through.
  • Extractor pulls new targets out of a tool’s results to feed the next tool. For example, it might pull hostnames from Subdomain Finder results, or build URLs from a port scan’s list of open HTTP ports.
  • Reducer works like an extractor, but processes all scan results together before producing targets. Its primary use is deduplication: when Subdomain Finder returns multiple subdomains that resolve to the same IP, a reducer picks one hostname per IP to avoid scanning the same server twice.

Monitoring progress

The scan result page shows the robot workflow as an interactive diagram. Each node updates as the robot runs. Tool nodes show the tool name, a status indicator, and finding counts by severity. When scans start for that step, a “X / Y Finished Scans” button appears. Click it to open a panel listing each individual scan with its target, status, and finding summary. From that panel, click any scan to open its full result in a new tab. Scans that failed to start appear in the same panel with their error message. You can pan the diagram by clicking and dragging. Use the + and − buttons to zoom.

Results

When the robot finishes, the diagram shows the final state with finding counts at each tool step. To see findings in detail, click the Finished Scans button on any tool node to open individual scans from that step.

Scans and reports

Each robot run appears as a single entry on the Scans page. The individual tool scans that run in the background are hidden from the list. When all tools finish and you have email notifications configured, you get one email notification with an aggregated PDF report attached. The report is also saved to the Reports page. Configure notification rules on the Notifications page. Deleting a robot run from the Scans page removes the entire run and all its child scans. No warning is shown before this happens.

Example use cases

GoalRobot to use
Map a new domain’s exposureDomain Recon or All Domains Recon
Find hidden files and sensitive dataTreasure Hunter (domain or host)
Regular web vulnerability checksSchedule Website Scanner - Top 1000 Ports weekly
Test for a specific CVELog4Shell Detector
Full web + CMS assessmentDeep WordPress Scan (if WordPress) or Website Scanner - All Ports

Sharing robots

You can share robots with team members. Shared robots appear alongside default robots so they can run them on their own targets.

Permission levels

PermissionWhat they can do
No accessCannot see or use your robots
ViewCan view and run robots, but not edit or delete
EditFull access to view, run, edit, and delete robots

How to share robots

  1. Go to Team in the sidebar
  2. Select the team members you want to configure sharing for
  3. Click Share
  4. Set the Robots permission level
  5. Click Save
For more on team management and sharing, see Teams and roles.

Best practices

The pre-built robots cover common use cases. Try them before building custom workflows.
Robots can generate many scans across many targets, especially domain-level robots that discover subdomains first. Each unique target counts against your scanned assets limit. Check your quota before running broad discovery robots.
Set up recurring robot runs to catch new vulnerabilities as they appear.
Verify robot behavior on test assets before running against production systems.
Share custom robots so your whole team tests the same way.