> SYSTEM_OVERVIEW
// SYSTEM_STATUS
// RECENT_CUSTOMERS
NO_CUSTOMERS_YET
> ORDER_MANAGEMENT
π VIEW_LANDING_PAGE// PENDING_ORDERS
| ORDER_ID | REFERENCE | NAME | DOMAIN | PAYMENT | STATUS | DATE | ACTIONS |
|---|
> CUSTOMER_MANAGEMENT
| NAME | SERIAL_KEY | STATUS | CREATED | ACTIONS |
|---|
> DOMAIN_&_TUNNEL_INFO
// LINK GENERATION (DESKTOP MODE)
π How Phishing Links Work in Desktop Mode
- Cloudflare Tunnel (Auto): Each time a customer starts Platform Control, a random tunnel URL is generated automatically (no domain needed).
- Custom Domain (Optional): If a customer has their own domain, they can configure a Cloudflare named tunnel with a token in the desktop app.
- Each Customer Is Isolated: Each Windows instance generates its own tunnel, own Docker containers, own sessions.
// REGISTERED_DOMAINS
> TUNNEL_CONFIGURATION
// HOW IT WORKS (WINDOWS DESKTOP)
The desktop app uses Cloudflare Tunnels instead of traditional Nginx + SSL setup.
- Customer opens the STARKILLER desktop app on Windows
- Goes to PLATFORM_CONTROL and selects a target
- Clicks START β Docker containers + tunnel start automatically
- A random Cloudflare URL is generated (e.g.
random-name.trycloudflare.com) - Customer sends that URL to victims β no domain or DNS needed
For named tunnels with real Cloudflare tokens, the customer can configure their token in the desktop app's Platform Control panel.
// LEGACY NGINX CONFIGS (VPS MODE)
These configs are only needed if deploying on a VPS with a real domain. Desktop mode uses tunnels instead.
> SETTINGS
// AUTHENTICATION_INFO
π TOTP + Password Authentication Active
SuperAdmin uses Password + Google Authenticator for login.
Customer Login (Desktop App): Serial Key + TOTP Code
SuperAdmin Login (This Panel): Password + TOTP Code
To reset your TOTP secret, edit:
superadmin/data/superadmin.json
Generate new secret:
node -e "console.log(require('otplib').authenticator.generateSecret())"
// PLATFORM_MODE
β‘ WINDOWS DESKTOP MODE
Customers run STARKILLER as a Windows .exe application.
Phishing links are generated via Cloudflare Tunnels (no domain required).
Each customer is fully isolated with their own Serial Key + TOTP credentials.
SuperAdmin responsibilities:
β’ Create customer accounts (Serial Key + TOTP auto-generated)
β’ Manage customer limits (containers, RAM)
β’ Activate / Suspend accounts
β’ Regenerate credentials if needed
> SOFTWARE_UPDATES
// PUBLISH_DESKTOP_PATCH
Publish the current admin/ and Files/ tree. Clients press UPDATE β only changed files download straight into the program. No zip, no installer, no extract.
Or select the folders from this PC (when the panel is on a VPS):