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.

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.


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


