Documentation

ZeroPanic User Guide

Everything you need to know, from getting started to running security investigations with the Recon Agent.

Version: 1.0  Β·  Last updated: March 2026

Section 1

What is ZeroPanic?

ZeroPanic is a cybersecurity platform built for everyone: security professionals running penetration tests, developers reviewing their own code, and anyone who simply wants to know if their passwords have been compromised and keep their accounts safe. You do not need a technical background to use ZeroPanic. The tools are powerful enough for experts and clear enough for anyone.

πŸ’¬
AI Chat Assistant

Ask any security question in plain English. Upload suspicious files, emails, or code and get a clear explanation of what's going on, no technical jargon required.

πŸ€–
Recon Agent

Investigates any domain or IP you own using real tools: WHOIS lookups, DNS records, SSL inspection, port scanning, web fingerprinting, security headers analysis, and more. Writes a clear report you can actually read, whether you're a professional or not.

πŸ”
The Vault

A secure place to store passwords, PINs, API keys, access tokens, and private notes, including security question answers and recovery codes. Tells you how strong each password is and whether it has appeared in a known data breach.

πŸ”
Breach Monitoring

Alerts you if your email address shows up in a data breach, so you know to change your password before someone uses it against you.

ZeroPanic is designed with privacy at its core. We do not serve ads, we do not sell your data, and recon session results are never stored beyond your active session. Whatever you do here stays here.

Section 2

Creating Your Account

There is no account password. You sign up with your name and email, then sign in with a six digit code we email you. The only password in your ZeroPanic life is your vault master key, and that one never reaches our servers.

  1. Sign up with your first name, last name and email address. No password to choose, and none to leak later.

  2. Verify your email from the link we send. You will land on a page that tells you what to do next.

  3. Sign in with a code. Enter your email, we send a six digit code, and it expires in 10 minutes. Five wrong attempts kills the code, and you can request a new one every 60 seconds.

  4. Save your recovery codes. On your first sign-in we generate eight one-time codes and show them once. Store them offline. They are your way back in if you ever lose access to your email.

  5. Add an authenticator app from Settings β†’ Security if you want a second layer. Works with Google Authenticator, Authy, 1Password and anything TOTP compatible.

πŸ›Ÿ About recovery codes: we store only hashes, so we cannot show them to you again. Each code works once. Check how many you have left, or generate a fresh set, from Settings β†’ Security. Generating a new set immediately invalidates the old one.
πŸ”’ Why no password? A password you rarely type is a password you forget, and one more secret that can appear in a breach. Email codes prove you control the inbox, and there is no password database on our side to steal.
Section 3

Free vs Pro

ZeroPanic offers two tiers. Free gives you access to the core features to get started. Pro unlocks the full platform.

FeatureFreePro
AI Chat Assistant10 credits/monthUnlimited
File upload & analysisFreePro
Reasoning ModeFreePro
Web Search ModeFreePro
Saved chat historyPro
Auto-save chatsPro
Recon AgentPro
Vault: logins & passwordsPro
Vault: cards & PINsPro
Vault: API keys & SSH keysPro
Vault: private notesPro
Folders & encrypted backupsPro
Breach MonitoringPro
Encryption ToolFreePro
2FA SecurityFreePro

Pro is $15/month or $135/year ($11.25/mo, saving $45 Β· 25% off). Upgrade from the Billing page at any time. Cancel any time and your Pro access continues until the end of the current billing period with no early termination fee. Having trouble with payment? Contact us and we'll sort it out.

Section 4

Starting a Chat

The AI Chat Assistant is where most people start. Ask it anything security-related, from "what is a strong password?" to complex code reviews. You do not need to know technical terminology. Ask the way you would ask a knowledgeable friend and it will meet you where you are.

  1. Navigate to AI Assistant from the top navigation bar.

  2. Click "New Chat" to open a fresh conversation. Each chat maintains its own history, so the AI remembers everything said within the same window.

  3. Type your question and press Enter to send, or Shift+Enter for a new line.

  4. Receive a formatted response with headers, code blocks, and bullet points for clarity.

What you can ask

  • Answer everyday security questions like "is this email safe?" or "what should I do if I was hacked?"
  • Explain any security concept, from basic to advanced, in plain English
  • Review code for vulnerabilities (paste or upload)
  • Analyse log files, config files, and network captures
  • Identify phishing emails: paste headers and body
  • Get step-by-step hardening guides for any system or service
  • Research CVEs, malware families, and attack techniques
  • Generate security policies, incident response templates, and checklists
πŸ’‘ Pro tip: The more context you give, the better the answer. Instead of "is my email safe?", try "I received an email from my bank asking me to click a link and verify my details. Is this legitimate?" Describe what you're seeing and ZeroPanic will give you a specific, useful response.
Section 5

Uploading Files

ZeroPanic supports file uploads for analysis. Attach logs, configs, code, PDFs, or images, and the AI reads and analyses them in the context of your question.

Supported file types

  • Text & data: .txt, .log, .csv, .md, .json, .xml, .yaml, .yml
  • Code: .py, .js, .ts, .html, .css
  • Documents: .pdf (text extracted automatically)
  • Images: .png, .jpg, .jpeg, .gif, .webp
  • And more. The list above is representative. If your file type is text-based, it will generally be accepted even if not listed explicitly.

How to upload

  1. Click the paperclip icon (πŸ“Ž) in the chat input area.

  2. Select your file. Up to 10 MB per upload. Multiple files can be attached before sending.

  3. Type your question and send. The AI analyses the file(s) alongside your query.

⚠️ Large files: For files exceeding the AI's context window, ZeroPanic automatically applies RAG (Retrieval-Augmented Generation), extracting the most relevant sections based on your question rather than truncating arbitrarily.

Example use cases

  • Upload auth.log β†’ "Are there any brute-force attempts in this log?"
  • Upload nginx.conf β†’ "Review this for security misconfigurations."
  • Upload a screenshot of a suspicious email β†’ "Is this a phishing attempt?"
  • Upload source code β†’ "Find SQL injection vulnerabilities in this file."
Section 6

Reasoning Mode

Reasoning Mode enables the AI to think through complex problems step-by-step before producing a response. Ideal for difficult analytical tasks, multi-step security reviews, and questions requiring careful logical deduction.

How to enable

Click the 🧠 Reasoning pill in the top-right of any chat. It illuminates green when active. Responses will show a "Reasoning applied" tag confirming the mode was used. The thinking indicator shows "Reasoning deeply…".

⚠️ Note: Reasoning Mode produces more thorough responses but takes longer. For simple questions, standard mode is faster and equally effective. Use Reasoning when accuracy matters more than speed.

Best used for

  • In-depth vulnerability analysis of complex code
  • Multi-step incident response planning
  • Evaluating competing security architectures
  • Interpreting ambiguous log data or network captures
  • Security architecture review with trade-off analysis
Section 7

Web Search Mode

Web Search Mode connects the AI to the live internet, enabling it to retrieve up-to-date information when answering your question. Particularly useful for recent CVEs, newly disclosed vulnerabilities, current threat intelligence, and any topic that changes rapidly.

How to enable

Click the 🌐 Web Search pill in the top-right of any chat. It illuminates green when active. The thinking indicator shows "🌐 Surfing the web…" while live results are retrieved.

Best used for

  • Looking up a CVE published recently
  • Checking if a specific software version has known exploits
  • Researching a malware family or threat actor in the news
  • Getting current patch status for a vulnerability
  • Finding the latest hardening guidance for a specific technology
βœ… Combining modes: Enable both Reasoning Mode and Web Search simultaneously for the most thorough, up-to-date responses. Web Search fetches current intelligence; Reasoning ensures it is analysed carefully before responding.
Section 8

Saving Chats

Chats are not saved by default, and this is intentional. Security conversations often contain sensitive data, and you should consciously decide what to keep.

Saving a chat manually (Pro)

Click the πŸ’Ύ Save button in the top-right of any chat. Saved chats appear on the AI Assistant home page and remain accessible across sessions.

Auto-save (Pro only)

Enable auto-save in Settings β†’ Account. When active, every chat is automatically saved after the first assistant reply, which is useful if you want a permanent history of all security consultations.

⚠️ Unsaved chats are lost on navigation. If you close the tab or navigate away from an unsaved chat, the conversation is not recoverable. Save anything you want to keep before leaving.
Section 9

What Is the Recon Agent?

The Recon Agent investigates one thing at a time, using real tools inside an isolated environment. Give it a domain or IP you own and it maps the technical attack surface. Give it your email, your name, a username, a phone number or a photo and it shows you what the internet already reveals about you. It works out which of those you gave it and picks the right approach automatically. At the end it writes a report in plain language. You do not need to be a security professional to use it or to read the results.

What you can investigate

What you enterWhat happens
example.com or an IPFull technical recon: DNS, subdomains, ports, tech stack, certificates, headers, exposed paths, known exploits
Your email addressBreach exposure check, plus search queries that reveal where the address is published or leaked
A name like Jane SmithPeople search across engines, social platforms, data brokers and public records, plus document and leak focused search queries
A username or handleWhich platforms have a public profile under it, plus mention and paste-site queries
A phone numberCountry, region, carrier, line type and timezone, worked out offline, plus reverse lookup links
A photo URLHidden metadata: GPS coordinates, capture time, camera and device model
πŸ’‘ No permission needed for your own details. Checking your own email, name, username, number or photo is not scanning anyone's systems. The authorisation rules below apply to domains and IPs.
🚨 Pro feature only. You must have authorisation to test any target. Scanning systems you do not own or have not been authorised to test is illegal in most jurisdictions.

What the agent investigates

  1. Subdomain Discovery: passively queries certificate transparency logs to find subdomains associated with the target. No traffic sent to the target itself.

  2. WHOIS & DNS Lookup: retrieves registration data (registrar, creation date, expiry, name servers) and enumerates all DNS records (A, MX, NS, TXT, SOA). Useful for understanding who owns a domain and how their mail and DNS infrastructure is configured.

  3. Port & Service Discovery: Nmap scans for open ports and identifies what software is running on them, including version numbers.

  4. Web Technology Fingerprinting: WhatWeb identifies the web framework, CMS, server software, and libraries in use.

  5. SSL Certificate Inspection: checks certificate expiry, issuer, TLS version, and Subject Alternative Names. Expired or misconfigured certificates are flagged clearly.

  6. Security Headers Analysis: checks whether the site has key HTTP security headers in place (CSP, HSTS, X-Frame-Options and more) and assigns a grade. Missing headers are explained in plain English.

  7. FTP Anonymous Check: runs only if Nmap confirms port 21 is open. Checks whether anonymous login is allowed and whether files can be written.

  8. Directory Enumeration: Gobuster brute-forces common paths on web targets using wordlists and file extensions matched to the detected tech stack.

  9. CVE & Exploit Research: SearchSploit searches Exploit-DB for known vulnerabilities matching the exact software versions found. Read-only, so nothing is executed.

  10. Recon Report: the AI synthesises every finding into a structured report with plain-English explanations, risk levels, and remediation steps.

Ephemeral by design

Recon sessions are ephemeral. All tool outputs and the final report exist only for the duration of your active session. Nothing is retained on our servers once the session ends. Download your report before closing.

Section 10

Launching a Session

  1. Open any chat and click the πŸ” Recon Agent button in the top-right toolbar.

  2. Enter what you want investigated: a domain (example.com), a subdomain, an IP address, your email, a name, a username, a phone number, or a photo URL. A hint under the box confirms what the agent detected before you start.

  3. Choose your scope if you entered a subdomain. Select either "this host only" or "all of the parent domain" based on your authorisation. Personal subjects like an email or username have no scope to choose.

  4. Select a mode: Human-in-the-loop or Full Auto (see Section 13).

  5. Confirm legal authorisation by ticking the required checkbox.

  6. Click "πŸ” Start Recon." The session begins immediately.

Section 11

Scope & Authorisation

ZeroPanic enforces scope technically on every agent session. The agent will refuse to scan any target outside the scope you declared, regardless of what it discovers during reconnaissance.

Target enteredScope behaviour
example.com (root domain) All subdomains automatically in scope: admin.example.com, api.example.com etc. are permitted. Owning the domain means owning its subdomains.
ftp.example.com + "This host only" Only ftp.example.com is scanned. Discovered subdomains are noted in the report as out-of-scope but not actively scanned.
ftp.example.com + "All of example.com" Scope expands to *.example.com, so all subdomains including api.example.com are in scope.
IP address (e.g. 192.168.1.1) Exact IP only. Subdomain enumeration is skipped, since there are no subdomains on a bare IP.
βš–οΈ Legal responsibility: You are solely responsible for ensuring you have the legal right to test your declared target. ZeroPanic enforces scope technically but cannot verify your legal authorisation. That responsibility is yours.
Section 12

Tools & What They Do

ToolPhaseWhat it does
Subdomain Enum 🌍 Passive OSINT Queries certificate transparency logs to find subdomains. DNS-resolves each one and categorises by risk: admin, dev, API, and staging subdomains rank highest.
WHOIS + DNS πŸ“‹ Passive OSINT Retrieves domain registration data (registrar, dates, name servers) and all DNS records (A, AAAA, MX, NS, TXT, SOA). Reveals ownership, mail setup, and infrastructure details.
Nmap πŸ” Port Scanning Discovers open ports, identifies running services and software versions. Scans top 1,000 ports by default using TCP connect scan.
WhatWeb 🌐 Fingerprinting Identifies web technologies: framework, CMS, server software, JavaScript libraries and versions. Drives file extension selection for Gobuster.
SSL Check πŸ” Certificate Inspects the SSL/TLS certificate: expiry date, issuer, TLS version, cipher, and Subject Alternative Names. Expired certs, near-expiry warnings, and weak TLS versions are flagged. SANs often reveal related domains useful for OSINT.
Security Headers πŸ›‘οΈ Web Security Checks for CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy. Assigns a grade (A–F) and explains each missing or misconfigured header in plain English.
FTP Check πŸ“‘ Service Check Only fires when Nmap confirms port 21 open. Attempts anonymous FTP login, lists accessible directories, checks for write access.
Gobuster πŸ“‚ Enumeration Brute-forces directories and file paths on web targets. File extensions are chosen from the detected tech stack, never generic.
SearchSploit πŸ’₯ CVE Research Searches Exploit-DB for known exploits matching exact software versions found. Read-only, so no exploits are executed.
Dork Generator 🎯 OSINT Builds advanced search queries using site:, filetype:, intitle:, inurl: and intext:. Surfaces exposed documents, login pages, directory listings, config leaks and credentials sitting in public search results. It generates the queries and hands them to you as clickable links. It never scrapes search engines.
People Search πŸ•΅οΈ OSINT For a real name. Produces targeted links across search engines, social and professional networks, people-search and data-broker sites, and public records.
Email Breach Check πŸ“§ OSINT Checks an email address against a public breach index and names the breaches it appears in. Tells you plainly when a lookup is inconclusive rather than calling it clean, and always links you to verify against a larger database yourself.
Username Footprint πŸ‘€ OSINT Checks 14 platforms for a public profile under a handle, including GitHub, Instagram, X, Reddit, TikTok, YouTube and Telegram. Only checks whether a public page exists. Reads nothing private.
Phone OSINT πŸ“± OSINT Country, region, carrier, line type and timezone for a number. Runs entirely offline, so the number never leaves the server.
Image Metadata πŸ–ΌοΈ OSINT Pulls EXIF data out of a photo: GPS coordinates, capture time, camera and device model. Most people are surprised what their originals carry.
GitHub Exposure πŸ™ OSINT Searches public GitHub code for a domain, org or hostname to surface committed secrets and config. Flags filenames that suggest credentials. Read-only search of code that is already public.

Intelligence-driven methodology

Every step is driven by what earlier steps discovered. WhatWeb detects Django β†’ Gobuster uses Python file extensions, not PHP. Nmap finds port 21 β†’ FTP check fires. Subdomain enum finds admin.example.com β†’ Nmap prioritises that host. Nmap finds Apache 2.4.49 β†’ SearchSploit searches that exact string. The agent reads its own prior findings and reasons from them. It does not run a fixed checklist.

Section 13

Human-in-the-Loop vs Full Auto Mode

πŸ™‹ Human-in-the-Loop (HITL), Recommended

The agent proposes each action, explains its reasoning in plain English, and waits for your approval before running anything. You can approve, skip, or modify the step. Good for beginners and non-techies who want to understand what is happening at each stage, and for professionals who need precise control over a sensitive target.

⚑ Full Auto Mode

The agent runs the full investigation on its own, executing tools, reading the output, and deciding the next step, until the report is written. Best when you want results without approving each step. You can still interrupt at any point.

Interrupting a session

In either mode, click πŸ’¬ Interrupt & Instruct to send a mid-session directive. For example: "Focus on the admin subdomain" or "Skip gobuster and go straight to SearchSploit." The agent picks up the instruction on its next iteration.

Section 14

Reading Results

Each step card shows three layers of information:

  • πŸ’­ Reasoning: why the agent chose this tool and what it expected to find.
  • Command & Args: the exact target, flags, and arguments passed to the tool.
  • Raw Output: the actual output from the tool.

After raw output, a 🧠 Analysis interprets what was found and what it means for the assessment.

Step status indicators

StatusMeaning
DONEStep completed successfully.
ERRORStep failed. Card auto-expands showing error details. Agent recovers and continues.
SKIPPEDSkipped by user (HITL) or automatically by the agent (e.g. scope violation).
RUNNINGTool currently executing.
AWAITINGHITL mode: waiting for your approval to proceed.
Section 15

Downloading Reports

When the investigation is complete, the final report appears at the bottom of the agent panel. Three export options are available:

  • πŸ“‹ Copy: copies the full report as Markdown to your clipboard.
  • ⬇ .md: downloads as a Markdown file named ZeroPanic_Report_[target]_[date].md.
  • πŸ–¨ PDF: opens the browser print dialog with A4 formatting. Use "Save as PDF" in your browser.
⏱️ Download before closing. Recon sessions are ephemeral, so your report is permanently deleted when the session ends. There is no way to recover it afterwards. Download immediately when the session shows Complete.

If you download before the investigation finishes, you receive a clearly marked partial report showing which steps have completed so far. Re-download once the session is complete.

Section 16

The Vault

A Pro-only encrypted store for six kinds of secret. Everything is encrypted with AES-256 using a key derived from your master key, which never reaches our servers. We hold ciphertext we cannot open.

What you can keep in it

CategoryFor
πŸ”‘ LoginsSite passwords, with strength scoring and daily breach checks
πŸ’³ CardsBank cards. Number, expiry and CVV are encrypted together. Only the last four digits are kept readable, for display
πŸ”’ PINsCard PINs, phone locks, safes. Warns you about obvious patterns like 1234 or repeated digits
πŸ” Tokens & KeysAPI keys, access tokens, bearer tokens, up to 5,000 characters
πŸ–₯ SSH KeysPrivate keys encrypted, public keys stored as-is since they are public. Private keys copy straight to your clipboard and are never rendered on screen
πŸ“‹ NotesSecurity question answers, recovery codes, anything sensitive in free text

Folders

Create folders for any grouping you like: Work, Personal, Servers, a client name. They apply across every category, so one folder can hold a login, a card and an SSH key together. Click a folder chip at the top of the vault to filter everything to it. To move an item, click the πŸ“ button on its row and pick a folder. That never decrypts the item, because only the folder label changes.

Deleting a folder never deletes what is inside it. Those items simply become unfiled.

Master key and your hint

Your master key is hashed with Argon2 for verification only. We cannot recover it. When you set it you can write an optional hint, and we check that the hint does not contain the key itself. From the unlock screen you can have that hint emailed to you, which means reading it requires access to your inbox. There is a 10 minute cooldown between hint emails.

Encrypted backups

Download a full encrypted backup any time from the vault. It covers all six categories and your folder structure. Restoring asks for the master key that was in use when the backup was made, decrypts each entry with it, and re-encrypts everything with your current key. Duplicate labels are renamed rather than overwritten.

⚠️ A backup only opens with the key it was made under. If you truly lose that key, the backup cannot be opened either. Keep backups in case you later remember the key, and treat the key itself as the thing to protect.
πŸ”’ If Pro lapses: nothing is deleted. Your entries stay encrypted exactly as they are and open again the moment you resubscribe.
Section 17

Breach Monitoring

Every day, ZeroPanic checks the passwords in your vault against the Have I Been Pwned breach database. If one appears, you get an email that day, and a weekly reminder until you change it. Once a month you also get a summary of your vault's breach health.

Privacy of breach checks

We use k-anonymity. Your password is hashed with SHA-1 and only the first five characters of that hash leave our server. The database returns every hash starting with those five characters, and the final comparison happens on our side. Your password, and the full hash of it, are never transmitted.

Checking an email address instead

That is a different job, handled by the Recon Agent's email breach check. It queries a free public breach index, names the breaches an address appears in, and is honest about its limits: one index is never complete, so a clean result is reported as "not found in this index" and never as "you are safe." Every result links you to check against a larger database yourself, and to subscribe free for alerts about future breaches.

Section 18

Encryption Tool

The Encryption Tool allows you to encrypt and decrypt text or files using AES-256 directly in your browser. Available to Free and Pro users.

  • Text encryption: paste any text, provide a passphrase, receive ciphertext to share securely
  • File encryption: encrypt files before sending over untrusted channels
  • Client-side processing: encryption happens in your browser, so plaintext never leaves your device
  • Passphrase-based: your passphrase is never stored or transmitted
Section 19

Account & Settings

Access Settings from the βš™οΈ Settings link in the navigation bar.

Account tab

  • Update your display name
  • Enable or disable auto-save for chats (Pro only)

Security tab

  • Recovery codes: see how many unused codes you have left and generate a fresh set. Generating new ones invalidates the old set immediately
  • Two-factor authentication: add or remove a TOTP authenticator app
  • Vault master key: check whether it is set, or start a reset
πŸ›Ÿ There is no password to change, because there is no account password. Sign-in is by email code, with recovery codes as your fallback and an authenticator app as an optional extra layer.
Section 20

Billing & Subscriptions

Pro subscriptions are processed securely by our payment provider. ZeroPanic never handles your card details directly.

  • Upgrade: visit the Billing page and select Pro. Instant access to all Pro features.
  • Cancel: cancel any time from Billing. Pro access continues until period end, with no early termination fee.
  • Refunds: we do not offer refunds on processed payments except where required by consumer protection law. Contact us if you believe you were charged in error.
  • Downgrade: vault data, saved chats, and breach monitoring history are preserved. They stay inaccessible until resubscription, but are never deleted.
Section 21

Legal & Ethical Use

ZeroPanic is a legitimate security tool designed for authorised use only. The following are strictly prohibited and may result in immediate account termination and referral to law enforcement:

  • Scanning or testing systems you do not own or have not been authorised to test
  • Using ZeroPanic to facilitate any activity illegal in your jurisdiction
  • Using the Recon Agent to investigate systems you do not own or have not been authorised to investigate
βœ… Authorised use includes: testing your own infrastructure, authorised assessments under a signed scope-of-work, security research on intentionally vulnerable platforms (HackTheBox, TryHackMe, scanme.nmap.org), and internal audits within your organisation.
Section 22

Security & Privacy

  • Passwords: hashed with Argon2 (memory-hard, brute-force resistant)
  • Vault data: AES-256 encrypted at rest, so we cannot read your contents
  • 2FA: TOTP-based, available to all users
  • Sessions: HttpOnly, SameSite=Lax cookies; rotated on login to prevent fixation
  • Recon sessions: ephemeral, so all tool outputs and results are never persisted beyond your active session
  • Tool isolation: all scanning tools run in a secure, isolated environment with no access to application data or databases
  • No advertising: we do not serve ads, no advertiser has any access to your data
  • No training data: we do not permit AI providers to use your conversations for model training

For the full picture, read our Privacy Policy.

Section 23

Frequently Asked Questions

Can I use the Recon Agent on any domain or website?

Only on systems you own or have been authorised to test. The legal confirmation step is mandatory, and you are solely responsible for compliance. Checking your own email, name, username, phone number or photo is different: those are your own details, not someone's infrastructure, so no authorisation is required.

Can I look up a person by name?

Yes. Enter a full name and the agent runs people search across engines, social platforms, data brokers and public records, then builds document and leak focused search queries. It will not invent a domain or a social handle from the name. If it guesses a likely username, it labels it as a guess in the report.

Why does the agent give me search queries instead of results?

Because scraping search engines breaks their terms and gets blocked, which would make the feature unreliable. Generating precise queries and handing them to you as clickable links is both permitted and more useful, since you see the live results yourself. Every query the agent builds is reproduced in full in the report.

Why does the agent only scan top 1,000 ports by default?

Scanning all 65,535 ports on a live internet target takes 30–60+ minutes and will consistently time out. Top 1,000 covers 99% of real-world services. For deeper coverage, use Interrupt & Instruct to specify a range like -p 1-10000.

My report shows an error step but still says "Complete." Is that normal?

Yes. Individual step errors are non-fatal. If gobuster encounters a catch-all redirect or a tool finds nothing, the agent recovers and continues. The report reflects what was actually discovered from all steps that succeeded.

Why does subdomain enumeration sometimes fail?

Subdomain enumeration queries publicly available certificate transparency logs. If the service is temporarily slow or unavailable, the step may fail. This is non-fatal, and the agent scans the root domain directly. Try again in a few minutes if it happens consistently.

Can I use Reasoning Mode and Web Search at the same time?

Yes. Enable both pills simultaneously. Web Search retrieves current information; Reasoning Mode ensures it is analysed carefully. This combination gives the most thorough, up-to-date responses.

Where is my vault data stored?

AES-256 encrypted on our servers. The encryption key is derived from your master key, which we never store or receive, so we hold ciphertext we cannot open.

How do I sign in? I never set a password.

Enter your email and we send a six digit code that lasts 10 minutes. If you have an authenticator app enabled, you enter that code next. There is no account password anywhere in ZeroPanic, by design.

What if I lose access to my email?

Use one of the eight recovery codes generated on your first sign-in. Each works once. After using one you land on the recovery codes page so you can see how many are left and generate a fresh set. We also email you whenever a recovery code is used, with the time and IP, so an unexpected one is an early warning.

I have used all my recovery codes. What now?

Generate a new set from Settings β†’ Security while you are signed in. The page warns you when you are down to two. If you have spent every code and cannot reach your email either, there is no way back in, and that is deliberate: any backdoor we could use, an attacker could use too.

Can I move a vault item between folders without unlocking it?

Yes. Click the πŸ“ button on the item's row and pick a folder. Only the folder label changes, so the encrypted contents are never opened.

Does the backup include my cards, SSH keys and folders?

Yes. Backups cover all six categories and rebuild your folder structure on restore. You will need the master key that was in use when the backup was made.

What happens to my data if I cancel Pro?

Your data is preserved. Vault entries, saved chats, and breach history remain on our servers, inaccessible until resubscription, never deleted. Full access restores immediately upon reactivating Pro.

I'm not a security expert. Is ZeroPanic still useful for me?

Absolutely. That's exactly who ZeroPanic is built for. You can ask the AI assistant questions in plain English, check whether your passwords have been leaked, store your credentials securely, and encrypt files without needing any technical knowledge. The Recon Agent requires you to own or have permission to investigate the target, but it is designed to be readable by anyone, not just professionals. The report it produces uses plain English throughout.

Why use ZeroPanic's vault instead of my phone's built-in password manager?

Because your phone's manager is locked to your phone. Apple Keychain works on Apple, Samsung Pass works on Samsung, and the day you switch phones, lose one, or need a password on a work laptop, you are stuck. ZeroPanic's vault lives in the browser, so it opens on any device, any platform, anywhere you can log in. Nothing is trapped on one phone or one operating system. On top of that it watches for your passwords appearing in breaches, holds your API and SSH keys, and stores cards, PINs and private notes in the same place.

I found a security vulnerability in ZeroPanic. What should I do?

Please report it responsibly to info@cybersuite.com. We take all reports seriously, respond promptly, and appreciate responsible disclosure.

Can't find what you're looking for? We're here to help. Send us a message and we'll get back to you as soon as possible.

βœ‰οΈ  info@cybersuite.com