pentest_toolkit/ │ ├── modules/ │ ├── port_scanner.py │ ├── password_checker.py │ ├── hash_checker.py │ ├── subdomain_finder.py │ ├── utils/ │ └── report_generator.py │ ├── reports/ ├── app.py ├── ...
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ GitHub PR │──── │ Content Script │──── │ Background.js │ │ (DOM) │ │ (Extraction) │ │ (Orchestration ...