Summary: Use the overview command to display a comprehensive dashboard of your current session's state.

The Overview Command

The overview command provides a comprehensive dashboard of your current session's state. It is one of the most useful commands for quickly understanding your current context.

┌──(pwnity ㉿ (default))
└─$ overview

What it Shows

The overview displays several panels:

  • Target: Shows all data for the loaded target, with placeholders resolved to their current values.
  • Report: If a report is loaded, this shows its contents, including notes, loot, and other findings.
  • Tool: Displays the configuration of the loaded tool, with placeholders resolved.
  • Wordlist: Shows the path of the loaded wordlist.
  • Profile: Lists your global profile settings.
  • Proxy: Shows the current status and configuration of the proxy.

Compact View

For a less detailed, more compact summary, you can use the --short flag.

┌──(pwnity ㉿ (default))
└─$ overview --short

This is useful for getting a quick glance at what's loaded without filling the screen.