Browser Browser

Сканирование

Новый скан Мониторы

Инструменты

My IP DNS Lookup WHOIS SSL Certificate Ping HTTP Headers Domain Check IP Calculator IDN Converter Reverse DNS Schema Generator TAS-IX Трассировка

Сервисы

Массовый скан Хостинг Отчёт CSEC Дефейс

Разведка

Армия AI-агентов Конкуренты Граф CVE Страхование Репутация

SEO

AI Blog GitHub SEO Site Audit Site Compare Traffic Analytics

Ещё

Все функции Документация Цены
Начать бесплатно
DEFENSIVE · NARRATIVE · 3 MODES

Read the breach story
before it happens to you.

AI synthesises passive recon into a step-by-step attack narrative.

Generate my breach roadmap → See a sample report
Passive recon · Read-only · No exploitation · Free for first 3 reports
Three modes — pick the one that fits the audience
PTES FULL
7-phase PTES walkthrough
~3000 words · for security teams
Full PTES methodology applied to your target. Each phase shows attacker's exact next move.
  • Recon → Scan → Vuln Analysis
  • Concrete exploitation chains
  • Post-exploit + privilege escalation
  • Impact + remediation per vector
LEAK TRACER
Credential & DB leak focus
~1500 words · for engineers
Trace every path that leads to credential or database exposure. Nothing else.
  • Exposed .env / .git / secrets
  • Default-cred admin panels
  • SQL injection → DB dump
  • Backup file / dump.sql leaks
EXECUTIVE STORY
Day-by-day breach narrative
~1000 words · for CEOs / boards
Chronological prose from Day 0 to Day 7. No jargon. Business impact at every step.
  • Day-by-day attack timeline
  • Business impact per stage
  • Regulatory / customer fallout
  • 5 quarterly priority actions

Sample report — Leak Tracer mode

browser.uz/breach-roadmap · target: example-corp.com · mode: leak_tracer

Phase 1 — Exposed secrets surface

Subdomain enum returned git.example-corp.com. A HEAD /.git/config on the apex returns HTTP 200 — the .git/ directory is publicly readable. An attacker would clone the repo via git-dumper and grep for password=, AWS_, DATABASE_URL. Realistic time to first credential: under 4 minutes.

Phase 2 — Login surfaces & default credentials

Found admin.example-corp.com/phpmyadmin/ (HTTP 200). Default creds root:root, admin:admin, root:<empty> would be attempted first; on stale installs success rate is ~12%. Second target: WordPress login on apex — /wp-login.php returned 200, no Cloudflare in front.

Phase 3 — Database exposure paths

Backup file probe: HEAD /backup.sql.gz returned HTTP 200, 14.2 MB. The attacker downloads it directly — no auth needed. Parallel path: SQLi on /search?q= (no WAF detected; X-Powered-By: PHP/7.4 → known SQLMap success on this stack).

Phase 4 — Impact map

backup.sql.gz contains the full customer table (~120K rows incl. hashed passwords + emails). Hashes look like bcrypt cost=10 — ~3 days on a 4× RTX 4090 rig recovers the weakest 30%. Combined with the same emails appearing in breach databases, ~8% of accounts become directly takeoverable on partner services.

Phase 5 — Remediation (priority order)

Remove public access to .git/ (nginx location ~ /\.git { deny all; }).
Move phpMyAdmin behind VPN or kill it entirely.
Delete backup.sql.gz from web root and audit logs for prior downloads.
Force password reset on customer table; rotate any service creds in the repo history.
Add WAF / Cloudflare in front of /search and /wp-login.

How it works

01.
Enter target + mode
Paste URL, pick PTES / Leak / Story. Read-only — no auth needed on target.
02.
Passive recon runs
DNS, headers, robots.txt, common subdomains, sensitive paths — under 30 seconds.
03.
AI synthesises chain
GPT-4o-mini turns recon into a coherent attack narrative for the chosen audience.
04.
Read + fix
Each chain ends with a concrete remediation. Export as Markdown, share with the team.
⚠ Authorised targets only

Authorised targets only.

Stop guessing where you're weak.

Generate the breach roadmap your attacker would write — then close every door in it.

Generate my roadmap →