> ## Documentation Index
> Fetch the complete documentation index at: https://docs-cerberus.c7-security.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Scope and Recon

> Scope and recon tab introduction

# Scope and Recon

Recon is where every pentest begins. Before you start throwing exploits at a target, you need to know what you're working with - what's exposed, how things connect, where the attack surface actually is. Skip this step and you'll waste time testing the wrong things or miss obvious entry points entirely.

The best pentesters spend more time on recon than on exploitation. A well-mapped target often reveals vulnerabilities on its own: forgotten subdomains, exposed admin panels, services that shouldn't be public. The more complete your picture, the better your attacks.

The **Scope and Recon** tab is where you build that picture. It's your home base for managing what we call "context" - the map of assets you're testing, vulnerabilities you've found, and attacks that got blocked. As you run tests, this updates in real time. It's also where you interact with the IDE and AutoPT.

Three subtabs live here:

## Overview

Shows high-level stats about your context: total assets, vulnerabilities found, defended attacks, and so on.

<img src="https://mintcdn.com/c7cybersecurity/HiaZBSQlk-siyrlN/assets/cerberus/scope-recon.png?fit=max&auto=format&n=HiaZBSQlk-siyrlN&q=85&s=e3dd03952aa23b99efd510f54f6ccea0" alt="Scope and Recon" width="2994" height="1698" data-path="assets/cerberus/scope-recon.png" />

<img src="https://mintcdn.com/c7cybersecurity/3dQmDadrZWMaHSK8/assets/cerberus/scope-recon2.png?fit=max&auto=format&n=3dQmDadrZWMaHSK8&q=85&s=05a4e277a0c07378c0aa3e3dd01ed3ba" alt="Overview" width="1919" height="955" data-path="assets/cerberus/scope-recon2.png" />

## Asset map

The asset map visualizes your targets and how they relate to each other. You can see which assets have vulnerabilities and how everything connects.

A search bar at the top lets you filter assets with various options.

<img src="https://mintcdn.com/c7cybersecurity/3dQmDadrZWMaHSK8/assets/cerberus/asset-map-overview.png?fit=max&auto=format&n=3dQmDadrZWMaHSK8&q=85&s=3338f08ab5dffb408f5145b3fa515bb3" alt="Asset map" width="1920" height="960" data-path="assets/cerberus/asset-map-overview.png" />

Below that is the map itself, which has two modes:

**1. Graph view**

<img src="https://mintcdn.com/c7cybersecurity/3dQmDadrZWMaHSK8/assets/cerberus/asset-map-grid.png?fit=max&auto=format&n=3dQmDadrZWMaHSK8&q=85&s=f789737d75b1f64764a1290817784fc8" alt="Grid view" width="1618" height="806" data-path="assets/cerberus/asset-map-grid.png" />

Graph view has three layout options: Grid (shown above), Hierarchical Tree, and Sankey/Flow. Switch between them using the layout selector in the top right corner.

**2. List view**

<img src="https://mintcdn.com/c7cybersecurity/3dQmDadrZWMaHSK8/assets/cerberus/asset-map-list.png?fit=max&auto=format&n=3dQmDadrZWMaHSK8&q=85&s=176a36109765068f28dab97aa82fb4e2" alt="List view" width="1916" height="820" data-path="assets/cerberus/asset-map-list.png" />

Toggle between graph and list view using the mode selector in the top right corner of the asset map.

## IDE

The IDE is where you interact with AutoPT and Codegen to run code against your targets.

<img src="https://mintcdn.com/c7cybersecurity/5CsQlyE86vUql6cP/assets/cerberus/ide-working.png?fit=max&auto=format&n=5CsQlyE86vUql6cP&q=85&s=971d1be295f322940bc2f48955c6610b" alt="IDE" width="1882" height="879" data-path="assets/cerberus/ide-working.png" />

The right panel shows available assets - click them to add to your prompt. The Executions tab lists all previous runs.

<img src="https://mintcdn.com/c7cybersecurity/5CsQlyE86vUql6cP/assets/cerberus/thinking-process.png?fit=max&auto=format&n=5CsQlyE86vUql6cP&q=85&s=1219341f92c760f680f70d5331908a6f" alt="Executions" width="1878" height="825" data-path="assets/cerberus/thinking-process.png" />

Click any execution in the list to see its details. More details about the execution you can find in the **Starting your first pentest** guide.
