Skip to content

Data and network

Operator state defaults to OS application directories (not the git checkout):

KindLocation
Config (setup.json)macOS Application Support / XDG config / %APPDATA% under phishkit
App databaseOS data dir phishkit.db (or custom path / ephemeral temp sandbox from Setup)
evilginx runtimeOS data dir evilginx/ (config.json, buntdb, logs)
Kit sourcesClone or install tree: kit/evilginx/, vendor/
LegacyOne-time migrate from checkout run/**/phishkit.db

Override with PHISHKIT_CONFIG, PHISHKIT_DATA, and (for scripts) EVILGINX_DATA_DIR. Inspect resolved paths with phishkit paths or Settings in the desktop app.

Local data

DataLocationNotes
Application databaseOS data dir phishkit.dbAssessments, targets, lures, templates, recipient lists, campaigns, snapshots, attempts, synced captures. SQLite.
Legacy database migrationCheckout run/**/phishkit.db → OS data dir (.bak left behind)One-time on first run; preserves existing user data.
evilginx capturesOS data dir evilginx/ (legacy: kit/evilginx/run/data/)Credentials and session tokens captured by the proxy.
evilginx binarykit/evilginx/run/evilginxBuilt locally; immutable kit asset.
Sender settingsApplication databaseYour SMTP/ESP configuration and keys.
ExportsOperator-chosen pathsReport CSV/JSON, cookies.txt/JSON, assessment bundles.
Community phishlet packsvendor/community-phishlets/Vendored in-repo; pinned in a lockfile; refresh with make community-phishlets.

Mutable state under the OS data directory (and any leftover gitignored run/ / kit/evilginx/run/ paths) is excluded from commits. .db, key material, and .env secrets are gitignored.

Network activity

ActivityDestinationWhenData
Email deliveryYour SMTP relay or ESP API (SES/Resend/SendGrid/Mailgun/Postmark)On test send and campaign launchRendered message, recipient address, sender identity
Delivery eventsYour ESP (API), or pasted/imported JSONOn event ingestionProvider event records reconciled by message ID
AiTM proxyThe real target application, and the assessed userWhile a lure is liveProxied login traffic; captured credentials/tokens land locally
Target recon / detectThe target URLDuring detect/scaffoldLogin-flow fingerprinting requests
Community phishlet syncGitHub (pinned commits)Only when you run the syncDownloads phishlet packs

phishkit makes no analytics, telemetry, crash-reporting, or update-check requests. It does not send captured data anywhere; captures are written locally and only leave the machine if you export them.

Elevated operations

OperationPlatformPurpose
/etc/hosts addmacOS (admin prompt)Point the local dry-run domain at the proxy
/etc/hosts removemacOS (admin prompt)Paired cleanup at end of engagement

These modify the operator's own machine only. See platform support for the current matrix.

GPL-3.0. For authorized security assessments only.